Search Result

Collapse
4 results in 0.0033 seconds.
Keywords
Members
Tags
asp classic
  •  

  • roshaan
    started a topic asp - error of COM+ Admin SDK

    asp - error of COM+ Admin SDK

    i am working in asp 3.0. and using this script....
    Code:
    objCDOSYSMail.From = request("txtFrom")
    objCDOSYSMail.To = request("client_email")
    objCDOSYSMail.Cc = "adm@adm.com"
    objCDOSYSMail.Subject = Request("txtSubject")
    'where client_email holds 10 email addresses
    but during process it generates error
    Code:
    "(0x8004020E)
    Cannot modify or
    ...
    See more | Go to post

  • Does anyone have a javascript or vbscript to create PDF files with no DLL please?

    I'm looking to create PDF files directly from my website but my host has no tools and wants $3,000 to install a DLL - I have read that this is possible, but the links no longer work... Thanks in advance!
    See more | Go to post

  • save file in db with unique name or id with asp classic

    I m new to asp my code is working absolutely fine, but i am facing two problems although these problems are not affecting the application. I just want to make good functionality to the application logically.

    1) when i upload excel file, and if another file is already present with the same name, then new file overwrites it..
    and if i manually change file name then file is saved with new name..
    i am trying to save this...
    See more | Go to post

  • StrykerNet
    started a topic ASP Classic Loop

    ASP Classic Loop

    I'm trying to create one landingpage for several different clients that the page recognizes what client is coming to the page and displays the proper services in the table I've created. The only problem is that I can't get the header of the table to update to what I have in the database. The name of the field in my SQL2005 DB is called IsPckgHeader.

    < %
    Dim conn
    Set conn = server.createob ject("ADODB.Con nection")...
    See more | Go to post
Working...