views:

99

answers:

1

Hi,

I have 2 pages - 1st jsp page and 2nd asp page.Onclick of a link in jsp page, it opens the asp page. now I need to pass the selected dropdown value from jsp to asp page.

Thanks in advance.

+6  A: 

Use a query parameter, like http://yoursite/yourpage.asp?param=value

klausbyskov