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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

include file in Frames

Status
Not open for further replies.

greyone

Programmer
Dec 14, 2000
200
CA
I have a js file with all the javascript functions and i would like to know if there is a way to include this file globaly. The problem is that i have 2 frames and i don't want to include the js files on every html page. Is there a way to include the js file in the page where i declare the frameset.
Please help
Nitin
 
You should be able to include the js file in the frameset, but you may have to call any functions in it as parent.function-name.
Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top