Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp general > november 2003 > threads for friday november 28

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

Compressing - Zipping files in vb or javascript in asp file
Posted by Arthur at 11/28/2003 7:33:48 PM
Does anyone know if the new Windows 2003 built-in .zip compressor/decompressor is available to scripting? If so, can you kindly point me in the right direction? I've searched and searched MSDN and can't find a damn thing. TIA. Arthur ...more >>


ASP and AS/400
Posted by Jack at 11/28/2003 7:00:06 PM
Hi, Using VbScript in an ASP page, I want to access a database stored on the AS/400. Should I use ADO, ODBC or anyother way of doing it? And is it possible to have some sample codes? Thanks Jack ...more >>

Can I safely call Response.End in a server-side JScript constructor?
Posted by Vince C. at 11/28/2003 5:25:43 PM
Hi. I've got the following ASP server-side script: function MyObject() { if ( myCondition == true ) { Response.End(); } ... } Will it result in resource leakage or will the being-constructed instance be released properly? Thanks in advance, Vince C. ...more >>

Classes
Posted by Duncan Welch at 11/28/2003 4:40:46 PM
Hi, In trying to reduce database calls, I've created a class (we'll call it MyClass) which is created in the login page. I'm trying to store it in a session variable, and when I call the code: Class Security ... End Class SET objSecurty = new Security .... Session("Security") = o...more >>

response.redirect
Posted by Tim at 11/28/2003 4:26:50 PM
response.redirect seems to urlencode a querystring thrown across at it.. is there a way to disable this function that anyone knows of? ie.. response.redirect "http://www.blurb.com/default.asp?test=sweet+%26+sour" actually comes back after the redirect with the % urlencoded which obviously ...more >>

Lotus Notes
Posted by Scott at 11/28/2003 3:36:11 PM
Does anyone know how to capture someone's LotusNotes email address and not the domain email address? For example, I looking to capture someone's LotusNotes email which may be "John J Doe" or "John J Doe/ABCCompany@ABC" and not "john.j.doe@abccompany.com". I working on INTRANET applicat...more >>

ERROR! [ODBC Microsoft Access Driver] Too few parameters. Expected 2.
Posted by Miranda_Johnsen NO[at]SPAM hotmail.com at 11/28/2003 3:21:24 PM
Hello, could somebody please help me figure this error out. I'm at my wits end here. This is my connection & SQL statement: <%@Language="Javascript" %> <!--#include file="../../admin/adojavas.inc"--> <% var conn; var rs; var sSQL; conn = Server.CreateObject("ADODB.connection"); c...more >>

Get user and password
Posted by MeAndI at 11/28/2003 2:16:22 PM
Hi, it is possible to get the name and the password of a system user? E.g. I have a login page and I have one user on my server \\myserver\user1 which has the password "pass1" The web user iserts the username and the password in the login page: can I check these fields with the user on my ser...more >>



Random selection
Posted by Jamie Fryatt at 11/28/2003 2:07:17 PM
Hi all, im a little bit new to all this so i you could help me a little i would be greatful. How do i select a completly random record from a database? sql = select (random) from tbl, sort of thing. Thanks for any help you can give Jamie ...more >>

Passing Data with Hidden Fields
Posted by fianna_sidhe NO[at]SPAM hotmail.com at 11/28/2003 11:10:11 AM
Hello. I am creating a form that has 5 steps/pages. Each page contains about 20 fields. But I don't want to write them until they submit on the last page. I figured out that I can use hidden fields to carry the data from the previous forms forward. If should bascially work like this: Page ...more >>

(PHP/C++) Struct in ASP
Posted by gameral NO[at]SPAM hotmail.com at 11/28/2003 10:55:24 AM
How can I make a simple Struct in ASP ? I saw a other post and it sound like "PAIN!" struct s_my_table { $name, $sexe, $age, } and I DON'T wanna do something like : <% Dim x Set x = New Something Response.Write x.Name & "<br />" Response.Write " - not ye...more >>

Regular Expressions..
Posted by Graham Mattingley at 11/28/2003 10:14:44 AM
Hi, I have an issue where by when I use XMLHTTP to get data from another web site, all of the '£' symbols become '?'. I have try for hours to stop this happening but have been unsuccessful so far. The numbers I have for example should be £9.57 and become ?9.57. I am by no means an ASP exper...more >>

Passing variables between ASP and Javascript
Posted by Gung Ho at 11/28/2003 9:20:56 AM
I am using ASP to open a text file on the server and I want to pass variables to Javascript. Any suggestions? For example - I have a text file on the server defining a set of pictures. I open the text file to retrieve the list of files. I want to pass the list of files to the Javascript wh...more >>

client-side check script for a list of "banned words"?
Posted by Ken Fine at 11/28/2003 8:49:27 AM
I need a client-side check against a static list of "banned words" before a form is submitted. Can someone point me to a script that does this? ...more >>

easy syntax q: for each record in recordset
Posted by Ken Fine at 11/28/2003 8:45:36 AM
Suppose I've built a recordset. I want some code to run for each record in the recordset in a "loop." In ASP VBScript, how would you express the following: For each [record] in [recordset] [run some code] next The only thing I'm really fuzzy on is the syntax for describing each recordset ...more >>

Need advice/experiences concerning mass e-mail components
Posted by Ken Fine at 11/28/2003 8:39:55 AM
I'm going to have a need to send out about 30,000 e-mail messages regularly to addresses that reside in a list/database. (not spam :) Because of insitutional infrastructure issues on the +receiving+ side, I need to space out the sends: say, send 500 messages, pause ten minutes, send another 50...more >>

auto download csv file
Posted by Don Grover at 11/28/2003 5:25:35 AM
How can I force a download of a csv file by user clicking on hyperlink. Don ...more >>

display records in several TDs per TR?
Posted by btopenworld at 11/28/2003 12:15:14 AM
Could someone point me in the right direction for writing, say, three records into three table cells and then starting a new row for the next three records. (I've used While not EOF and MoveNext for writing each new record to a new row - hope several records per row isn't too complicated) T...more >>


DevelopmentNow Blog