Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a script to reload a page in a frame set

Status
Not open for further replies.

fpl9250

Programmer
Jan 22, 2007
46
US
hello,

I need to reload a page into a frame set. A hidden (height 1px) frame will play music continously, but for search engine purposes I don't want the whole site to be frameset oriented.

Thanks a lot for your help.
 
Or, if you want an arbitrary page, you might use some sort of server-side scripting to pick up on any params (or even client-side JS):

Code:
window.location = 'myFrameSetPage.html?pageToLoad=wibble.html';
;

Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Thanks for your reponses. Quick follow up question. The pages in this frame set will have a menu included via SSI, and thus the pages need to be SHTML or ASP or CFM. Can the parent of a frameset be a .cfm or does it need to be html. And if so can the parent of a frame be html and all the child pages be .cfm?

Thank you again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top