Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. abhayrao

    how to put a file on visitor's computer

    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!)
  2. abhayrao

    how to write to a VBscript(html)file on a server

    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.
  3. abhayrao

    message for glenmac from abhayrao

    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...
  4. abhayrao

    message for glenmac from abhayrao

    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...
  5. abhayrao

    could someone get this script working

    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...
  6. abhayrao

    write to text file on server

    could you tell me how to write user input to a text file which is on the server which i can view. I really need it. -abhayrao
  7. abhayrao

    how to write to a text file

    could you tell me how to write user input to a text file . I really need it. -abhayrao
  8. abhayrao

    how to write to a text file

    could you tell me how to write user input to a text file . I really need it. -abhayrao
  9. abhayrao

    needed : an ip logger in VBscript

    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!
  10. abhayrao

    how to use the variable &quot;Request.ServerVariables(&quot;REMOTE_ADDR&quot;)&q

    can someone tell me how to use the variable &quot; Request.ServerVariables(&quot;REMOTE_ADDR&quot;)&quot; and also tell me tha is this a VBscript variable or a variable of some other script?
  11. abhayrao

    getting IP numbers

    Is there any way to get the IP address of a computer using widely available stuff for eg.from email please help!!
  12. abhayrao

    a variable that changes with every hit

    Is there any way create a variable that changes with every hit through scripting?.(I am not talking about hit-counters) please help!!
  13. abhayrao

    code for fengshui1998 from abhayrao

    fengshui1998,you wanted to see my code.Here it is:- <html> <script language=&quot;VBScript&quot;> function save() Dim oFS, writefile Set oFS = CreateObject(&quot;Scripting.FileSystemObject&quot;) Set writefile= oFS.OpenTextFile(&quot;c:\a.txt&quot;,true) writefile.write(S1.value)...
  14. abhayrao

    bad file mode error

    here is my code.You wanted to see it fengshui_1998 :- <html> <script language=&quot;VBScript&quot;> function save() Dim oFS, writefile Set oFS = CreateObject(&quot;Scripting.FileSystemObject&quot;) Set writefile= oFS.OpenTextFile(&quot;c:\a.txt&quot;,true) writefile.write(S1.value)...
  15. abhayrao

    bad file mode error

    here is my code.You wanted to see it fengshui_1998 :- <html> <script language=&quot;VBScript&quot;> function save() Dim oFS, writefile Set oFS = CreateObject(&quot;Scripting.FileSystemObject&quot;) Set writefile= oFS.OpenTextFile(&quot;c:\a.txt&quot;,true) writefile.write(S1.value)...
  16. abhayrao

    bad file mode error

    iam a beginner.please explain how to deal with the `bad file mode` error which i encountered while trying to write text to a file in VBscript.

Part and Inventory Search

Back
Top