Click to See Complete Forum and Search --> : pass variable


melina2003
04-03-2003, 08:56 AM
how can i pass a variable in a javascript function to the
asp page(not another asp page i mean the same page)
plz help me

Nevermore
04-03-2003, 09:15 AM
You can put it in the URL - i.e. www.whatever.com?variable1=hello etc...

OR

You could change the value of a hidden form field. I think ASP can read them, can't it?