Current location: Hot Scripts Forums » General Web Coding » JavaScript » message box redirect page


message box redirect page

Reply
  #1 (permalink)  
Old 01-17-07, 07:48 PM
kiko08 kiko08 is offline
Newbie Coder
 
Join Date: Oct 2006
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
message box redirect page

i want to redirect my visitors to the new version of my site by popping a message box saying "Go to the new version of this site?" if they click yes they will be redirected to the new page and if not they will still see the new page. i want the message box to load first the old page before popping up. any one know where i can get this one? thanks
Reply With Quote
  #2 (permalink)  
Old 01-18-07, 02:27 AM
Vicious's Avatar
Vicious Vicious is offline
Community VIP
 
Join Date: Jan 2007
Location: Belgium
Posts: 584
Thanks: 0
Thanked 0 Times in 0 Posts
In your old page, you put this as body tag:
Code:
<body onLoad="newSite();">
Then you define the Javascript function newSite:
Code:
function newSite()
{
  if (confirm("Go to the new version of this site?"))
    location = "newindex.htm";
}
__________________
Jack Bauer makes Chuck Norris cry

Last edited by Vicious; 01-18-07 at 02:28 AM. Reason: spelling
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[turnkey] Lyrics site - $149 (LEGAL) rightinpoint General Advertisements 0 10-22-06 04:33 AM
Classified Ads skipper23 Perl 3 11-22-05 02:22 AM
How to supress message box in visual basic Thyagu Visual Basic 0 10-07-04 12:36 AM
Displaying a message box rjwebgraphix PHP 3 09-29-04 11:53 PM
Classified Ads skipper23 Perl 2 12-30-03 03:43 AM


All times are GMT -5. The time now is 11:24 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.