PDA

Click to See Complete Forum and Search --> : How to refer to previous DHTML page in VB code


mishko
Oct 21st, 1999, 03:59 AM
Hi, I have about 50 hyperlinks in one DHTML page; for example page_one.htm .
With every hyperlink, I am calling the second DHTML page, the name of a second page is page_two.htm
The content of the page_two.htm depends on which hyperlink is chosen before. So I have a passing parameter from page_one to page_two, the parameter is in href of the chosen hyperlink. How I can access the value of parameter in DHTML page page_two.htm? Or how can I make a reference to that parameter?
I want to do this with VB coding not with asp.

Please help me,

Thanks.