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

IE to Netscape conversion failed

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have written a webpage for my university's unicentre. It was written for IE, tested and debugged in IE, works perfectly in IE. However, the university's computers run Netscape. Nothing works.

Functions are undefined. Defined in IE yet mysteriously undefined in Netscape.

Also there is a piece of code seems to be causeing problems, its is the way I define arrays, and multiple variables in arrays. The error is this:

Error: invalid property id
Source File: file:///C:/WINDOWS/Desktop/unicentre/index.html
Line: 19, Column: 11
Source Code:
text[0] = {short:"What's on", long:"Annual Dinner, Competitions, Market Days, Publications, Unimovies."};

This code works find not only in this page but every other page I've written. However, I am not a netscape user and only installed it an hour ago because the University was rather upset that I gave them a dud.

I could redo the array into several variables, tedious but plausable. But I need functions. How can every function be undefined? It's so weird.

I'm sure no one else has ever had this problem and I am merely cursed.

I've uploaded the page to a temporary location (instant and free ofcourse):


Please. Someone. Help me!!!!

Fix my function....please....

Digginbabe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top