How to use pointer in isp

I have list of employee name which I store in combo box.Can I use pointer to point current user of the system .The combo box should still have list of other emploiyee. Please answer me soon. THank you.
[215 byte] By [sarasahga] at [2007-9-24]
# 1

yes , the algorithm would be like this.....

Its an ugly way but it works

<select>

loop starts

--

<%

String userselected = "";

If the user is equal to the name of this option then

userselected = "selected";

%>

<option value="1" ><%=userselected %> </option>

-

loop ends

</select>

Something like that, I don't know ur variables so this is one sloppy algorithm

:)

MohamedMansoura at 2007-7-16 > top of java,Enterprise & Remote Computing,Web Tier APIs...