Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Whats wrong with this?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Whats wrong with this?

 Post Reply Post Reply
Author
Kay9 View Drop Down
Newbie
Newbie
Avatar

Joined: 11 September 2003
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote Kay9 Quote  Post ReplyReply Direct Link To This Post Topic: Whats wrong with this?
    Posted: 11 September 2003 at 2:35pm

//Function to jump to another forum
function ForumJump(URL) {
 
 if (URL.options[URL.selectedIndex].value != "") self.location.href = URL.options[URL.selectedIndex].value; 
 return true;
}

//Function to open pop up window
function openWin(theURL,winName,features) {
   window.open(theURL,winName,features);
}


//Function to open preview post window
function OpenPreviewWindow(targetPage, formName){
 
 now = new Date 
 
 //Open the window first  
    openWin('','preview','toolbar=0,location=0,status=0,me nubar=0,scrollbars=1,resizable=1,width=680,height=400')
     
    //Now submit form to the new window
    formName.action = targetPage + "?ID=" + now.getTime(); 
 formName.target = "preview";
 formName.submit();
}

Back to Top
b_bonnett View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 16 April 2003
Location: New Zealand
Status: Offline
Points: 275
Post Options Post Options   Thanks (0) Thanks(0)   Quote b_bonnett Quote  Post ReplyReply Direct Link To This Post Posted: 11 September 2003 at 4:12pm

As far as I can see, it is exactly the same as what is in my forum's javascript file, so therefore it should work. What error message is it giving you?

Blair

Webmaster, The Plane Gallery
Greetings From Christchurch
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.