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?
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?