all groups > inetserver asp general > august 2003 > threads for sunday august 17
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
list box with mouse click event?
Posted by John Davis at 8/17/2003 10:04:21 PM
When the user clicks an item in the list box, i want to fire the
click/change event and invoke another ASP page. But is it client side
javascript scripting's job??
Please advice.
John
... more >>
Request.Form("Field Name") Versus Request.QueryString("Field Name")
Posted by John Davis at 8/17/2003 9:38:40 PM
I want to know what's the differences between
Request.Form("Field Name") and
Request.QueryString("Field Name")
OR they function exactly the same, which is to return the value of the
field??
Thanks,
John
... more >>
can ASP get a list of databases and tables of SQL Server at run time?
Posted by John Davis at 8/17/2003 8:43:43 PM
When we want to get data access, we need to specify the datasource name and
table name in ASP page. I want to know if we can get the list of databases
and tables of SQL Server at run time? i.e. The user can choose the database
or table to open, and get the records of the table?
Please advice. ... more >>
opening asp file and loading certain text into a form
Posted by Andie at 8/17/2003 8:31:51 PM
Hello.
Can anyone help me with the following.
I have a config.asp file with contains information like:
'---------------------------------------------------------------------
' Is Store Admin installed. (Y/N)
'---------------------------------------------------------------------
const Sto... more >>
Check Box Default
Posted by Jack Buick at 8/17/2003 7:03:13 PM
Talk about a basic question, but this is making me nuts.
I have a form with several check boxes ... they are all set to default
to "unchecked." The db also defaults to unchecked. But, as soon as we
hit the "form1.recordset.addnew" all of the cb's change themselves to
"checked." ???
Thanks in... more >>
ASP Mailer Question
Posted by John Davis at 8/17/2003 2:05:46 PM
What is the **MOST** obvious reason why will this will fail (it's not syntax
or anything specific to the object)?
Function Mail(MailerProgram, Message, Subject, Format, FromEmail, ToEmail,
ReplyTo, FromName, ToName, MailerPath, BCCEmail, Attachement)
Set Mailer = Server.CreateObject("Persits... more >>
ASP Question
Posted by John Davis at 8/17/2003 2:04:49 PM
What is this function attempting to do? Please advice. Thanks!
Function UnknownFunction(x)
If InStr(x, "http://")=0 Then
vx = x
Else
vx = Replace(x,"http://","")
End If
vAD = "1234567890qwertyuiopasdfghjklzxcvbnm_./"
UnknownFunction = True
For I=1 to Len(vx)
Symbol = Mid(vx,I,1)
If InSt... more >>
Using ASP add-ons
Posted by Grahammer at 8/17/2003 3:02:46 AM
Are there any free add-ons that I can use with IIS6 on Win2K3 server?
Google turns up a few hits, but they are commercial, or are addons for
specific software packages.
I'm not looking for anything fancy, but useful would be good.
(Something more than a "hello world" kind of thing.) I'd like t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Login Authentication
Posted by janet at 8/17/2003 12:45:53 AM
hI ...
I am newbie to ASP ... i am trying to write a code to
accept login and passwor from a user and verify through a
table created in MySQL.
I am just trying to write a code on my own seeking help
from code here and there and from my understanding. I am
completely zapped :-(((
her... more >>
|