hello!
this is a newbie asking all the experts around to help.can you give me a VBscript to create and run or put and run on a visitor computer(for example small html or text files containing ads)(just kidding!)
hello!
i need help.could someone give me a VBscript to write to a specific file on the same server as the VBscript(html)filein which the script is present.
hey glenmac!
your code you gave me to write to a text file doesn't seem to work .It does not dislay an inputbox.could you make it fine.here's your code:-
<html>
<script>
Const ForReading = 1
Const ForWriting = 2
Const ForAppending = 8
Const TristateFalse = 0
Const TristateTrue = -1
Const...
hey glenmac!
your code doesn't seem to work .It does not dislay an inputbox.could you make it fine.here's your code:-
<html>
<script>
Const ForReading = 1
Const ForWriting = 2
Const ForAppending = 8
Const TristateFalse = 0
Const TristateTrue = -1
Const TristateUseDefault = -2
Dim title
Dim...
Hey!could someone get this script working for me.It is a script to write user input to a text file:-
Const ForReading = 1
Const ForWriting = 2
Const ForAppending = 8
Const TristateFalse = 0
Const TristateTrue = -1
Const TristateUseDefault = -2
Dim title
Dim paragraph
Dim afile
Dim ts
Dim fs...
Can someone please please please pleeeeeeaaaaaase make an ip logger(those scripts that record visitor information such as domain name,ip address,etc) to your for me ?
I have trying a lot but i am not seeming to get it. Clould someone please give me the code for an ip logger?
pleeeeeaaaaase help me!
can someone tell me how to use the variable "
Request.ServerVariables("REMOTE_ADDR")"
and also tell me tha is this a VBscript variable or a variable of some other script?
fengshui1998,you wanted to see my code.Here it is:-
<html>
<script language="VBScript">
function save()
Dim oFS, writefile
Set oFS = CreateObject("Scripting.FileSystemObject")
Set writefile= oFS.OpenTextFile("c:\a.txt",true)
writefile.write(S1.value)...
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.