Hi tsuji
here is all of the code
Set netcomm1 = CreateObject ("NETCommOCX.NETComm")
output="fr0;"
rem netcomm1.portopen = false
netcomm1.Settings = "9600,N,8,1"
netcomm1.commPort= 4
netcomm1.Handshaking= 0
netcomm1.InBufferSize = 1024
netcomm1.InputLen = 0
netcomm1.InputMode= 0...
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)...
Hi all i habe this java that run in a web browser
id like to makek it a standalone vbscript
Use functions ToVariant() and FromVariant(); others
serve as helpers only.
*/
function ToVariant (x)
{
if (x == null);
else if (typeof(x) == "object")
{
if (x.getDate)
{ //...
hi all I would like to known
i have a usb key drive after i use the safe to remove
is there a command that would scan for drive an remount the usb drive if it has not been unpluged thanks beau
Hi all i need some help
I like to know when you click view availabe wireless networks does that call a dll or exe or is there a script that can do this thanks for sny help
thaks spewn
one ? about a if
you see some writen like this
if (n=='Other') {
url1="http://iwin.nws.noaa.gov/iwin/textversion/state/";
url2="/.html";
}
were it all spaced out
an some like this
if (n=='Watches') {url2="/watches.html";}
do they all work the same no matter how you wrie them...
Hi spewn
here is the the code
I know how the set url2
can you show me how to set url1 http://iwin.nws.noaa.gov/iwin/textversion/state\
so that url wil only be used win the other button is pushed
function buttonX(n){
url1="http://iwin.nws.noaa.gov/iwin/"
if (n=='Warnings'||'Advisories')...
Hi spewn
I been work with the script
i added a button but when the buton is clicked i need to change url1 an url2 how can i do this
can i do it in function buttonX(n)
or do i need to make another function
hi spewn is this the way you wood write it if you went it to change if sate was naul as it loded
function statecheck(){
state="";
if (state== "") {
document.getElementById('textX').style.color="red";
return;
}
with (document.weatherform.stateselter) {
for (var i=0;i<options.length;i++) {...
Hi spewn I tryed your code
wood there be a way to change your code so it wood turn red if null when the page loaded insted of wating for the user to click a button
thanks for any ideas
Hi tsuji
i get a error with this code an it turns red null or not what did i do wrong also how wood i add this to the
statecheck()).
here is the code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>myweather form</title>
<style type="text/css">...
Hi all
I have a from I like to change the color of the text at the top of form if a null is entered
here is the code the * is next to text i went red in null
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>myweather form</title>
<script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.