Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Pull Down Menu As A Separate Frame?

  1. #11
    it shoudl work ..

    im making nintendo roms next
    den sega den snes

  2. Software & Hardware   -   #12
    TRshady
    Guest
    Originally posted by Soul814@25 May 2003 - 21:03
    <html>

    <head>
    </head>

    <frameset rows="64,*">
    <frame name="header" scrolling="no" noresize target="main" src="new_page_3.htm">
    <frame name="main" src="new_page_4.htm">
    <noframes>
    <body>



    This page uses frames, but your browser doesn&#39;t support them.</p>

    </body>
    </noframes>
    </frameset>

    </html>


    NEW PAGE 3 >> THATZ THE SCROLL THINGY --&#62; where you want to place the links

    NEW PAGE 4 >> THATZ THE FIRST PAGE YOUR WEBSITE LOADS
    Arrgghh&#33;, how do I use this?

    Do I create a new page and paste this into the html or have frames already there?

    I&#39;m confused anyone know how to use the script?

  3. Software & Hardware   -   #13
    Poster
    Join Date
    Jan 2003
    Location
    Belle Vernon, PA, USA
    Posts
    638
    Originally posted by TRshady@24 May 2003 - 21:25
    [frame name].location.href = URL;
    Like I said in my previous post...

  4. Software & Hardware   -   #14
    TRshady
    Guest
    oh thanks, I keep trying it but all I ever get is &#39;index&#39; unidentified, when that&#39;s its name (what it&#39;s saved as). Also I&#39;ve tried saving and using many different frame names including the title of the page I was links to open in but nothing works.

    I don&#39;t know if you put name.html or just the name and am not sure wether to replace window with the name or put a dot then the frame name. Guess I&#39;m not at that stage yet.

  5. Software & Hardware   -   #15
    TRshady
    Guest
    OK, thank you all for your help.

    I decided to ditch the pull down menu and have links down the left instead.

Page 2 of 2 FirstFirst 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
  •