Contents

Posts in microsoft.public.inetserver.asp.general

 

error -2147024891, anyone?  Replies (3) 20 December 2007
We're getting this on an IIS 6 site, running a test script that uses serverXML to send a request to another server. Set objXMLDom = Server.CreateObject("MSXML2.DOMDocument.4.0") objHTTP.setReque...

 

Using Arrays from Javascript  Replies (6) 20 December 2007
Hi all -- I am new to arrays and could use some help. Here is my situation: I have a very basic order form that I am allowing users to fill out. They can enter multiple products onto this form,...

 

Need Help for sending mails using asp  Replies (1) 19 December 2007
Hello (tm)...

 

Need Help in sending mails using ASP  Replies (1) 19 December 2007
Hi All, I have a code to send an email in my asp application. But if i send a mail through this asp code i am not to get the trademark((tm)) symbol in my subject line. Can anybody suggest me ?...

 

fun search test!  Replies (1) 19 December 2007
...

 

mysmartupload issue  Replies (1) 18 December 2007
hello I'm trying to rename the aspsmartupload filename but having issues. Set mySmartUpload = Server.CreateObject("aspSmartUpload.SmartUpload") mySmartUpload.Upload set mySmartUpload.Files.Ite...

 

planterb  Replies (1) 18 December 2007
...

 

fun search test!  Replies (1) 17 December 2007
...

 

Turunen  Replies (1) 17 December 2007
...

 

Employment Resource Site  Replies (1) 17 December 2007
I am always in search of a better job. Check out http://www.2getemployment.com that I came across.Great resource site.I found the large job search section very useful....

 

Response.Redirect & Server.Execute  Replies (12) 17 December 2007
When a server encounters the line Response.Redirect("abcd.asp") in a ASP script, the server tells the browser that it has to be redirected to another page (which is abcd.asp, in this case). The...

 

checking a IP sent from form  Replies (7) 17 December 2007
Here is what I am needing, and can't figure it out. I have a form field that will contain an IP based on a TeamSpeak or Ventrilo IP. What I need to do, is check to make sure there are 4 groups o...

 

Persits.Upload "cannot find file" error  Replies (1) 17 December 2007
I'm using Persits.upload module in ASP, and when i use the following form pointed to the object I've always used, i get a "The system cannot find the file specified" error pointing to the line of my...

 

pandorab  Replies (1) 17 December 2007
...

 

Disconnected Recordset  Replies (1) 17 December 2007
Recently in an interview (for the post of ASP programmer), I was asked "How do you define disconnected recordset in ASP". I was stumped & couldn't answer. What's the answer to the question? Is it Ge...

 

humanbea  Replies (1) 17 December 2007
...

 

MI5-Persecution: Why do you think MI5 are responsi ...  Replies (1) 16 December 2007
Why do you think MI5 are responsible? The question of who is ultimately responsible for this eight-year harassment is one which is very difficult to answer, as the persecutors have never clearly ...

 

Microsoft JET Database Engine error '80004005' Cou ...  Replies (2) 16 December 2007
I get this error when accessing a MS access 2003 database from an ASP page when the database is opened in Access on the backend. When the database is not open on the backend it works fine! ------...

 

Server-Side Includes  Replies (10) 16 December 2007
The book I am referring to learn ASP states the following about server- side includes: ============================================== The code in a server-side include file is inserted into the p...

 

MI5-Persecution: MI5 are Afraid to Admit Theyre Be ...  Replies (1) 16 December 2007
MI5 are Afraid to Admit They're Behind the Persecution MI5 have issued a formal denial of any involvement in my life to the Security Service Tribunal, as you might expect them to; but, more impor...

 

fun search test!  Replies (1) 16 December 2007
...

 

Tsuruda  Replies (1) 16 December 2007
...

 

Java Script Problem  Replies (1) 16 December 2007
Hi, I have one problem in javascript embedded in ASP. I have one search text box and one image file button. So that when user enter some text in the text box and click button it displays the res...

 

refresh asp page on single click  Replies (2) 15 December 2007
Dear Sir/madam Please tell me how to refresh an asp page in a single click of a button. Thanks in Advance...

 

Hi  Replies (1) 14 December 2007
Hi, how much a asp programmer earns on USA? more than U$3000/month? working 8 hours/day? Do you think programming is a good computing area? Thanks...

 

Max Size Of Array  Replies (5) 14 December 2007
Is there any limitation to the maximum size of an array in ASP? Thanks...

 

Mod  Replies (5) 14 December 2007
79 Mod 92 evaluates to 79 156 Mod 249 evaluates to 156 So while using the Mod operator, if the first number is less than the second number, will the result be ALWAYS EQUAL to the first number?...

 

utahboxe  Replies (1) 14 December 2007
...

 

Attachment Using CDO.MESSAGE  Replies (9) 14 December 2007
An ASP page first creates a MS-Word (doc) document using the values received from a HTML Form & then mails this doc file as an attachment for which I am using CDO.MESSAGE but the line cdoMessage....

 

ASP To ASP.NET Migration  Replies (1) 14 December 2007
Approximately how much percentage of ASP programmers must have already migrated to ASP.NET by now? Is ASP in more demand or ASP.NET in more demand?...

 

Display MS-Word Document  Replies (1) 14 December 2007
Is it possible to display a MS-Word document in a web page using ASP? If yes, how?...

 

Comparing Integers  Replies (1) 14 December 2007
Sometimes I find that though I am comparing 2 integers, the result turns out to be unexpected. For e.g. an ASP page encapsulates recordset paging. " & iPageCounter & "") End If Ne...

 

string  Replies (9) 13 December 2007
Hi guys, i need some help please. i have a string and i would like to run through this string to find a "."(fullstop), and once found put a break in so that i could continue the rest of the string o...

 

Persits.upload problem  Replies (1) 13 December 2007
I'm using Persits.upload module in ASP, and when i use the following form pointed to the object I've always used, i get a "The system cannot find the file specified" error pointing to the line of my...

 

How to list  Replies (1) 13 December 2007
Hi, I need the following results: NameOfExam1 NameOfExam2 NameOfExam3 ... NamePacient 12/10/2007 01/01/2007 ... ...

 

Read Only error when trying to write to Access DB  Replies (2) 13 December 2007
I am trying to write to an ACCESS database. I have full permission and Read/Write capability set for the database and folder. But when I get to MoveLast or Update, I get an error of the database is ...

 

Login script recommendation?  Replies (1) 12 December 2007
Can anyone recommend a free robust ASP-IIS7 login script(s) with md5 and email activation? Thanks Giles...

 

trucktoo  Replies (1) 12 December 2007
...

 

writing out XML with ASP  Replies (7) 12 December 2007
Hi everyone, I have to perform a database query and write the results to an XML file. I also need to form this XML file with a DTD file. I'd like to hear some opinions on the best way to do ...

 

Hot Christmas Shopping,Travel,And Entertainment Ma ...  Replies (1) 12 December 2007
Nice site for Christmas deals.Discover key deals and specials at a site that had tons of retailers and services at http://www.christmasplayland.com .There is also a nice job search section as well ...

 

Select 4 records, Randomly from Database  Replies (3) 12 December 2007
Is this do-able with ASP / VBscript? -- I have a database with user records (name, photo, etc. etc.) I want to use asp to generate (on the homepage) a series of 4 randomly selected 'user record...

 

Drag & drop event on tag SELECT ?  Replies (4) 12 December 2007
Is there a drag & drop even on tag SELECT, like maybe something like ) ? Thank you...

 

Simple Asymmetric encryption/decryption  Replies (3) 12 December 2007
How can I encrypt strings using an asymmetric key? I want to encrypt short strings (credit card numbers, etc.) and save the encrypted strings into a database. When accessing the data (i.e. the we...

 

scrollbo  Replies (1) 12 December 2007
...

 

File I/O and Multiple Threads  Replies (7) 12 December 2007
What happens to OpenTextFile if one thread tries to write to the file while another thread currently has it open? I tried testing it by calling OpenTextFile multiple times without ever calling Close...

 

icebox  Replies (1) 11 December 2007
...

 

maninabo  Replies (1) 11 December 2007
...

 

ASP sending form via email - CDONTS / SMTP problem  Replies (3) 11 December 2007
I have Road Runner cable internet access and Im working in a local development environment (writing .ASP) and have a site running on my network on a windows xp pro machine via IIS with CDONTS insta...

 

¤â¾÷²M³f¦U´Ú¦U«¬¸¹  Replies (1) 11 December 2007
¹q62893103°Ý»ù©ÎµoªÅ¥Õ¹q¶l¥h 3d@humaneyes.com »ù³æ....

 

Content-Length header ignored?  Replies (3) 11 December 2007
I'm using the following to send a binary file to a user: Response.AddHeader('Content-Disposition','attachment;filename=' + Request('FileName') + ';'); var vType = 'application/octetstream'...