I have the following code that I run to enumerate printers on a given server, can I incorperate this into a webpage. I wish to select the server in one drop list and have the printers presented in the second droplist for the client to choose.
Then I have a second script that will enable the...
I am trying to format a series of textareas by passing data to a function and returning the tag line. I'm having some problems with the formatting of the return value of the function.
<dumb??>
also,do I need to pass the array to the function, or is it just in memory and doesn't need to be...
I am trying to pass a font tag in a querystring without much success. I've tried several combinations ("'", ', "", """) but it doesn't seem to want to bring the font tag over.
any ideas?
thanks
here is the code
strsummary = strsummary & "<font...
what is the proper syntax for a form text box to reference itself (to pass value on to a function or sub)
example
<input name="day1" type="text" id="day1" onChange="<%call...
I have a form that is 15 text boxes wide by several rows deep (depends on criteria). The text boxes are populated using a vbscript function, this works great (code to follow). The problem is in changing the data. I thought I could do an onChange event to vbscript that puts together a SQL update...
I have the following code on an asp page. the form parameters are passed from another pages submit function
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="Connections/OTReporting.asp" -->
<% Response.Buffer = True %>
<!--#include file="inc_top_img.asp" -->
<% if...
I have a list of users that have accesslevel of 1,2 or 3
Level 1 users should not be able to change the contents of a listbox, level 2 and 3 should
here's what I've got
<% if session("AccessLevel")=1 then
enablelist = "False"
else
enablelist =...
Hello all
I currently have a NT4 server with several thousand directories with local groups applied to them.
I need to migrate this to a new Win2K domain. I have created similarly named groups in new AD, but the permissions are a problem.
Does anyone know how I can dump the permissions...
ok, managed to get mySQL up and running, but keep getting errors from my config.asp.
1) why doesn't the "SELECT TOP * 1 FROM ..." work anymore?
2) also, had an array that was working fine but now I get a subscript out of range error.
ReDim MenuEntry(objRsConfig.RecordCount,2)
iRun =...
I've inherited a site that uses ASP/Access, however the new ISP only supports ASP/mySQL.
How big of a job am I looking at? I notice that he used mostly ADO programming to update tables etc. Will these work with mySQL?
It would be nice if it were merely a case of changing the DSN and maybe a...
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.