Hi Ken, It depends on how you're sending the data to the other site and whether the response is immediate or not. If it's not immediate, then the session will...
Thanx again, Its an online payment site and the response is immediate and they just return 2 parameters, one the success or failure code, then the second is...
Hi Mike Thanks, But Request.ServerVariables("HTTP_HOST") return only host name without http. so first part of the code work fine. but else if part does not...
Hi Dan, Any solution or sugestions to ma last post? or anybody can help? Ken ... they ... the ... of ... customers ... another ... the ... page ... the ... ...
Hi Ken... What is it that you're having a problem with concerning the session state? Are the session variables not present when the user returns from the other...
Two things. Firstly, the app needs to automatically close calling window when the popup loads without confirmation dialog. secondly, trying to get the proper...
The Session_onEnd event isn't the most reliable thing in the world. You're better off putting the code to do your email in the page that gets called with the...
Does anyone have a method for reading / writing environment variables (not the request.servervariables collection) on the server via ASP? Cheers, Dan [Non-text...
Thanks for that Bob, I guess that's an option - I was hoping for something a little cleaner really. I need to read more than I need to write, and it needs to...
Hi Dan, thanx again. I was trying out the alternatives and had hitches. I just used two session variables to pick the data I want to persist. for eg in the...
Guys? ... that ... normal ... then ... built ... If not, ... avoiding ... kejeckam ... properly. ... session ... returns ... help? ... and ... then ... window ...
Yep :) you can check for what ya want........... of course if your trying to redirect anything that isn't http://www.seovalley.com and want a redirect you...
Mike Belcher
AspClassicAnyQuestion...
Jun 1, 2005 7:09 pm
6160
Dear All, Please can anyone teach me asp scripting. Regards Priya Jegatha <jose_ph_84@...> wrote: Thank u friends,I got it.Myself only mistook. Thankz...
Please am doing an email page for my app and I've tested the app by uploading a page with the info below but IU can't get any results even though the host...
Are you getting any errors? Not sure if it matters, but try "Server." in front of your createobject: Set objMail = Server.CreateObject("CDONTS.NewMail") Mark ...
What do you mean by the page is not displayed? Mark kejeckam <kejeckam@...> wrote: Still doesn't work. No errors but page is not displayed ... by ... Do ...
Looking at the HTML output by your page, there's nothing to display if it executes the code successfully. Dan ________________________________ From:...
Yeah nothing is expected to display by my posting but the mail is not been recieved with the to: address entered and those are valid email addresses. It...
I have a asp web page with the following links: The links work fine but I am having problems with the display of whether the links are active or not. This...
Dear , Check this out. may be it can help you. Dim objNewMail 'As CDONTS.NewMail Set objNewMail = Server.CreateObject("CDONTS.NewMail") ObjNewMail.To = "Your...
Hi friendz, I m using Ms-Access database,Is there any limitations to add the number of tables in the database?. Thankz regards, Jegatha ... Free antispam,...
it said Email mail not sent. ... sent, or not? ... kejeckam ... be ... app ... ASP. ... of ... <mailto:AspClassicAnyQuestionIsOk-unsubscribe@yahoogroups.com? ...
I have developed a small quiz code with access as the backend.I have a table question with columns qid wuestion q1 q2 q3(choices) and correctanswer.for the...