JS Mouseover and table properties became useless after adding 2 lines php

Hi,

I’m really not into coding but i need to build a webpage for my band… So before building an actual page, i built a temporary one…

http://www.cingar.net/index.html

in index.html everything looks fine except formmail. so i added one;

http://www.cingar.net/a-page.php (if you click the last button you’ll see the formmail)

but when i added this formmail, my javascript mouseover functions became disabled. I tried to find a solution but since i don’t know anything about coding, i really don’t know what should i look for… and one other thing, my table properties not working either…

this is code for index.html

[CODE]

ÇINGAR
Facebbok MySpace Last.fm
[/CODE]

and this is code for a-page.php:

[CODE]<?PHP
require_once(‘popup-contactform.php’);
?>

ÇINGAR
Facebbok MySpace Last.fm
<?PHP require_once('contactform-code.php'); ?> [/CODE]

thanks in advance…

Sponsor our Newsletter | Privacy Policy | Terms of Service