CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Jun 2008
    Posts
    142

    [RESOLVED] How to open page when i click on Option values

    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 ??

    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>
    thanks in advance....
    Last edited by PeejAvery; April 16th, 2009 at 08:31 PM. Reason: Fixed code tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured