Announcement

Collapse
No announcement yet.

Getting pages to open in a new window

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    Trish
    www.Limebrook.com
    www.MountainWalk.co.uk
    www.MyBeardedDragons.co.uk
    www.TucsonForBeginners.com
    www.Pets4kids.info

  • #2
    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.

    Comment


    • #3
      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

      Comment


      • #4
        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

        Comment


        • #5
          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
          02036089024 / United Kingdom
          291916438 / Australia

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

          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)


          Comment


          • #6
            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

            Comment


            • #7
              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

              Comment


              • #8
                Re: Getting pages to open in a new window

                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!

                Comment


                • #9
                  Re: Getting pages to open in a new window

                  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

                  Comment


                  • #10
                    Re: Getting pages to open in a new window

                    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

                    Comment

                    Working...
                    X