navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Do not want page to re-load

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Do not want page to re-load
Page: [1]
 
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
Spooky

 

Posts: 26606
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Do not want page to re-load - 5/1/2007 12:04:56   
I would make the image a link and not an input. The input type=image is being treated as part of the form

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to 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!

(in reply to harris)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Do not want page to re-load
Page: [1]
Jump to: 1





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