Links open new browser (how?)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Thin
    Private First Class

    • Jul 2005
    • 6

    Links open new browser (how?)

    Is there a way I can get links to open in a new browser?

    Example: On my site, I have a page of pictures (thumbnails using the gallery). When you click on the thumbnails, the larger image is displayed in the current browser, which forces the user to click the "back" button to return to the original thumbnail page.

    I would like to have these pictures load in a new browser (on top of the current browser). Any ideas??
  • Pablo
    Moderator

    • May 2005
    • 507

    #2
    Related topic:
    Discussion and help related to linking your pages together with hyperlinks, standard navigation menubars, linking images, dynamic menus and Go menus.
    Forum Moderator
    BlueVoda Spe******t

    Comment

    • rdarko
      First Lieutenant

      • Jul 2005
      • 172

      #3
      I think the person means clicking on picture with a link which opens the picture in another window, not necessarily another url.
      Ruth

      http://www.okose.com
      Professional Web design/development and Graphic Design

      Comment

      • rdarko
        First Lieutenant

        • Jul 2005
        • 172

        #4
        visit http://www.w3schools.com or http://www.allthescripts.com
        Ruth

        http://www.okose.com
        Professional Web design/development and Graphic Design

        Comment

        • Maddog
          Lieutenant Colonel

          • May 2005
          • 514

          #5
          <a href="enter the url for the picture here" onclick="NewWindow(this.href,'message','600','1100 ','yes','center');return false" onfocus="this.blur()">change to what you want</a>

          place the above in html box where you want it, you can change the size of the new window by changing the "600" and "1100", make sure you up load the picture 1st

          to give an idea goto

          www.bluevodaexchangelink.com
          BluevodaExchangeLink Help Center
          Bluevodaexchangelink Forum

          The only place for bluevoda site to be linked with!

          Comment

          • Steven.H
            Lieutenant Colonel

            • Jul 2005
            • 500

            #6
            If you use the gallery tool in Bluevoda, the person looking at the thumbnails can click them to enlarge. When they click the thumbnails it uses the current browser window to display the image. So to go back and look at more thumbnails you have to use the back button.

            He is asking if there is a way to open the thumbnail enlargements in a new browser window so the person looking at the thumbnails doesn't have to push the back button to get back to the website to see more. They simply just close the new window of the picture while the other website is still being displayed.
            ::Steven.H::

            Comment

            • Pablo
              Moderator

              • May 2005
              • 507

              #7
              Unfortunately this is not possible using the build-in gallery.
              Unless you instruct the visitor to right click the image and select Open In New Window.
              Forum Moderator
              BlueVoda Spe******t

              Comment

              • Steven.H
                Lieutenant Colonel

                • Jul 2005
                • 500

                #8
                Anyone have suggestions on a gallery to use?
                ::Steven.H::

                Comment

                • meau
                  Sergeant

                  • Jun 2005
                  • 31

                  #9
                  not expert but maybe I can help

                  Hello Thin,
                  I am not an expert and I don't know if I am meant to be answering other user's questions, but I was reading the forum and came across yours. I don't know how your C/panel is set up. If you open the file to Edit, you should see the html code for those images; something like <a href="http://www.yoursite.com/pagename.html"><img src="http://www.yoursite.com/images/imagename.gif"> To open a new window for those images, add a target="_blank" or target="new". I use the blank because that's what I'm used to. The link should look something like this <a href="http://www.yoursite.com/pagename.html" target="_blank"><img src etc.>
                  As I said, I am not sure what your setup is, but if you find the <a href>and add the target="_blank" it will do the trick.

                  Originally posted by Thin
                  Is there a way I can get links to open in a new browser?

                  Example: On my site, I have a page of pictures (thumbnails using the gallery). When you click on the thumbnails, the larger image is displayed in the current browser, which forces the user to click the "back" button to return to the original thumbnail page.

                  I would like to have these pictures load in a new browser (on top of the current browser). Any ideas??

                  Comment

                  • meau
                    Sergeant

                    • Jun 2005
                    • 31

                    #10
                    sorry Thin I just read the rest of it

                    See below: I spoke too soon--
                    Originally posted by meau
                    Hello Thin,
                    I wrote a reply to you below but then I read lower down the page. Apparently this is not possible in the image gallery according to Pablo. Sorry, I spoke too soon.
                    I am not an expert and I don't know if I am meant to be answering other user's questions, but I was reading the forum and came across yours. I don't know how your C/panel is set up. If you open the file to Edit, you should see the html code for those images; something like <a href="http://www.yoursite.com/pagename.html"><img src="http://www.yoursite.com/images/imagename.gif"> To open a new window for those images, add a target="_blank" or target="new". I use the blank because that's what I'm used to. The link should look something like this <a href="http://www.yoursite.com/pagename.html" target="_blank"><img src etc.>
                    As I said, I am not sure what your setup is, but if you find the <a href>and add the target="_blank" it will do the trick.

                    Comment

                    • jtomes
                      Private

                      • Sep 2005
                      • 2

                      #11
                      Thin - The way I did this is a 3 step process
                      1. Added a square the size of the catalog page, white background and black border.
                      2. Added the Gallery selection one column and no titles
                      3. Added a one column table, show borders, and sized it to the gallery.
                      In the cells I put the link that opens the pic in a new window. The can't click the pic from the gallery, but they can click the table cell.
                      Jerry Tomes
                      Gilbertsville, KY

                      Comment

                      Working...
                      X