 |
|
Home:
Perl Programming Help:
Beginner:
Re: [FishMonger] Premature end of script headers:
Edit Log
|
|

MDTech.us_MAN
Novice
Feb 25, 2013, 5:55 AM
Views: 313
|
|
Re: [FishMonger] Premature end of script headers
|
|
|
Why are you manually parsing the form submission (which has been outdated/depreciated for at least 10 years)? What is the better way?
if (jQuery) { if (jQuery.browser.msie) window.onload = initFlyouts; else jQuery(initFlyouts) }else{ if (Prototype.Browser.IE) window.onload = initFlyouts; else document.observe('dom:loaded', initFlyouts); } I see several syntax issues, don't you? Why are you printing meta tags in the body section? You really should put your css and javascript code into separate external files. I actually just used the code from the weebly.com designer, since I'm not a HTML pro yet. I've been programming more in Visual Basic.
(This post was edited by MDTech.us_MAN on Feb 25, 2013, 6:36 AM)
|
|
|
Edit Log:
|
|
Post edited by MDTech.us_MAN
(Novice) on Feb 25, 2013, 5:57 AM
|
|
Post edited by MDTech.us_MAN
(Novice) on Feb 25, 2013, 5:57 AM
|
|
Post edited by MDTech.us_MAN
(Novice) on Feb 25, 2013, 6:36 AM
|
|
|  |