D
Dave
Hi,
This way to start a function works with IE; why doesn't it work with NS (7).
<input type="button" id="test">
<script>
function test.onclick()
{
....
}
</script>
thanks
dave
This way to start a function works with IE; why doesn't it work with NS (7).
<input type="button" id="test">
<script>
function test.onclick()
{
....
}
</script>
thanks
dave