hi,
i have an hta app that uses vbscript. when a link is clicked, it sends data. here's the code:
this link calls test.htm with the data: full_name
how do i retrieve full_name in test.hta?
any ideas?
thanks.
i have an hta app that uses vbscript. when a link is clicked, it sends data. here's the code:
Code:
"<a href=" & chr(34) & "test.hta?unit_id=" & _
"&row=1" & chr(34) & ">" & full_name
how do i retrieve full_name in test.hta?
any ideas?
thanks.