Results 1 to 8 of 8

Thread: IFRAME Question

  1. #1
    Join Date
    Dec 2004
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow IFRAME Question

    Hi,

    I have a small site and have the menu iframed,i would like to make the links reload the whole page to the selected link,insted of opening the link in the menu iframe,i know i could not iframe the menu and make an iframe for the content and send the link to the content iframe ID but i would like to keep my menu iframed since it is easier to edit the links one time than going to each of my pages and editing them.

    I found this drop down menu when i iframed it and clicked selected an option it reloaded the whole page,and thats what i want but with a stand <a href= link.
    thanks

    much regards

    Mav

    <form name="cngtng">
    <div align="center">
    <select name="url" size="1" onChange="window.open(this.options[this.selectedIndex].value,'_top')">
    <!--NOTE-ENTER TITLE OF YOUR BOX BELOW-->
    <option selected>MY FAVORITE PLACES</option>
    <!--NOTE- ENTER YOUR LINKS BELOW- Leave one to Link US!-->
    <option value="http://www.coloryourprofyle.com">Color Your profyle</option>
    <option value="http://www.firehotquotes.com">Cute Quotes</option>
    <option value="http://www.coloryourprofyle.com/dolls.htm">Webpage Dolls</option>
    <option value="http://www.coloryourprofyle.com/webpage/coolpage.html">Make a cool Webpage</option>
    </select>
    </div>
    </ form>
    Last edited by maverick; 06-29-2006 at 09:49 AM.

  2. #2
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    If frame is named "mainframe," you would do:
    <a href="whatever.htm" target="mainframe">Link text</a>
    Very Best Rgds, Simonf :cool:
    __________________________________
    My Site | E-Mail Me

  3. #3
    Join Date
    Dec 2004
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    but I don't want to load the new link in another iframe i want to reload the whole page and send it to the link.

    Regards

    Mav

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

    Default

    Use target="_top" instead.
    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!

  5. #5
    Join Date
    Dec 2004
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank you

  6. #6
    Join Date
    Jul 2006
    Location
    Pluto
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    im 12 and i knew that

  7. #7
    Join Date
    Jul 2006
    Location
    Pluto
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    jk lol

  8. #8
    Join Date
    Jul 2006
    Location
    Pluto
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    but i am 12

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
  •