Hi Ahmed, ... I don't think it's so much a logic error as one of spacing. If you re-evaluate your code (do a view source on the output) you'll see that the...
You asked: In this case, I need to 'Include' the file in the ASP page where I want use those functions or subs'. Isn't it ? Regards, Ahmed ... My reply: Yes. ...
Hi Ahmed, ... Remember: ASP is a SERVER-SIDE language, which means it doesn't care AT ALL about whether it's between the HEAD tags, or even if the output (if...
HI Guys I am having a query, if any one can answer. What is the future of ASP after ASP.NET. I am developing a web based project using ASP, but got confused to...
ASP.Classic will still be around for a while... it's supported on Win2K Server, and I imagine it'll still be supported on .Net Server (anyone know for...
ASP Classic has as much future as DOS does after Windows. The ASP.net Forums and Starter Kits are one of the many examples of things ASP.net porgrammers have...
when having a choice of the following emailing methods which would be prefered. And which would be least preffered. This so i can select an order in which to...
Well actually I guess that one is the worst. It compares badly to cdosys to start out with. Do a google search with cdonts vs cdosys to find out why. I only...
This is a asp page that browsing in wap phone. I need to passing the option I selected in the Main.asp to Code.asp. The work of Main.asp is asking the...
I have used the ASPMail/ASLQMail a few times without any problems. If one of them has the ability to do SMTP authentication, I would choose that one. Too many...
CDONTS has security issues, which is why most people tend to use a component instead. NGSoftware / Security have released a paper on email spoofing with ...
Does anyone know where I can find a wrapper class which would enable me to use an upload component if it is available ( persists aspupload ) or if it isn't...
Actually you are right. But that one point which keeps CDONTS on your list weighs heavy on my list. Aemca <aemca_78@...> wrote:Well actually I guess that...
Thank you Dan! I had to play with it a bit but your idea and concepts worked! ... From: Powderhill, Daniel To: 'AspClassicAnyQuestionIsOk@yahoogroups.com' ...
I would like to call a vb program from an asp page. I believe the following server-side code will do this, but my vb program requires two parameters. How do I...
I have a table that is generated with do and loops that works fine that is attached to the database. I can get that table to loop to the next set any ideas? ...
Here is the code I need this entire piece of code to loop the start of where i need this loop here is the working code Dim i, intCounter intCounter = 0 ...
I need help with my if statement...the logic may not even be accurate. I'm trying to see if I have more than three entries for a particular class date. If I...
I am very new at this and am not even sure how to explain this. I have a database that has the ID number that never duplicates. I have no problem access the...
Michael, I'm still confused about what you are trying to do here. As far as I can see, the table you are listing from contains three recordsets and has 17...
Here is the output im trying to get <table border=1 align=center width='50%'> <tr> <td><B>Bracket 1</B></td> <td><B>Bracket 2</B></td> <td><B>Bracket...
put the ID number in a variable and then use it in an html image tag: <img src="images/"<%= ID %>.jpg"> hth Mike ... __________________________________ Do you...
Hi All It's my first time to write to your group and I have a little problem hoping you can help me. I have a form in my script and I want to send its contents...