hi all how would i do a for loop for obj event in vbs
that dold be the same as this
//-->
</script>
<script for="NETComm1" event="OnComm()" language="JavaScript">
<!--
if(NETComm1.InBufferCount == 0)
{
//
}
else
{
alert(NETComm1.InBufferCount);
document.serialdata.read_data.value = NETComm1.InputData;
}
</script>
thanks beau
that dold be the same as this
//-->
</script>
<script for="NETComm1" event="OnComm()" language="JavaScript">
<!--
if(NETComm1.InBufferCount == 0)
{
//
}
else
{
alert(NETComm1.InBufferCount);
document.serialdata.read_data.value = NETComm1.InputData;
}
</script>
thanks beau