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...
well, shortly after I finished typing the question above, I found the following article(s)
http://www.learnasp.com/learn/res4.asp
and
http://www.learnasp.com/learn/res5.asp
I'm hopefull that they'll work, but if you have a better idea, please let me know
thanks
Rob Mills
System Analyst...
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...
Thanks for your help all, but I've abandoned this idea for a form post method
cheers
Rob Mills
System Analyst
Correctional Services Canada
(all statements are my own ...., ah hell, its the government, sue'em anyway)
it just says "error on page" at the bottom of the screen
Rob Mills
System Analyst
Correctional Services Canada
(all statements are my own ...., ah hell, its the government, sue'em anyway)
ok, I tried
onChange="Changebox(document.form1.day1.value(),-13,<%=qryElements.Fields.Item("numsubcatagoryid").Value%>)"
but I get an error on page
the changbox function is as follows
<%
sub ChangeBox(newnum,dayspan,subcat)
dim addSQL,modSQL,curnum,subsite,lookdate...
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...
It works great, thanks again
and yes, it is an intranet with IE6 everywhere
Rob Mills
System Analyst
Correctional Services Canada
(all statements are my own ...., ah hell, its the government, sue'em anyway)
does the line at the top
<%@LANGUAGE="VBSCRIPT"%>
have any bearing on what I'm trying to do?
thanks
Rob Mills
System Analyst
Correctional Services Canada
(all statements are my own ...., ah hell, its the government, sue'em anyway)
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...
thanks, I'll try it out, though I've since read that READONLY won't work so I'll have to use Disabled
Rob Mills
System Analyst
Correctional Services Canada
(all statements are my own and do not reflect on my employer)
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 =...
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.