Page 1 of 1

passing a variable to a page via javascript

Posted: Thu Sep 04, 2003 10:08 am
by kendall
Hello,

Can javascript pass a variable to a page?

How ?

can the history() have any use in this?

Kendall

Posted: Thu Sep 04, 2003 10:13 am
by JayBird
yes

Code: Select all

document.location='your_page.php?id=yourvariable'
You need to give me more info, if YOU want more info.


Mark

Posted: Fri Sep 05, 2003 7:41 am
by Vincent Puglia
Hi,


the following link may be more than you need:
WebXpertz Faq Thread It discusses sending and retrieving variables across html pages.

Vinny