Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Problem when using javascript
anthonybrough - 9 Dec 2006 9:18 PM - 4 messages
I have an asp page that has a form to collect user data in a form. when the user clicks submit the input is validated.  If any fields are not acceptable the user clicks on a button to go back to the original ...
Score checkbox vs text box
shank - 9 Dec 2006 2:46 PM - 3 messages
I posted this in an HTML forum, but I think it's going to take some scripting to act as I want to act. I have a form with multiple records. My intention is to have the user click a checkbox for each product he wants. ...
Score 800a01ad error while debugging VB6 DLL under IIS6.0 on Win2003SP1
Ajit - 8 Dec 2006 9:44 PM - 2 messages
Configuration: Windows Server 2003 SP1, IIS6.0 A VB6.0 DLL works fine when called from ASP page without debug mode. However when I try to run it in debug mode using Visual Studio 6 IDE I am getting following error: ...
Score ASP coding question
student - 8 Dec 2006 8:58 PM - 1 message
Hello everyone. We have a webpage that displays show information based on which day of the month it is. Currently it will show information from a week ago but not this last Dec 5th like it should have. The SQL database does show ...
Score Beta testers needed for videoconferencing application
Philippe Couillez - 8 Dec 2006 3:40 PM - 1 message
Greetings, Our company, AVE Intervision, is looking for people across the world willing to participate in the beta testing of our application VCR (Virtual Class Room). VCR is a new concept of videoconferencing where people can communicate with bidirectional audio and video, but also accessing a chat (private or public ...
Score Reading a TEXT file and render it into multiple web pages
LukeSkywacko - 8 Dec 2006 8:48 AM - 2 messages
Hi, I would like to know how I could accomplish this without using DB. There's a long text file named "TEST.TXT" The TEST file contains special character 'º' which will be used as pagebreak. I want an ASP page that will read the TEST.TXT file and split it into ...
Score is there a way to capture all form fields using loops?
User - 8 Dec 2006 8:08 AM - 3 messages
Hi, I have a massive webform... is there a way to use a loop to get all the field names of the form? eg: in php, u can do a foreach($_POST as $key=>$value) {     blah blah.... ...
Score String search help
kalikoi - 8 Dec 2006 6:28 AM - 5 messages
Hi All I need a regular expression that retrieves the string that appears after the "/" As a example consider the following Input     Output ------       ------- (a/b)/c -------->c a/b*100*(1-((c*d)/e))----->b,e ...
Score server side printing
eddyger - 8 Dec 2006 6:25 AM - 4 messages
Hi, I would like to print to a printer connected to my IIS server. I mean "I DONT WANT TO PRINT ON EVERY PRINTER IN THE WORLD". (many answers are thinking javascript printing to the user side) I just want to print on the server side only for me (in ASP of course) ...
Score auto generate Number
G - 8 Dec 2006 6:14 AM - 3 messages
Hello Firends I want  a sample code for developing an " auto genearte number " and want to store in database. Please if you find any code please send Thanks in Advance G ...
Score sending mail with images
Giorgio - 7 Dec 2006 6:29 PM - 6 messages
Hi, I'm using ASP 3 and I send mail with CDONTS.NewMail or CDO.Message. If my mail contains some html code with images like <img src="URL">, OE blocks image's visualization. If i want to avoid this, when i send my mail from OE i flag "send images ...
Score Help with Calculation of Multiple Records
pmarisole - 7 Dec 2006 2:21 PM - 1 message
I need help in calculating a score for each employee based on values submitted from drop-down boxes Example: Emp1   TeamScore(1-10) Emp2   TeamScore(1-10) Emp3   TeamScore(1-10) Emp4   TeamScore(1-10) ...
Score Help with Calculation of Multiple Records
60325 - 7 Dec 2006 1:58 PM - 11 messages
This is the page where I collect the data in drop-down boxes with values of 1-10 and send it to a submitted page to do calculations. Example: Employee1     TeamScore(1-10) Employee2     TeamScore(1-10) ...
Score Redirecting a big file with Response.BinaryWrite
twiggy182 - 7 Dec 2006 11:54 AM - 6 messages
Hi, I really need you help because I'm not very familliar with ASP and I could not find any solution to my problem. To put you in situation, I have a CGI to which I send a file name, and ...
Score One SQL to test multiple records
Ivor Somerset - 7 Dec 2006 8:34 AM - 3 messages
Hi, I've an Access DB table ("Groups") where data are as follow: Id    Group    Rank    Item 1    1    1    7364 2    1    2    283 ...
Score dim
elia - 7 Dec 2006 8:12 AM - 6 messages
Hello , I''ve got a problem with "dim". I want to receive a variable send from a formular with method GET Why it doesn't work?? <body> <% dim name dim vorname .... name = request.QueryString("name") vorname = request.QueryString("vorname") ...
Score Dim
elia - 7 Dec 2006 7:32 AM - 5 messages
Hello , I''ve got a problem with "dim". I want to receive a variable send from a formular with method GET Why it doesn't work?? <body> <% dim name dim vorname .... name = request.QueryString("name") vorname = request.QueryString("vorname") ...
Score cdosys cdonts question
Dr. Harvey Waxman - 6 Dec 2006 4:28 PM - 5 messages
I guess I should change from cdonts to cdosys.  Since I am ignorant about asp I hope you forgive this basic question.  There are two asp files for handling mail, the one that gets the info from a form and creates a form.asp to mail and ...
Score ASP and Acess and IIS
News.Microsoft.com - 6 Dec 2006 1:52 PM - 2 messages
I am testing an app on my own development machine. I am using IIS 5 with ASP and MS Access.  I have the Access database in a directory called Private located one level down from the Web App.  When I run the app from the ...
Score Date type in ASP/Javascript/SQL
Jan Paul van de Berg - 6 Dec 2006 12:11 PM - 2 messages
How do I handle date methods like getDate() on values I get from a recordset? Example: rs.Source= "Select SomeDateField From SomeTable" .... 1) Response.write(rs.Fields.Item("SomeDateField")); output: 11/16/2006 2) Response.write(String(rs.Fields.Item("SomeDateField"))); ...
Score On Change..
amatuer - 6 Dec 2006 8:00 AM - 3 messages
Hi, can anyone help me? I am trying to make an input box not visible or readonly when a slect box above is changed. Here's my code: <select name=selStake style="Width: 146px;">     <option value="Mentor">Mentor</option> ...
Score Encoding problem......
Atlas - 5 Dec 2006 5:34 PM - 13 messages
I'm working on a multilanguage ASP/HTML site using a IIS6 web server. It perfectly works with two languages (english and italian) in this way: - basically the same ASP code for every language - language-specific content is stored in text files, every language has it's ...
Score Question about ADODB.Command object..
MSUTech - 5 Dec 2006 5:02 PM - 1 message
Hello All, I have 2 questions...... FIRST: if you are looping through INSERTING 500 users via a STORED PROCEDURE, what parts of the Command Object can be INSIDE the loop and what can be outside.... following is an example of how I did it.. ...
Score permissions question
mcnews - 5 Dec 2006 3:25 PM - 2 messages
i need to allow my ASP app to append and use data in text file, but restrict users from pointing directly to it and opening it for viewing. what permissions should be set for the text file and is there a special ...
Score Repeater question
James - 5 Dec 2006 2:42 AM - 2 messages
Hello, I have used repeater before, what I want to use it for is, I get a list of categories, and I want to display them in a table, 3 categories per table row, the problem is I don't know how to get it to start a new row afer ...
Score File Download dialog box
shank - 5 Dec 2006 12:31 AM - 2 messages
[link] I have the below code borrowed from above to open a "save as.." filedownload dialog box. The dialog box will open and prompt me to save the right filename. Great! ...
Score Setting "From" name in CDOSYS
Brett_A - 4 Dec 2006 6:34 PM - 2 messages
I have the following... myMail.From="Supp***@domain.com" ....and I want to have a name displayed as the "From" in the inbox rather than the email address. How do I specify a Name such as "John Doe"? Thanks. Brett ...
Score How to extract files and folders from a zip archive using ASP
Newbie - 4 Dec 2006 2:06 PM - 3 messages
Hi All Is it possible to extract files and folders from a zip archive using ASP? If not classic, will .net do it as a standard task, ie no activex dlls, etc? Thanks ...
Score Do While Not - syntax
shank - 4 Dec 2006 1:45 PM - 3 messages
I want to update multiple rows in an SQL table. Presently, it's populating all rows with the same data based on the first row. It's not looping through all records one at a time. Is this the correct syntax. ...
Score How to prevent Resizing of <TD>
Michael - 4 Dec 2006 10:13 AM - 3 messages
I need a help to prevent resizing of <TD> when i post inside this <TD> html text of other web page. Thanks ...
Score response.redirect
gigi - 4 Dec 2006 1:37 AM - 13 messages
How to send more than one value using response redirect? For example i can send one like this     response.Redirect "pregled.asp?ime=" & strUserName but how to send two or more values? I tried     response.Redirect("pregled.asp?ime=" & strUserName & " & prezime = " & ...
Next »