Go Back   HTMLCenter Web Development Forums > Web Design and Development > Programming and Scripting

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 09-27-2005, 09:15 AM
Registered User
 
Join Date: Sep 2005
Posts: 1
Question Script for using the Back button and the Close button

Here's a question I have for anyone that might be able to help me:

I can write a html script that will allow the user to return to the previous page using the back button, and I can write a script that will allow the user to return to the previous page using the close button, but...is there a script that can be used that would allow the user to do both?

I have a website and some of my visitors want to use the close button to return to my site, while others want to use the back button to return to the previous page...lol Go figure!

Ok...that's it. Hope someone can help me!

Thanks!
Reply With Quote

  #2 (permalink)  
Old 09-27-2005, 03:13 PM
curtiss's Avatar
Moderator
 
Join Date: May 2003
Posts: 1,396
I don't quite understand what you're saying. How can you go back and close the window at the same time? If you close the window, what's the point of going back?

Anyway, the code you have to perform both actions is most likely javascript. In order to accomplish both tasks at the same time, you should just be able to set up your links like this:
Code:
<a href="javascript:close();" onClick="back();">Link</a>
where "close()" is your function that closes the window and "back()" is your function that goes back. That should accomplish both tasks at the same time. However, you may need to switch the back and close functions in that link, as I don't recall off the top of my head whether the link itself is called first, or if the onClick event handler is called first.
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -5. The time now is 01:46 PM.

 
KickApps
Clicky Web Analytics


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter