Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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
all groups > inetserver asp components > june 2004

Absolute Products the Best for ASP!
Posted by DavidM at 6/30/2004 10:11:54 PM
Hello all -- I recently stumbled across a great company with wonderful products for easy integration within ASP pages. I've even created a community forum to support the products on my site. Please feel free to visit. http://www.micro-mess.com/forum/index.php?c=9 http://www.xigla.com T...more >>


Refreshing without resubmitting
Posted by Nathan Sokalski at 6/30/2004 2:44:58 AM
When form data is submitted to an ASP page using the POST method, it is not visible in the URL, but it is still resubmitted if the user clicks the Refresh button. This can cause statistical data to be accidentally submitted multiple times, making the results incorrect. I would like like the user ...more >>

Connecting Multiple Pages
Posted by Mark at 6/29/2004 3:51:38 PM
I need to have some dynamically created ASP, with mutliple word documents and PDFs all connected so that it can be printed with a single print command. My two ideas are: having the PDF and DOC files act like images and print entire thing as a web page. -Or- Creating a single PDF file ...more >>

IIS and windows script component(WCS)
Posted by Tony Heflin at 6/29/2004 10:32:27 AM
I am having a problem determining the source of a problem. I have created a very simple (for right now) windows script component that does not work in an asp page(win2k server btw). I tested with a vbscript file run from the machine and I can instantiate<sp> the object and it works like it s...more >>

Getting the full URL
Posted by Nathan Sokalski at 6/28/2004 5:13:42 PM
I need to get the full URL of the current page in ASP. When using Request.ServerVariables("URL") anything after the filename (such as a #section1 to jump to an area on the page or data submitted from a form using the GET method) is automatically removed. I do not know of any keys for the Request...more >>

asp checkbox
Posted by Darren Woodbrey at 6/28/2004 11:42:53 AM
I have a form with ship to customer and bill to customer fields. Both of these are required fields. I want to put a check box in the form and if the check box is checked then the value of the ship to customer is loaded into the bill to customer. I need this to happen before the form is submi...more >>

Attaching a File Using Forms and ASPMail
Posted by mastervolume NO[at]SPAM hotmail.com at 6/26/2004 12:40:17 AM
i'm trying to email file attachments using aspmail, can someone refer me to some documentation on how to do this? i've looked around and all i can find is how to send attachments that are located on the server. i need it so if a user goes to our site, they can send us a photo and we get it at th...more >>

Does CDOSYS need to be configured in IIS5 to work
Posted by SAG at 6/25/2004 3:47:40 PM
I download some real simple, straight forward asp code for sending an e-mail message using the CDOSYS component. I have MS Outlook configured to send out e-mail (SMTP). It works fine. My OS is Win 2000 Server Pro. When sending an e-mail message with the asp code it doesn't send anything. I ...more >>



Help Looking for Powerpoint Component
Posted by James Taylor at 6/25/2004 12:24:33 PM
Hello Im trying to find a component to generate powerpoint presentations from data in a sql database. i would prefer that i could add data into an existing ppt then generate the new pps but i am quite happy if it completly generates the pps file. ...more >>

Communicate between activex DLL and exe application?
Posted by Wink-o-phile Lip-ladder at 6/19/2004 12:50:29 AM
How is this possible? I need to send a message from my DLL (from ASP) to an exe app that i've written. Thanks --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.707 / Virus Database: 463 - Release Date: 6/16/2004 ...more >>

passing parameters
Posted by Brian at 6/18/2004 2:44:52 PM
is it possible to pass parameters in html like in asp.... products.asp?cat=3 .... what i want to do is when i click on a html link, it opens up news.html, and then opens up a particular news article in an iframe on that page. Thanks, Brian. ...more >>

ixsso.Query object and characterization
Posted by Arthur at 6/18/2004 9:57:03 AM
Hi, We use this object for the search engine and it's been working great until recently. Now, the excerpt portion of the found document is not being filled. The "characterization" field always comes back NULL. Have any of you run into this? Any ideas? Thank you very much. ...more >>

CDO and SMTP
Posted by Ozzie at 6/16/2004 4:27:11 PM
I want to use the CDO instead of CDONTS running via Server 2003. Within the sample code it asks for the SMTP server name. Once I've installed the SMTP portion of IIS6, how do I know the SMTP server name? ...more >>

asp string
Posted by Darren Woodbrey at 6/15/2004 9:05:57 AM
I have mutliple commands that run on an asp page to do an insert into a sql database. The commands only run if something is true (IF then else). Is it possible to fill a single variable with data from each command if it runs. an exmaple would be say I have 4 commands. I want to say: dim i...more >>

CDONTS link
Posted by Darren Woodbrey at 6/14/2004 5:05:24 PM
I am Using CDONTS to send an e-mail after a form submission to a database. I need the link to have a querystring in it. & "<BR><BR><a href='https://www2.hpfairfield.com/secure/work_order/wo_change_order/wo_co_v iew.asp?entry ='& entry<B>Go to Expense Reports</B></a>" I have assigned entry...more >>

Testing and Analysis Tools?
Posted by Lee Mundie at 6/14/2004 1:57:42 PM
Hi, I'm nearing the end of my site development (currently ASP and Access moving to SQL) and am looking for site testing tools... In particular looking for load testing and concurrent connection analysis to see where site might be heavy or pages leave connections open! Can anyone recommend...more >>

ASP Email - CDONTS - AttachFile - Getting it embeded in the email
Posted by Web-Tek at 6/14/2004 12:51:01 PM
I am unable to get my file attachment in the email => Here is what my code looks like - which is very simple from the documentation that I have read. Set myMail = Server.CreateObject("CDONTS.NewMail") .... ... Populated the variables from ... from ... subject myMail.AttachFile("D:\test1....more >>

Grab ID or DIV sections From ASP
Posted by Stan Sainte-Rose at 6/12/2004 12:43:32 PM
Hi, Is it possible to grab some sections or tags using ID on a HTML page ? I m working on a adserver project that allows to track users on different websites where the owners have added a script at the bottom of their pages. Something like <SCRIPT language="javascript" src="http://mydomain/Trac...more >>

ASP Web Based nslookup
Posted by TomT at 6/12/2004 11:16:57 AM
Hi, I've been searching but have not been able to find a script that will allow nslookup's using ASP. I'm looking to use a form, that will allow users to enter IP addresses or domian names, then preform nslookup type of searches on the entered information. This is for a test server, so wou...more >>

where is Request.Form library for ASP?
Posted by rocio.katsanis NO[at]SPAM softwareservices.net at 6/8/2004 8:54:10 AM
I'm trying to run a simple ASP file that reads parameters from a form. The error I get is: error '8002801d' Library not registered. /acadiaassessor/_PostVerisign.asp, line 5 If I look at line 5 of _PostVerisign.asp it is the first of my Request.Form statements: <html> <body> <% ...more >>

passing variable
Posted by Troy at 6/6/2004 9:29:43 PM
Hello, Hopefully somebody can assist my with my issue. Basically I have simply form the asks users for the registration number, security word, and password, sometime users cant remember their security word so I'd like to put a link in the form that lets users click on it and display a pop wind...more >>

HELP ASP/CDONTS
Posted by Ammar at 6/6/2004 2:13:24 PM
Hi All! I have been trying to use ASP to send E-mail from a web page using CDONTS; I tried first to run the asp file in my computer (I am running IIS under Windows XP-Pro) but nothing happened, and the E-mail was not sent, then I tried to uppload the files to a free ASP hosting site like 1asphos...more >>

Sending an email from within ASP
Posted by Nathan Sokalski at 6/5/2004 2:38:41 PM
I have a form which will be processed by being sent to an ASP page. I would like the ASP page to take the data from the Request.QueryString (which I know how to do) and format it so I can have it emailed to me in a nicer format. My problem is that I do not know how to have ASP send an email. I k...more >>

How can I do to send mail to multiple recipients using aspemail?
Posted by Vilmar at 6/2/2004 1:04:27 PM
Hi, How can I do to send mail to multiple recipients using aspemail? I tried: Mail.AddAddress "suporte@xx.com.br;jj@yahoo.com" and Mail.AddAddress "suporte@xx.com.br,jj@yahoo.com" Thanks, Vilmar ...more >>

Cookies across domains
Posted by Keon at 6/2/2004 9:10:23 AM
Hoi Is it possible to use cookies between different domains? For my site I use 2 domains; the first for my global site with ASP en HTML the second is for my forum located on "hyperboards" a free forum domain On de second domain i don't have any control and i can't put any new webpa...more >>


DevelopmentNow Blog