Re: [PHP] Passing verables along from Java Scripts

2002-03-02 Thread Richard Crawford
Variables can only be passed to a PHP script via POST or GET. So if you want to pass JavaScript variables to a PHP script, you must do it that way. For your second question, look for the window.open() function in JavaScript. Your code would look something like this: < form > < input type="butt

[PHP] Passing verables along from Java Scripts

2002-03-02 Thread Philip J. Newman
Hi there, I have a few java scripts that have some verables that I wish to pass along to my PHP scripts. Any ideas where to start. Oh yah and noting to do with PHP -- Can anyone give me a small java script that will pop up a 400x400pix window when a button is clicked ... can't wortk that ou