PDA

View Full Version : using javascript in a shtml page - help?!?


geekygal
11-17-2002, 08:15 PM
I created a normal html (.htm) page that used javascript to create rollover buttons in the navigation.

I then included this in the page to call up a cgi script form that I wanted to use on the web page:

<!--#include virtual="/cgi-script/csRecommend/csRecommend.cgi?command=showrecommend2" -->


This required me to change the page to a .shtml page in order for this form to run SSI.

Problem: now my javacript rollovers don't work.

What can I do? I'm at a lost and I have a deadline approaching... thanks for your help!

You can view my page at:
http://www.shiftnow.com/calendar.shtml

Mouldy_Goat
11-18-2002, 10:08 PM
Hi,
Whether or not your webpage does or doesn't use SSI shouldn't make any difference to whether or not any JavaScript works on it.

I took a look at your site, and the rollover buttons were working fine.

My browser info if you're interested:
Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; TUCOWS)