i was wondering - what\'s the fastest way to mail out from asp: i\'m currently using jMail but it seems pretty slow to me.
On PageA.asp I set a session variable like so Session(\"affiliate\") = \"xyz.com\" When I click a link and go to PageB.asp that session variable no longer exists.开发者_开发知识库
I need to integrate DPS payment gateway in a site. Can anyone provide me 开发者_JAVA技巧the script to implemnent in the site. The site is built in classic ASP.Most gateway providers will give you the
How to Check whether a file is text file or not in AS开发者_开发知识库P <% dim fs set fs=Server.CreateObject(\"Scripting.FileSystemObject\")
I\'m using jQuery AJAX to retrieve a page with different user selected options. I\'d like the page to appear by default with default options so in $(document).ready I call the function which contains
I have a query like this: SELECT TaFellesVaktjournal.*, TaBygg.ByggNavn FROM TaFellesVaktjournal LEFT JOIN TaBygg ON
i\'ve created a little activeX dll under vb6开发者_开发技巧 which i\'m running under classic asp.
I\'m implementing the session sharing structure from this link for an ASP classic site to begin the gradual conversion process to ASP.NET. I\'m trying to extend the cookie expiration time so that user
I am currently creating a very basic piece of D开发者_JS百科BMS software - I would however like the user not to have to type in their details every time. Instead I would like them to click on a contro
i have a classic asp page that calls an exe that does some comple开发者_如何学Gox processes. I want the asp page to wait until the exe completes processing. I tried shell. no luck. any solution?