[PHP] Re: pass javascript variable to php without submit or reload

2001-11-12 Thread Mike Harvey
If you are trying to collect things like monitor size or other user data you could try putting the JS in the head and then put a meta refresh tag with time period of 0. I haven't actually tried this but it might work. -- Mike ~~~ MICHAEL R.

[PHP] Re: pass javascript variable to php?

2001-11-08 Thread Yasuo Ohgaki
A. Dixon wrote: So say I have a link on the page that the checkbox is on to a file called program.php How would I add name value pairs to the querystring when someone clicks on the checkbox? Then when I click on the link program.php it should read program.php?checkbox1=on where checkbox1