btish (Visitor) Apr 4, 2001
Hello guys,
I have a submit button in one of my forms that is spawning a new window every time I try and calculate my javascript function. The button is actually an image field that acts like a typical button, but again it spawns a new page.
I DON"T want it to spawn a new page. Any ideas on how to solve this?
The code is below:
<input type="image" name="submit" onClick="calculate()" src="/roi_calculator/slices/images/input_interface_11.gif" width="136" height="35">
Thanks in advance for any help.
Btish
Hello guys,
I have a submit button in one of my forms that is spawning a new window every time I try and calculate my javascript function. The button is actually an image field that acts like a typical button, but again it spawns a new page.
I DON"T want it to spawn a new page. Any ideas on how to solve this?
The code is below:
<input type="image" name="submit" onClick="calculate()" src="/roi_calculator/slices/images/input_interface_11.gif" width="136" height="35">
Thanks in advance for any help.
Btish