Javascript not working correctly in FP2003 border

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a simple "switch menu" java script that works properly when it is a
regular page however it doesn't work correctly when the code is place in the
left border of a webpage using shared borders. I have another script running
in the top border that works just fine but the page calls the script vs the
left border the script is embedded in the code.

Any suggestions as how I can make this script work in the border correctly?
I've tried calling the script vs embedding it and that doesn't seem to work
either. Has anyone had this same issue and been able to resolve it?

Thanks for you help!
 
The JavaScript that is located in the head section of the page, must be inserted after the <body>
tag of the page that will be included in other pages.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Back
Top