|
-
Oct 26th, 2001, 03:52 AM
#1
Thread Starter
Hyperactive Member
language=javascript deprecation
I heard "<script language="javascript"></script> is deprecated into:
<script type="text/javascript">
<![CDATA[
]]></script>
How does this affect functions called from tagevents like:
<div onclick="dosomeThing();" />. It cant mean that this must be converted to <div onclick="javascript:<![CDATA[dosomeThing();]]>" /> does it ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|