Hi,
In my application i am using Dropdown option values. when i click on one of the option values it will open a page. I am using following code. It shows errors. Could you please help on this one ??
thanks in advance....Code:<select name=CATEGORY class=selInput>" ); <option value=\"#\"> ---------------- </option> <option value="ozSetupOptValues.jsp?id=SLS_CUSTOMER_CATEGORY"> manage accounts</option> // in this line it gives problem </select>




Reply With Quote