Hi, I'm new to PHP and I've come across a problem. I have been working on a page http://www.extrememetal.co.uk/cgi/theband.php that use an imagemap to alter the main page image with a Mouseover effect, and then upon clicking the area of the imagemap displays the relevant piece of text that is appropriate to the picture. However, there seem to be some Javascript errors associated with this I can't get rid of. It appears that Javascript doesn't like passing variables in the URL using say theband.php?name=duncan but I cannot see any way to avoid this since a variable needs to be passed to the php script using a link. Any suggestions? Does Javascript have any other issues with PHP.
Hi Rob,
Check out line 29.
You've missed out a "7":
Image7 = new Image(175,230) Image.src = "../bony.gif"
Should be:
Image7 = new Image(175,230); Image7.src = "../bony.gif";
Regards,
David Grant
I am attempting to but an item into the Ebay auction.After posting the information asked for along with a picture, I click Continue button to proceed. "JavaScript Error" appears instructing me to type Javascript into Location for details. This is happening consistently, keeping me from accessing Ebay. How can the prblem be corrected?
please give any suggestions error "document.doctors has no properties" where doctors is the form name this same code is working with IE but not with netscape. thanks srikanth