
March 3rd, 2013, 10:21 PM
|
|
Contributing User
|
|
Join Date: Aug 2011
Location: Sydney Australia
|
|
Quote: | Originally Posted by zxcvbnm Hello;
What could be the problem?
Thank you |
Bad html.
Open your page in Firefox. View the source of the page.
There are two opening <body> tags. The second is seen as an error.
There are red errors all over. One <input> tag has two type= 'text' attributes defined.
I see red </td> tags, red </p> tags. red </div> tags, indicating they are unmatched.
Red </td> tags with a width attribute specified. The list goes on.
There are $(document).ready(function() {} statements all over it. There should be ONE $(document).ready function in the doc, with all the actions chained together there.
Fix your html, and you will have a better chance of a browser loading it, instead of getting confused.
|