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

compatibility in browsers

Status
Not open for further replies.

julie25

Programmer
Aug 7, 2003
22
FR
Hi,

I really need some help,
I made a web site (that functions with mozilla and IE) but I realized that it does not with netscape.

The probleme is a javascript one.

- all my page structure is designed by a call to an extern file:
setframe.js
that contain lines with document.write(); ...

- and then in each page, I call this file by:
<script language="JavaScript" src="./setframe.js"></script>

but it seams that this file is not analized by netscape.

thanks a lot,
I hope someone can help me...

Julie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top