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
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...
I have this script
how wood i load the images like a banner so the webpage does not have to refresh so the image will change
i have a peae of software tht writes yourIncludeFile.js"
every 5 min thanks for any help
<script src="yourIncludeFile.js"></script>
<script...
hi all
I have a javascript form wir a drom down box
were I went to selected the default value by giving my <option>s different names and use them instead of the array number, here is what I tried an it doex not work
thake for an tips on what I did wrong
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML...
I have a string of text that has two form feed
characters chr12 in it I like to remove them be for i write the string
here what I have so far
Set oFSO = CreateObject("Scripting.FileSystemObject")
Set oFile = oFSO.OpenTextFile("abc.txt")
Set MyFile =...
I am use this script
Set oFSO = CreateObject("Scripting.FileSystemObject")
Set oFile = oFSO.OpenTextFile("Test.txt")
While oFile.AtEndOfStream <> True
strLine = oFile.ReadLine
If InStr(strLine, "REV") > 0 Then
arrParts = Split(strLine, "|")
End If
Wend
rem WScript.Echo arrParts(7)
Set...
I have a text file called workfile.txt
here is what it looks like
[SETUP]
FILLSTYLE=0
OPACITY=60
SERVER_SPECIAL=True
BORDERWIDTH=1
[COLOURS]
OTHER_FILL=16711935
ADVISE_FILL=65535
WATCH_FILL=3972607
WARN_FILL=255
OTHER_BORDER=0
ADVISE_BORDER=0
WATCH_BORDER=0
WARN_BORDER=0
[SHAPES]...
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.