[Javascript] Using the popup object in IE

Paul Novitski javascriptlist at dandemutande.org
Mon Jan 19 11:33:24 CST 2004


Matt,

FYI, your second code snippet *DID* work for me when I enclosed it in html 
& body tags, running on IE 6.0.26.

Paul


At 09:10 AM 1/19/2004, you wrote:
...
>However - this example will _not_ trigger an alert box....
>
><script language="javascript">
>    function fShout (sMsg) {
>       alert (sMsg);
>    }
></script>
><table>
>    <tr>
>       <td onClick="fShout ('Hello, World!')">Click me.</td>
>    </tr>
></table>
... 





More information about the Javascript mailing list