Here is a list of what works in Firefox 3 or Internet Explorer but not Safari:
- document.[form name] where [form name] matches the element <form name='[form name]'>
Replacement:Use document.getElementById() instead - document.embeds
Replacement:
Use document.getElementById() instead - Form element's id defaulted to their name
Replacement:
Manually specify the id - <applet> tag
Replacement:
<object> tag
0 comments:
Post a Comment