Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score interesting problem...
6 - 7 Oct 2006 12:15 PM - 11 messages
I have an asp page with a form that collects name, email address, etc. the form page posts to itself so what I do is check to see if the request method is POST and if it is I grab the data, do something with it, and display a ...
Score Msxml2.ServerXMLHTTP¨+ åäö
TW - 6 Oct 2006 7:49 PM - 3 messages
Hi, Scenario I have a jsp file i read over http to asp file. But have problem with character åäö? Dim objXmlHttp Dim strHTML Set objXmlHttp = Server.CreateObject("Msxml2.ServerXMLHTTP") objXmlHttp.open "GET", "xxx", False objXmlHttp.send strHTML = objXmlHttp.responseText ...
Score application on Start global.asa
abcd - 6 Oct 2006 5:16 PM - 2 messages
my understanding was when IIS restarts that time when the first session is requested application_on Start is called. My session time out is 1 minute. after every session time out happens when the session is requested then it goes to application_onStart first. Isn't application on start just happens ...
Score need to convert google search ref to find what the user search
yuvalbra - 6 Oct 2006 9:46 AM - 3 messages
I work in asp envirments. i get the ref url that come to my site and i want to convert it to find out what was the query in (google or other searcher sites) foe example : if someone goes to google and search some text and my ...
Score Error "Internet explorer cannot download <asp page> from <server>"
Yuv - 6 Oct 2006 7:09 AM - 3 messages
Hi, When one of my users are navigating my ASP website, and click on submit type button to move from Page1.asp to another ASP page, Page2.asp, they are getting message like "Internet explorer cannot download <asp page> from <server>. Internet ...
Score call store procedure for inserting data in asp
c676228 - 6 Oct 2006 4:06 AM - 12 messages
Hi everyone, I am just wodering in asp program, if there is anybody writing store procedure for inserting data into database since there are so many parameters need to be passed into store procedure(assume there are many columns in the ...
Score SMTP
Ted Boyd - 5 Oct 2006 4:24 PM - 10 messages
I have an ASP page that sends email using CDOSYS. If there is any type of failure that causes the email not to be sent, I don't have any way of knowing it. Is there any email component that will notify me or log the ...
Score how can i detect multiplt VBNewLine's in a row
SLH - 5 Oct 2006 12:31 PM - 7 messages
if i have a text area on a page that i want to validate, and i dont want there to ever be 2 "enter"s in a row, how can i check for this? ive been playing with something like: ...
Score Debugging - Visual Interdev 6.0
Rudolf Dvoracek - 5 Oct 2006 9:46 AM - 1 message
Hi all, I have Visual Studio 6.0 (Interdev only) installed on Windows XP Professional (IIS 5.1 platform). I have also installed Visual Studio 2005. I want to debug ASP applications on IIS. Because debugging under non-administrative account doesn't work, I assigned my domain account into ...
Score ASP / XML Reading / Error message
Rob Meade - 5 Oct 2006 8:06 AM - 2 messages
Dear all, We recently lost our main production server to a RAID failure, as such we've had to rebuild a new server, we've tried to as much as possible (difficult without a build plan!) rebuild the new server to the same spec as the ...
Score Session variable randomly mixed or lost?
Xavi Espi - 5 Oct 2006 7:14 AM - 3 messages
Hi, Windows 2000 Server SP3 IIS 5.0 NET FRAMEWORK 1.1 SP1 SessionState="InProc" Antivirus deactivate No changes on main files (web.config, machine.config, \bin) No exist Active Directory (changes in ACL are not exist) In machine.config LogLevel="All" ...
Score 香港IT界超级溅人 -> Dan
delaynomore1977 - 5 Oct 2006 3:52 AM - 1 message
香港IT界超级溅人 -> Dan 在香港一间IT公司名叫Advanced Telesoft, 有个程序员叫阿Dan, 平时扮cool, 背後插你, 在老板面前数你不是, 践踏你的技术. 第一, 作为一个男人, 根本无可能做出数臭人家的事, 这个是小女人所为. 第二, 为何你只数臭新入来的员工, 不是怕得罪高层是甚麽 第叁, 你只懂asp.net, 你不说给我知做asp.net会变成电脑高手, 所以你根本无资格笑人 请内地程序员forward此文, 多谢, hkhellhkh***@hotmail.com ...
Score 香港IT界超级溅人 -> Dan
delaynomore1977 - 5 Oct 2006 3:50 AM - 1 message
香港IT界超级溅人 -> Dan 在香港一间IT公司名叫Advanced Telesoft, 有个程序员叫阿Dan, 平时扮cool, 背後插你, 在老板面前数你不是, 践踏你的技术. 第一, 作为一个男人, 根本无可能做出数臭人家的事, 这个是小女人所为. 第二, 为何你只数臭新入来的员工, 不是怕得罪高层是甚麽 第叁, 你只懂asp.net, 你不说给我知做asp.net会变成电脑高手, 所以你根本无资格笑人 请内地程序员forward此文, 多谢, hkhellhkh***@hotmail.com ...
Score Problem with asp page returning a jpg image...
Peter - 4 Oct 2006 10:35 PM - 24 messages
I have a problem with a page show_image.asp that returns a jpg image under Windows XP Pro SP2. The page sets content type as: Response.ContentType = "image/jpg" While this works perfectly fine on most machines, on some machines I ...
Score Export data to Excel
Vanessa - 4 Oct 2006 9:53 PM - 8 messages
hi Everyone, I have two questions on exporting data to Excel using ASP (w/o converting formatted excel file into web page and then plug in the dynamic data): 1. Can we export data into different sheets at Excel? 2. Can we do graph at export? ...
Score Web application to print labels
mikeyatsony@gmail.com - 4 Oct 2006 9:20 PM - 2 messages
Hi all... Is there a web for my ASP Web application tied to a SQL Server Express DB to print labels?  I need a way to have reports printed from the user's browser. They wish to print labels for a mailing. ...
Score How to collect uncertain number of people information in a form
c676228 - 4 Oct 2006 7:28 PM - 5 messages
Hi everyone, I need to write a insruance program which needs to collect multiple people information, The information for each person includes name, email, address, phone, dob etc. The DOB data will be used for calculate premium for each person. and then ...
Score Random GUID type number or RegExp
stjulian - 4 Oct 2006 5:10 PM - 4 messages
I have used     set typ = server.createobject("Scriptlet.TypeLib") to create a random string of 36 characters. However,  is there a way to create a random string of digits in the length I request? Perhaps a string ...
Score Jet Database Error
pcdr32 - 4 Oct 2006 4:49 PM - 5 messages
Here is the message I get when I clink on the link.  I did write the code so I'm not sure what got deleted.  Please Help! ERROR: Click on the sermon title to view it, or click the edit link to edit ...
Score How expensive is object instantication?
sam.s.kong - 4 Oct 2006 4:47 PM - 7 messages
Hi, I'm doing an ASP project in VBScript. In VBScript, there's no namespace and no static method (class method). Thus, what I'm trying to do is to make a clas, define instance methods in the class, create a global object and call the instance methods. ...
Score IP Location finder
Halfagain - 4 Oct 2006 4:17 PM - 3 messages
Does anyone know if there is a tag or some code to find the IP location of the user? What I am trying to do is for example, show a different banner for different location. Tried to find that everywhere on the net but there seems to be nothing ...
Score 3-factor login system
Ted Boyd - 4 Oct 2006 2:14 PM - 6 messages
Boss is concerned with security, and wants to implement a 3 - factor login system (username, password, and PIN). I'm not finding any canned products... does anybody have any suggestions? ...
Score Split, convert date question ??
David - 4 Oct 2006 12:03 PM - 4 messages
Hi, I have a form which is posting a user entered date to an asp page. The date is then used in a SQL string. The format of the date is received as  dd/mm/yyyy, with the user typing ...
Score How do I make sure that a asp page expires immediately and is not stored in the history ???
divya - 4 Oct 2006 11:34 AM - 7 messages
I have a page name edit.asp which should expire immediately .The user cannot open this page directly he has to provide a password for entering this page.thus when the user enters edit.asp , it has a button EDIT ,which when user clicks directs him to another page (done.asp). ...
Score application scope objects
spolsky - 4 Oct 2006 10:46 AM - 2 messages
i use an application scope recordset object for holding the list of online users. i am not sure that if i have to handle concurrency issues like one user is looping through the recordset for getting the list of online users while another one is getting online so adding a new ...
Score Controlling concurrency to access web pages by multiple users
Matt Adamson - 4 Oct 2006 8:39 AM - 2 messages
Guys, We have an issue where we need to control access to specific web pages e.g. if one user is editing a purchase requisition another user shouldn't be able to perform any actions on it. I presume we could lock the purchase requisition for editing by a specific ...
Score Restrict access by ip
Ted Boyd - 4 Oct 2006 1:51 AM - 6 messages
I have an ASP page that I want to allow access from only from a certain block of address, can someone get me started? ...
Score Unable to connect to SQL Server database.
James - 3 Oct 2006 10:11 PM - 3 messages
Hello I am new to ASP and I am using ASP.Net Visual Web Developer Express Edition. I have been following 'How To' videos online and I am currently trying to add Login forms. When I first go to add a Role, by clicking on the ASP.Net Configuration ...
Score Missing Components
Joe - 3 Oct 2006 9:06 PM - 3 messages
Hi, I am running Sun One ASP v 4.0.2 on Apache 2.0.x on Win XP Home.  I noticed that Sun One Asp doesn't come with components such as AdRotator, Content Rotator, Browser Capabilitles, etc. Is there any way I can install all these ...
Score need help on a regular expression of text OR text OR etc...
mike - 3 Oct 2006 8:14 PM - 2 messages
Hi, I have text in a field coming from a database.  The text has various forms such as: text1 text1 or text2 text1 or text2 or text3 text1; or text2 text1; or text2; or text3 etc... how can I parse this with a reg ex?  I tried this: ...
Score Membership signup script thru email
.Net Sports - 3 Oct 2006 5:05 PM - 3 messages
I need to find a script that whereas a user signs up for your website and when he hits submit, an email goes to his email box with a confirmation link (generated by random number) for him to click so to ensure he has a valid email address. Does anyone know of a ...
Score should I use count to see if button was pressed?
wolfing1 - 3 Oct 2006 3:24 PM - 3 messages
So far I've been using instructions like 'if request.form("var.x") <> "" then ...'  but then I found that if images are disabled (or not found) and I click on the alt text, then Firefox (or was it IE?) sends ...
Score c# windows control lib
Ravi - 3 Oct 2006 3:15 PM - 1 message
Hi, I have C# windows control libarary (Dll), which I could able to load them into browser using <object> tag with following syntax (In aspx page) and user able to see the contolr properly. <object name="chk" id="chk" classid="http:GSIM.dll#GSIM.gsimManager"></object> ...
Score -2147217900:Syntax error in INSERT INTO statement.
solomon_13000 - 2 Oct 2006 6:54 PM - 2 messages
connection.asp: <%     Sub RunQueryString (pSQL,parms)        on error resume next        Set conn = Server.CreateObject("ADODB.Connection")        conn.open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & ...
Score save post data without session variable?
SLH - 2 Oct 2006 6:00 PM - 2 messages
i have an asp page with a form that posts to itself. (the action of the form is the same page the form is on). i validate input and dont accept it if there is something wrong with it. problem is that when the form is ...
Score Help need to access VB application from web application
SMS - 2 Oct 2006 4:52 PM - 2 messages
Hi, We have our web-site developed in classic ASP, and I need to add this additional feature on one of the pages to access a VB application. How can I do that? The VB application basically sends output to the COM3 port and opens a ...
Score Need help accessing VB code from ASP application
sheetal.sash@gmail.com - 2 Oct 2006 3:56 PM - 1 message
Hi, We have our web-site developed in classic ASP, and I need to add this additional feature on one of the pages to access a VB application. How can I do that? The VB application basically sends output to the COM3 port and opens a ...
Score need bullet proof input validator
SLH - 2 Oct 2006 1:10 PM - 44 messages
hi people. im trying to validate input received via a text area on an ASP page before writing it to a database. i cant use client side javascript due to policy, so it all has to happen on the server. here is what i was trying, ...
Score Dynamic page
philin007 - 2 Oct 2006 7:44 AM - 2 messages
Hi , I am having a page where leave is applied. - In this page 1 new rows is created dynamically everytime the 'Add row' button is pressed - Each row has a begin date text field and beside it a calendar, enddate texr field and a calendar etc... ...
Score need help with regular expressions wrapper function
mike - 2 Oct 2006 6:52 AM - 3 messages
Hello, I'm trying to write a function to return submatches.  I want to do this because I want to run a match on matches of matches of yet other matches, so it seemed to me it would be easier to work with if there ...
Score read directory list
shank - 1 Oct 2006 7:30 PM - 2 messages
I borrowed the below code from [link] and cannot get it to read my folder files. I don't get any errors or any output to screen. I have the below folder permissions set to browse. Without using ...
Score open a new windows at a specificed size
tony wong - 1 Oct 2006 12:46 PM - 2 messages
how to open a new windows at a specificed size by POST action? thanks a lot. tony ...
Next »