Results 1 to 11 of 11

Thread: Links open new browser (how?)
      
   

  1. #1
    Thin is offline Private First Class
    Join Date
    Jul 2005
    Posts
    6

    Default 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??

  2. #2
    Pablo is offline Moderator
    Join Date
    May 2005
    Posts
    507

  3. #3
    rdarko's Avatar
    rdarko is offline First Lieutenant
    Join Date
    Jul 2005
    Location
    UK
    Posts
    172

    Post

    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

  4. #4
    rdarko's Avatar
    rdarko is offline First Lieutenant
    Join Date
    Jul 2005
    Location
    UK
    Posts
    172

    Post

    Ruth

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

  5. #5
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default

    <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

    http://www.easttilburyinfantschool.com/loading.html
    www.bluevodaexchangelink.com
    BluevodaExchangeLink Help Center
    Bluevodaexchangelink Forum

    The only place for bluevoda site to be linked with!

  6. #6
    Steven.H is offline Lieutenant Colonel
    Join Date
    Jul 2005
    Posts
    500

    Default

    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::

  7. #7
    Pablo is offline Moderator
    Join Date
    May 2005
    Posts
    507

    Default

    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 Specialist

  8. #8
    Steven.H is offline Lieutenant Colonel
    Join Date
    Jul 2005
    Posts
    500

    Default

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

  9. #9
    meau is offline Sergeant
    Join Date
    Jun 2005
    Posts
    31

    Default 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.

    Quote 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??

  10. #10
    meau is offline Sergeant
    Join Date
    Jun 2005
    Posts
    31

    Default sorry Thin I just read the rest of it

    See below: I spoke too soon--
    Quote 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.

  11. #11
    jtomes is offline Private
    Join Date
    Sep 2005
    Posts
    2

    Default

    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

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Google Guide
    By VodaBot in forum Google, Yahoo & Bing
    Replies: 26
    Last Post: 03-02-2010, 03:17 PM
  2. Links Questions Links Question Links Quest...
    By TwelveBeads in forum Hyperlinking - Making it all come together
    Replies: 6
    Last Post: 08-04-2008, 05:43 PM
  3. How to Get 50 High PR One Way Links Each Month
    By VodaBot in forum eBusiness and Concept Development Talk
    Replies: 8
    Last Post: 02-06-2008, 02:38 PM
  4. Banner links....html
    By mday8 in forum General Support Issues
    Replies: 8
    Last Post: 11-01-2005, 04:46 AM
  5. Banner links....html
    By mday8 in forum BlueVoda - General Issues
    Replies: 0
    Last Post: 10-26-2005, 04:37 AM

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