|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
Format number
Jeff -
10 Dec 2005 11:03 PM - 4 messages
I almost hate to post this here, because it is so basic. But my mind isn't the same as it used to be. I am using asp with access db on ms server total_score is my field from a table within the db., I wish to format this ...
nested repeat region
shank -
10 Dec 2005 3:20 PM - 2 messages
I'm trying to use code I found on: [link] I've used it before without issue, but this time it's not working. The nested records are not being filtered. They are all displayed on the very ...
Binary data to email
Slim -
10 Dec 2005 3:15 PM - 1 message
I have a problem converting binary to text I am reading a page using xmlhttp xmlhttp.open "GET", url, false ,"userName","password" xmlhttp.send "" tex3 = xmlhttp.responseBody now I have the binary data of the html page I am reading ...
session timeout
polilop -
10 Dec 2005 12:15 PM - 3 messages
Is there a way to see if the session is going to timeout and then warn the user or display a page that it timed out ...
Global variable in ASP 3.0
Dave -
10 Dec 2005 5:21 AM - 3 messages
In classic ASP (ASP 3.0), can I create a variable in global.asa and reference it from other pages in my web app? If so, how? So far it appears that anything I create in Application_onStart() is not ...
IIS HTTP 403.1 Forbidden: Execute Access Forbidden
Edward Low -
9 Dec 2005 7:01 PM - 3 messages
Hi all, When creating a virtual directory in IIS 5.0 win xp Pro with the name like "abc.com", an error HTTP 403.1 Forbidden: Execute Access Forbidden will return when accessing the web page. But, this will work fine if the virtual ...
Same ASP page executed 2 ways produce different results...strange
Benman -
9 Dec 2005 6:47 PM - 1 message
Hi everyone, I was looking for a way to execute an .ASP page through the windows scehduler, and I found several posts that showed out to "run" a URL using a windows scripting file. The file looks like this: ...
ASP Session Swapping!!! HIPAA Compliancy Related!!!
Chris -
9 Dec 2005 6:47 PM - 11 messages
Greetings! I have a client that on 2 occasions has had their classic ASP Sessions swapped with another user. We have a support site that uses the Session object to store all of the relevant data, and one of the options on the ...
Word Security when opened from asp hyperlink
Jason -
9 Dec 2005 5:52 PM - 1 message
I have a document saved to a public network server. The public directory grants change access to all users on the network. To keep my Word doc protected I am using the Security feature "File Sharing Options" in Word to ...
Help with screen scraping
Florida Man -
9 Dec 2005 5:16 PM - 2 messages
Hi, I need to write an application (VB script/ASP) that programmatically operates a web site. In other words I would like to create my own interface and use data from existing web sites. For example, the application will have ...
How many times does a character appear
Joey Martin -
9 Dec 2005 4:55 PM - 2 messages
I've done this before but cannot remember how. I have a field (FIELDNAME) in a sql2k environment. I just need to know how many times an "_" appears in that field. Pretty simple, but I cannot figure it out right now. ...
Sorting XML using XMLDOM without using XSL
Ben Fidge -
9 Dec 2005 10:41 AM - 6 messages
Hi, I've had an ASP project dumped on me written in VBScript. I'm actually a C#/ASP.NET developer and am struggling trying to find a way to sort the result of a XPath query executed using SelectNodes? ...
Sorting XML using XMLDOM without using XSL
Ben Fidge -
9 Dec 2005 10:41 AM - 1 message
Hi, I've had an ASP project dumped on me written in VBScript. I'm actually a C#/ASP.NET developer and am struggling trying to find a way to sort the result of a XPath query executed using SelectNodes? ...
Full domain name in Logon_User
JPG -
9 Dec 2005 10:20 AM - 1 message
Hi all, I'm using Windows Integrated Authentication on my company intranet ASP web site (IIS6 W2K3). I would like to know how could I get the full Active Directory domain name from the Logon_User variable. I always get the netbios name of the domain, but I need the full domain name ...
Disable Combo Items
MervinJadhav -
9 Dec 2005 8:16 AM - 4 messages
How to disable combo items? Mervin Jadhav Software Developer Solutiioneyes Pvt Ltd ([url][link]]) 203, Sai Chambers, 16 Mumbai-Pune Rd, Pune - 411 003 INDIA mervinjad***@yahoo.com Voice: + 91 20 2553 9120 | fax: +91 20 2553 5293 | +91 20 9890921356
--
MervinJadhav
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
Login Dialog
MervinJadhav -
9 Dec 2005 8:15 AM - 1 message
have a web page named downloads.asp and I have a link on the page as
"Click Here to login". When anyone clicks on that link I want that a
classic windows login dialog opens up like the one in the link ...
Opening Word File from hyperlink
Jason -
9 Dec 2005 12:25 AM - 2 messages
I have a document saved to a public network server. The public directory grants change access to all users on the network. To keep my Word doc protected I am using the Security feature "File Sharing Options" in Word to ...
Error Handling
Bruce Thornbury -
8 Dec 2005 10:30 PM - 1 message
I've seen several posts about this but haven't seen an answer: I'm capturing errors using ON ERROR RESUME NEXT. VBScript's default error object works fine but lacks the file, line, and code that the Server.GetLastError function gives you. Unfortunately, I can't get the ...
Cookie and Db User Authentication
webmaster -
8 Dec 2005 9:44 PM - 4 messages
This is a question that has probably been answered before on the newsgroup but probably in fragments. This is what I would like to do, and I only have a very vague idea where to find the answer. Directions would be useful. ...
ServerXMLHTTP and Double-byte Encoding
Jen -
8 Dec 2005 8:16 PM - 2 messages
Hello, I am trying to use ServerXMLHTTP to post data containing Japanese characters, but the data posts as question marks, boxes or just random ascii characters. Here is the code I am using: set xmlHTTPObj = Server.CreateObject("Msxml2.ServerXMLHTTP") ...
Email program won't send in Windows 2003 - Queue_Manager
Jozef -
8 Dec 2005 6:59 PM - 2 messages
Hello, I have a client that just switched to Windows 2003 server. Their website has always run fine under Windows 2000, using an email program queue_manager.exe to send order and support emails (sending a receipt to the sender). This seems to work under Windows 2003, but won't send the email. ...
ASP Session Swapping!!! HIPAA Compliancy Related!!!
Jerry Kizziar -
8 Dec 2005 5:04 PM - 1 message
Greetings! I have a client that on 2 occasions has had their classic ASP Sessions swapped with another user. We have a support site that uses the Session object to store all of the relevant data, and one of the options on the site ...
Session_OnEnd method not firing
Andy Kasotia -
8 Dec 2005 5:00 PM - 2 messages
My Session_OnStart works but Session_OnEnd does not work. Here's the code...can anyone tell me what's wrong with my code or if anything else on the server that needs to be changed. The Session_OnStart does create the folder for me with the SessionID as the folder name but ...
Anyone familiar with the capicom.dll?
Marja Ribbers-de Vroed -
8 Dec 2005 4:19 PM - 1 message
Hi, Is anyone here familiar with the capicom.dll? And more specifically with deployment of .cer and .pfx certifcate files? I have a few questions and I'm looking for a suitable place to post them. ...
Session Variables holding VB COM objects (Apartment Threading)
Andy Kasotia -
8 Dec 2005 4:08 PM - 5 messages
I have read couple of articles warning against the use of storing VB COM objects (Apartment Threading) in Session Variables due to the fact that these variables could go bad. My question is what's the workaround this? I have also read about making ASP Stateless...I'm guessing that means ...
Response.flush not displaying content
jose.mendez22 -
8 Dec 2005 3:56 PM - 1 message
I'm trying to fire a pop-up window before I execute a lengthy stored procedure so I may utilize this window as a status window on number of records executed. After my response.write statements which include the ...
Adobe Acrobat Verbaige
Matt -
8 Dec 2005 3:36 PM - 3 messages
I am trying to see what people think about placing verbaige to download Adobe Acrobat on a website that utilizes PDFs. Is this still neccessary? ...
script Timeout
Gary -
8 Dec 2005 12:16 PM - 2 messages
I'm fairly new to ASP and have attempted to create a link tracker using SQL Stored Procedures. The procedures work but my script timesout when calling them through ASP Script is below, any help would be gratefully appreciated. Gary Smith ...
Binary to text
Slim -
8 Dec 2005 11:07 AM - 1 message
I have a problem converting binary to text I am reading a page using xmlhttp xmlhttp.open "GET", url, false ,"userName","password" xmlhttp.send "" tex3 = xmlhttp.responseBody now I have the binary data of the html page I am reading ...
update text box
nikou_70 -
8 Dec 2005 2:42 AM - 1 message
I have a text box when user type (Name) on it and push search button,if database has this name information such as(phone, address,...) comes in several text box, if user want to update these information ,change text in text box and save it, I couldn't write the update code for this ...
Update text box
nikou_70 -
8 Dec 2005 2:35 AM - 2 messages
I have a text box when user type (Name) on it and push search button,if database has this name information such as(phone, address,...) comes in several text box, if user want to update these information ,change text in text box and save it, I couldn't write the update code for this ...
Update text box in asp
nikou_70 -
8 Dec 2005 2:25 AM - 1 message
I have a text box when user type (Name) on it and push search button,if database has this name information such as(phone, address,...) comes in several text box, if user want to update these information ,change text in text box and save it, I couldn't write the update code for this ...
update text box
nikou_70 -
8 Dec 2005 2:01 AM - 2 messages
I have a text box when user type (Name) on it and push search button,if database has this name information such as(phone, address,...) comes in several text box, if user want to update these information ,change text in text box and save it, I couldn't write the update code for this ...
Access Database Locking Up
Jess -
7 Dec 2005 9:44 PM - 4 messages
I have an access database that used to be on 1 box and now is on another. There's asp pages calling it. The gals that use it said they used to be able to get into the access database at anytime and modify it without the asp ...
error '8004020e'
Jess -
7 Dec 2005 9:04 PM - 2 messages
I'm using CDOSYS to email out of a web page. Here's the code: emailSubmitter = rs("emailaddr") Set myMail.Configuration = objConfig mymail.From = "Training Event Approval/Decline" myMail.To = emailSubmitter myMail.Subject = "Training Form Approval" myMail.HTMLBody = strBody ...
show value in text box
nikou_70 -
7 Dec 2005 6:39 PM - 3 messages
I have a page with one text box when I search name, return value such as (address, phone...) I show these value in the table but I want to show these in text box that I have in my page. ...
Could not locate the security tab to add IUSR account in a xp lapt
Jack -
7 Dec 2005 6:39 PM - 3 messages
Hi, I have copied a web based application to a new laptop having windows xp professional. Now in one of the folders where the database is physically located, I want to give IUSR_Computermachine rights so that the applcation allows to update and insert records. However, when I am right clicking to ...
display value in textbox
nikou_70 -
7 Dec 2005 6:38 PM - 2 messages
I have a page with one text box when I search name, return value such as (address, phone...) I show these value in the table but I want to show these in text box that I have in my page. ...
MsgBox error
Bob L -
7 Dec 2005 6:21 PM - 8 messages
I've inserted a MsgBox in some VBScript on line 12 of an .asp page and get the following error: Microsoft VBScript runtime error '800a0046' Permission denied: 'MsgBox' /default.asp, line 12 The script processes a form and other than this problem with MsgBox, the ...
Ftp a file using asp?
markrush -
7 Dec 2005 4:33 PM - 5 messages
anyone know how to ftp a file to a remote server using asp? mark ...
[ASP/VBscript] Creating empty XML elements
Marja Ribbers-de Vroed -
6 Dec 2005 9:26 AM - 4 messages
Hi, I'm using MSXML2.DOMDocument.4.0 to create an XML document on-the-fly. Everything is going great except that at some point I need to create an empty XML element with a start and an end tag, not only an end tag. ...
ASP position question
Jeff -
4 Dec 2005 8:20 PM - 4 messages
Ok gang, I am going to try and explain my question. I have a page where a person's position is listed. This is what I am using to get that position. I first sort by the round field in the DB, then I display the table on the ...
|
|||||||||||||||||||||||