Posted by Brian Cryer on 03/27/07 08:30
"Martix" <ig.martix@gmail.com> wrote in message
news:1174936716.054843.57900@y66g2000hsf.googlegroups.com...
> Hello
>
> I would like to pass the value of a inputbox through a hyperlink. I
> know this can be done with a single valuelike:
>
> <a href="employee.asp?e_num=6">Market Info </a>
>
> My problem is that I need the "6" to be a variable pending on what's
> in the input box.
>
> How do I do that?
>
Whilst it doesn't directly answer your question, you may find the following
helps: http://www.cryer.co.uk/resources/javascript/script8.htm - Article on
passing data from one page to another. Has an emphasis on JavaScript, but
demonstrates how to pass data via a url.
Navigation:
[Reply to this message]
|