|
| |
|
|
harris
Posts: 27 Joined: 2/7/2002 From: Minnesota USA Status: offline
|
Do not want page to re-load - 4/30/2007 17:45:58
Hi- I have a fairly long form page with the ability for a user to click on a help image. I would like the user to be able to click on the help image, see a help window, close the help window, then continue entering data. The problem is that once the image is clicked, the form page re-loads and the beginning of the form is now that the top of the page. I can't figure out how to call this other window and have the initial page stay put. Here is the code I'm using on the form: <input border="0" src="images/help.JPG" name="helpimage" type="image" onclick="helpwindow()"> Here is the function code: <script language="JavaScript"> <!-- function helpwindow() { window.open ('helpwindow.asp', '', config='height=100, width=400, toolbar=no, menubar=no, scrollbars=no, sizable=no, location=no, directories=no, status=no') } //--> </script> Thank you for your help! Harris
|
|
|
|
harris
Posts: 27 Joined: 2/7/2002 From: Minnesota USA Status: offline
|
RE: Do not want page to re-load - 5/3/2007 10:00:51
ok, thanks!
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|