| Thread | Last Post | Replies |
|
| Connecting Multiple Pages | 29 Jun 2004 21:23 GMT | 1 |
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:
|
| IIS and windows script component(WCS) | 29 Jun 2004 20:09 GMT | 3 |
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 ...
|
| Does CDOSYS need to be configured in IIS5 to work | 29 Jun 2004 05:33 GMT | 1 |
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
|
| IIS Server domain name or assigned IP adress | 25 Jun 2004 10:16 GMT | 2 |
I have five NIC on one w2k3 server where is running five webs, each of them has assigned own IP address from NIC. I have one old COM component which is connecting to SQL server. Now I need to recognize which web root was created instance of com object and depeneding on this result ...
|
| passing parameters | 24 Jun 2004 01:17 GMT | 2 |
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,
|
| Communicate between activex DLL and exe application? | 21 Jun 2004 19:55 GMT | 1 |
How is this possible? I need to send a message from my DLL (from ASP) to an exe app that i've written. Thanks ---
|
| ixsso.Query object and characterization | 18 Jun 2004 20:48 GMT | 1 |
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
|
| asp string | 17 Jun 2004 02:06 GMT | 2 |
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 ...
|
| CDO and SMTP | 16 Jun 2004 22:15 GMT | 1 |
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?
|
| Grab ID or DIV sections From ASP | 16 Jun 2004 20:49 GMT | 1 |
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"
|
| Sending an email from within ASP | 16 Jun 2004 20:48 GMT | 5 |
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 ...
|
| cdonts | 16 Jun 2004 20:48 GMT | 5 |
Hi guys, I am using IIS on windowsxp and I am unable to run a asp file , the error point to a line "SET objMail = Server.CreateObject("CDONTS.NewMail")"
|
| passing variable | 16 Jun 2004 20:48 GMT | 2 |
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 ...
|
| ASP Email - CDONTS - AttachFile - Getting it embeded in the email | 16 Jun 2004 20:48 GMT | 2 |
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
|
| HELP ASP/CDONTS | 16 Jun 2004 20:48 GMT | 2 |
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 ...
|