Hi I'm using an <input type="submit"> to send variables to a js page when clicked.
The code bellow allows me to send 3 variables to the js page.. is there a way to add more variables the the tag that will be passed along?
Or can i have it send along a <input type="hidden" value="var4"> tag like a normal form?
Thanks
Bug Boy
[HTML] <input type="submit" title="A" name="B" value="C" onclick="edit(t his.value,this. name,this.title )/>[/html]
The code bellow allows me to send 3 variables to the js page.. is there a way to add more variables the the tag that will be passed along?
Or can i have it send along a <input type="hidden" value="var4"> tag like a normal form?
Thanks
Bug Boy
[HTML] <input type="submit" title="A" name="B" value="C" onclick="edit(t his.value,this. name,this.title )/>[/html]
Comment