Yes, someone offered something in the javascript forum: unfortunatley it didn.t work.
I'm sure I mentioned in the javascript one that I'd already put something elsewhere??
oh well, whatever
makeitso: already tried "Response.write("<script language=Javascript>...") , but , even in...
I've an asp page which reads a db and comes up with four fields. In the same page I've a javascript block which needs to read these fields: any idea how I could accomplish this? (also posted in asp forum)
I've an asp page which reads a db and comes up with four fields. In the same page I've a javascript block which needs to read these fields: any idea how I could accomplish this?
Not strictly vb but...
I've an asp page which reads a db and comes up with four fields. In the same page I've a javascript block which needs to read these fields: any idea how I could accomplish this?
following from last guy
use # in login script if you want script to pause while your batchfile is running, or @ for script to continue executing while batchfile is running.
@z:\xxxx.bat
I have a 6023p server using adpu320 raid. The motherboard has two on-board ethernet ports.
During netware 4.2 install:
Basically I can't get slot numbers for the lan ports or for the raid. When I try to load the lan driver with not slot number (it should then list the slot numbers), no slot...
I've just started a new project using asp.net and ado.net. what i'm trying to do is clear an asp listbox, does anyone know how to do this? (there is no 'clear' method)
Thanks in advance, A
If you use optentextfile instead of createtextfile, you'll have more options: there is a create param (true\false) and iomode (1 = for reading, 2 = forwriting, 3 = for appending)
look here:http://www.devguru.com/Technologies/vbscript/quickref/vbscript_list.html
Hi
How do they "find thier way back"? is there a drive mapping or something?
I'm not sure what you mean by "restore the other volumes" do you mean re- mount them? if so, you should be able to mount and dismount volumes (except sys of course) at will without losing data.
A
Very good reference site for vbscript (has all filesystemobject commands etc) is:http://www.devguru.com/Technologies/vbscript/quickref/vbscript_list.html
The following works ok (type file contents into another file):
Dim rtn As Long
rtn = Shell("cmd /c type c:\sdsrollerr.txt >c:\ar123.txt", vbNormalFocus)
so the following should work:
Dim rtn As Long
rtn = Shell("cmd /c type c:\sdsrollerr.txt >lpt1", vbNormalFocus)
(can't...
I need to remove a shortcut from the left hand side of the taskbar (next to start button)on a number a machines. Anyone know how I could do this in vb script?
Thanks A
I need a add a vpn route to our vpn server via code. It is something that can't be added by using the command line "route add" otherwise I could have shelled to that in code. Normally you would go to routing and remote access console and add a persistant route there, only I need to...
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.