all groups > inetserver asp general > april 2007 > threads for april 29 - 30, 2007
Filter by week: 1 2 3 4 5
How to make ASP automatically print to a certain printer or all printers
Posted by itfetish NO[at]SPAM gmail.com at 4/30/2007 6:44:16 PM
I have made an electronic sign out book for my office in ASP using
VBScript.
Problem is, when there is a fire we need to check who is out and who
is burning. I have been trying to think of how to go about this,
perhaps the only way is by having an 'emergency print' button that
quickly prints ... more >>
wierd error message in asp page
Posted by c676228 at 4/30/2007 1:38:00 PM
Hi all,
I have a page when run in browser(firefox), it has some error message from
from javascript console. It says
Error: Expected ':' but found ';'. Declaration dropped.
Source File: https://www.xxx.com/select2007_step1.asp
Line: 0
Bu the first 10 line of code are:
<%
pStr = "privat... more >>
CDO.MESSAGE
Posted by rn5a NO[at]SPAM rediffmail.com at 4/30/2007 11:43:51 AM
I am trying to send mails through ASP using CDO.MESSAGE but I don't
know why I am always getting the following error message:
Cannot modify or delete an object that was added using the COM+ Admin
SDK.
This is the code:
<%
Dim strMsg,sch,cdoConfig,cdoMessage
strMsg="Hello how a... more >>
Simple ASP MYSQL question
Posted by Lawrence at 4/30/2007 7:56:31 AM
Hey
I have successfully been able to read from a MYSQL database using
this:
set rs = conn.Execute("SELECT Password FROM UserTable WHERE Username =
'" & entuser & "' AND Password = '" & entpass & "'")
Do while not rs.eof ' Do until it reaches end of db
actualpass = rs("Password")
rs.Move... more >>
Create Object in VBScript
Posted by Michael at 4/30/2007 12:00:00 AM
Hi. I have COM+ component installed on my XP. I have problem to create
instance of it inside vbscript. How can I do it? The error I get is :
ActiveX component can't create object. Thanks
... more >>
Viewing File
Posted by dhenderson NO[at]SPAM odysseylearn.com at 4/29/2007 4:58:05 PM
Hi - I inherited a site - www.highparkclub.com/curling.asp
If you look at any of the schedules - and you don't have excel
installed it gives you the option to view or save the file.
For Mac users - this causes even more problems, as the link does not
work at all.
Is there a simple way to ... more >>
Verififying Image Characters
Posted by rn5a NO[at]SPAM rediffmail.com at 4/29/2007 12:10:00 AM
Nowadays, while registering at a site, an image with alphanumeric
characters is displayed to users who are asked to enter those
alphanumeric characters in a textbox to avoid automated registration.
Are such images generated dynamically? Or is it something like the
sites have thousands & thousa... more >>
|