Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 05:25 PM
Sn00py
Guest
 
Posts: n/a
Default Silly question

ok I apologise if this is very simple and easy to do but I need to find out
how to code this...

I have a frameset in HTML and when the Menu (menu.html)of the frameset loads
I want it to automatically load another page (main.html)on the other side of
the frame (target ="main").

I need the menu.html to do this and not the frame set!

thanks for any help!

Sn00py


  #2  
Old July 20th, 2005, 05:25 PM
William Tasso
Guest
 
Posts: n/a
Default Re: Silly question

Sn00py wrote:[color=blue]
> ...
> I need the menu.html to do this and not the frame set!
>[/color]

It appears that you have been misinformed. HTML cannot 'do' anything.

--
William Tasso - http://WilliamTasso.com


  #3  
Old July 20th, 2005, 05:25 PM
Sn00py
Guest
 
Posts: n/a
Default Re: Silly question

then JavaScript???


  #4  
Old July 20th, 2005, 05:25 PM
William Tasso
Guest
 
Posts: n/a
Default Re: Silly question

Sn00py wrote:[color=blue]
> then JavaScript???[/color]

news:comp.lang.javascript ??

--
William Tasso - http://WilliamTasso.com


  #5  
Old July 20th, 2005, 05:25 PM
Peter Foti
Guest
 
Posts: n/a
Default Re: Silly question

"Sn00py" <Anti-SPAM@btinternet.com> wrote in message
news:bnjknb$o0j$1@titan.btinternet.com...[color=blue]
> then JavaScript???
>[/color]

Yes, you would need JavaScript on your menu page. Probably something like:

<body onload="parent.main.location='main.html'">

Or something like that (I'm not sure, haven't tested this).

HTH
Peter Foti


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles