Results 1 to 10 of 10

Thread: Getting pages to open in a new window
      
   

  1. #1
    limebrook1's Avatar
    limebrook1 is offline Brigadier General
    Join Date
    Jun 2005
    Location
    Essex, UK
    Posts
    1,580

    Default Getting pages to open in a new window

    I'm sure there is a simple answer to this, but I cannot figure it out.

    What I want to do is this. I have a go menu - when my visitors select a heading I would like the page to open in a new window, rather than taking them away from the parent page.

    Any help welcomed!

    Thanks

  2. #2
    goldenleaf's Avatar
    goldenleaf is offline Sergeant First Class
    Join Date
    Jan 2006
    Location
    Philadelphia, PA
    Posts
    59

    Default Re: Getting pages to open in a new window

    I don't know if this is right but in my contact page I have a link "get map & directions" in order to have that open in another page in link properties under target I put _blank. Now it opens in another window. Hope that helps.

  3. #3
    Dannyst is offline Private
    Join Date
    Feb 2006
    Posts
    2

    Default Re: Getting pages to open in a new window

    Hi
    I want to do the same things but i can not find the _blank target in go menu. can you help? thanks

  4. #4
    hreftovoda is offline Private First Class
    Join Date
    Jan 2006
    Posts
    8

    Default Re: Getting pages to open in a new window

    i think we can not do _blank target for go menu in bluevoda because go menu is using fix javascript created with bluevoda.
    or maybe i am wrong

  5. #5
    VodaHost's Avatar
    VodaHost is offline General & Forum Administrator
    Join Date
    Mar 2005
    Location
    Wilmington, Delaware USA
    Posts
    11,428

    Default Re: Getting pages to open in a new window

    Thanks guys, keep up the good work. We will add _blank in the Go
    menu in the next release of BV.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  6. #6
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: Getting pages to open in a new window

    what about adding another script?
    Ok, before ***** finish the new BV. i think we can do it with this BV.77 by adding another javascript to open new window for go menu.
    this is only my idea, if one of you don't like, please ignore
    • create go menu using bluevoda
    • right click go menu area then click html properties
    • insert this script in after tag of go menu html :
      Code:
      <SCRIPT LANGUAGE="JavaScript">
      <!-- 
      function Open(page) 
      {
      OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
      }
      //-->
      </SCRIPT>
    • Now go to Go menu properties, double click go menu area, add whatever option you want to put, and on the URL instead of only put the http://www.yourdomain/yourpage.html you have to write javascript:Open('http://www.yourdomain/yourpage.html')
    • as i said if one of you don't like, please ignore my reply
    .
    .
    Nyoman

  7. #7
    Dannyst is offline Private
    Join Date
    Feb 2006
    Posts
    2

    Default Re: Getting pages to open in a new window

    wow it is working, Nyoman apa kabar? i am from jogjakarta nice to meet you here. thanks for the tips

  8. #8
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Getting pages to open in a new window

    Quote Originally Posted by Nyoman
    what about adding another script?
    Ok, before ***** finish the new BV. i think we can do it with this BV.77 by adding another javascript to open new window for go menu.
    this is only my idea, if one of you don't like, please ignore
    • create go menu using bluevoda
    • right click go menu area then click html properties
    • insert this script in after tag of go menu html :
      Code:
      <SCRIPT LANGUAGE="JavaScript">
      <!-- 
      function Open(page) 
      {
      OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
      }
      //-->
      </SCRIPT>
    • Now go to Go menu properties, double click go menu area, add whatever option you want to put, and on the URL instead of only put the http://www.yourdomain/yourpage.html you have to write javascript:Open('http://www.yourdomain/yourpage.html')
    • as i said if one of you don't like, please ignore my reply
    Excellent solution! I don't need it but it i tried it, and it is just fine. Please consider posting in Tips & Trics
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  9. #9
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: Getting pages to open in a new window

    Quote Originally Posted by Dannyst
    wow it is working, Nyoman apa kabar? i am from jogjakarta nice to meet you here. thanks for the tips
    nice to meet you too although i don't know your face
    .
    .
    Nyoman

  10. #10
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: Getting pages to open in a new window

    Quote Originally Posted by navaldesign
    Excellent solution! I don't need it but it i tried it, and it is just fine. Please consider posting in Tips & Trics
    Done
    .
    .
    Nyoman

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49