Results 1 to 3 of 3

Thread: Problems with putting script into a frameset.

  1. #1
    Join Date
    Jan 2006
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problems with putting script into a frameset.

    http://www.javascriptkit.com/script/...tmlcombo.shtml

    Still have a major problem with this script. I dont know where to put the targets to open the new pages in a frameset mainpage. Surely someone has a suggestion on this. Or a script that will open every page from this one into the main page.

    Thanks in advance

    kase

  2. #2
    Join Date
    Jan 2006
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Edit:
    Code:
    function gl(linkname,dest, target){
    document.write('<b><a href="'+dest+'" target="' + target + '">'+linkname+'</a></b><br>')
    }
    Then, you can use a third argument to the gl() function to specify a target for the link.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •