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

Fixing Javascript Problem

Status
Not open for further replies.

zonash001

Programmer
Mar 10, 2004
15
PK
i've designed an intranet consisting of three frames namely header, navigational and content. Besides,
i m also using a DHTML popup menu placed in the navigational frame. The sub menus pop up in the
content frame.
The intranet is a mixture of .asp (information fetched from database) and .htm files (information entered
in MS Excel and saved as Web page). For popup menu to function properly, i need to insert a one-line
java script in the <head> and <body> tag of both .asp and .htm files. For .asp pages, as information is
fetched directly from database, the java script remains intact. But when working with MS Excel files
saved as .htm, the java script gets deleted everytime when the Excel sheet is modified and saved as .htm.

Can anyone suggest how can i fix the javascript to remain intact regardless of any changes made to the
Excel file saved as .htm?
 
IMHO...You will not be able to change this situation as long as you are relying on Excel to generate HTML for you.

If I understand you correctly you would have to alter excels HTML export (to include your javascript) to accomplish what you are trying to do. I doubt Bill will let you do that.

Good luck!

Wow JT that almost looked like you knew what you were doing!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top