vandenberg
12-20-2002, 10:08 PM
Hi!
I have a button, and when the user clicks on it, I want to call an url, but don't want to open it. (I want to pass a variable to a php file. So: I don't want to open the page, I just want to call it)
<INPUT TYPE="text" value="click here" onMouseDown="callUrl('http://server.com/index.php?var1=val1">
callUrl is of course pseudo code/ pseudo function. Is there, however, any way to do this? (work around would work aswell)
Tell me if you don't understand what my problem is :o
thanks
I have a button, and when the user clicks on it, I want to call an url, but don't want to open it. (I want to pass a variable to a php file. So: I don't want to open the page, I just want to call it)
<INPUT TYPE="text" value="click here" onMouseDown="callUrl('http://server.com/index.php?var1=val1">
callUrl is of course pseudo code/ pseudo function. Is there, however, any way to do this? (work around would work aswell)
Tell me if you don't understand what my problem is :o
thanks