|
Posted by Steve Pugh on August 9, 2004, 7:40 pm
Please log in for more thread options
>I have an image map that works perfectly in firefox, but not IE can anyone
>help?
Does it work prefectly when JavaScript is disabled?
><SCRIPT LANGUAGE="JavaScript">
Language is deprecated, use type="text/javascript" instead.
> function species(xpath) {
> document.form1.xpath.value = xpath;
There's no child of form1 called xpath in your HTML.
Is this snippet incomplete?
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
|