gaydemon
07-23-2008, 01:51 AM
Having a hard time with Dreamweaver with one small thing.
It keeps converting a Java Script line from all lower case to first letter uppercase.
It should be:
onsubmit="return SearchSections()
But it keeps changing it to:
onSubmit="return SearchSections()
Which of course breaks xhtml standards and wont validate.
Any ideas why it keeps doing it?
(some more details: This is using dreamweaver templates, the main template is correct and shows only lowercase. but at some point the pages using that template automatically converts to uppercase for "onSubmit". The main template never changes, only the pages that use it. To fix it, i have to remove the code, save the template. then enter the code again and save again. This then works for a while but keeps coming back. probably when i update something else on the template.)
It keeps converting a Java Script line from all lower case to first letter uppercase.
It should be:
onsubmit="return SearchSections()
But it keeps changing it to:
onSubmit="return SearchSections()
Which of course breaks xhtml standards and wont validate.
Any ideas why it keeps doing it?
(some more details: This is using dreamweaver templates, the main template is correct and shows only lowercase. but at some point the pages using that template automatically converts to uppercase for "onSubmit". The main template never changes, only the pages that use it. To fix it, i have to remove the code, save the template. then enter the code again and save again. This then works for a while but keeps coming back. probably when i update something else on the template.)