Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: again - New Window

  1. #1
    Join Date
    Mar 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default again - New Window

    I searched through all archive of the forum and did not find an answer.
    I was install a script for gallery
    http://www.dynamicdrive.com/dynamici...army/index.htm
    at the bottom of my site
    http://ww2army.com/images/4000-4999/4987/1.php
    and I have two questions.
    1. I need to open link on the images in a new window. But all links are open at the same window.
    These ways are not working:
    a) in a /head: <meta target="_blank">
    b) slides[0] = ["http://images.ua-ru.com/forSites/random/4545.jpg", "<a href='http://ww2army.com/german/condor1.php'>caption<\/a>", "http://ww2army.com/german/condor1.php", "_blank"];
    c) slides.specs='width=1300, height=700' //global specifications for this show's new window(s) - open a new window, but without scrolling, button back ...

    2. Between 3 rows is appeared very strange symbol: 
    My code does not have it. FrontPage could not put it itself - I was tryuing to work in other web design programs - the same result. I think it makes a script. If yes, how can I remove it?
    I put this script for 4 different sites - the same result.
    Thank you for your help.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    It should be:
    Code:
    slides[0] = ["http://images.ua-ru.com/forSites/random/4545.jpg", "http://ww2army.com/german/condor1.php", "_blank"];
    Jeremy | jfein.net

  3. #3
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    B should be:
    Code:
    slides[0] = ["http://images.ua-ru.com/forSites/random/4545.jpg", "http://ww2army.com/german/condor1.php", "_blank"];
    Jeremy | jfein.net

  4. #4
    Join Date
    Mar 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry, in this case the link is not working at all and open in the same (again) window with wrong link.
    Please look at the result
    http://ww2army.com/images/4000-4999/4987/_blank

  5. #5
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Sorry - I ended up confused. Try:
    Code:
    slides[0] = ["http://images.ua-ru.com/forSites/random/4545.jpg", "", "http://ww2army.com/german/condor1.php", "_blank"];
    Jeremy | jfein.net

  6. #6
    Join Date
    Mar 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes, it is open in a new window, thank you.
    Unfortunately it is unusable, because the new window is fixed and does not have any buttons and possibilities like back, refresh, scroll etc.
    It is in a Firefox and in an IE.
    Last edited by viktod; 03-30-2010 at 10:44 PM.

  7. #7
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Find the following and delete the red:
    Code:
    slides.specs='width=1300, height=700'
    Jeremy | jfein.net

  8. #8
    Join Date
    Mar 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes, it is working!
    Thank you very much.
    How about my second question about the symbol п»ї ?

  9. #9
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Front page must be inserting it - it has nothing to do with the slideshow.
    Jeremy | jfein.net

  10. #10
    Join Date
    Mar 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    OK.
    Thank you very much for your help.
    I will try other web design programs.

Bookmarks

Posting Permissions

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