Hello guys!!!
I have this problem in ASP. Well the logic is this:
I have 2 pages. One in HTML and one in .ASPX.
The HTML page has a hyperlink that say's Hello World.
I want to pass the Hello World value to the next page in ASP.
Please help me!!!
Here's the code:
The HTML page:
<td width="56%" CLASS="style13"><a href="WebForm2.aspx" name="Ian">Hello World</a></td>
The .ASPX page:
Dim a As String
a = Request.Form("Hello")
![]()
![]()
![]()




Reply With Quote