Thanks to everyone for their previous responses. Now I have 2 more questions. 1. I want to have some textboxes on my site that are hidden until someone chooses...
1. Best way to do this is with javascript. Use the onclick event of a radiobutton to show / hide things. You can use jquery (jquery.com) for some easy...
I have been searching for the error, and have found plenty of suggestions but nothing that works. The problem seems to be with just sending from any address...
Thanks for the responses. I figured it out. I had to configure it so that the .from looks like this: Mike <any@...> No idea why, but who knows. Just...
I use Classic ASp on my website - www.ProBowlUK.co.uk - to provide msAccess databases. I will be re-writing the layout of the website in CSS instead of tables....
Why not go with asp.net instead, which is a more advanced platform. If you already know asp go with that. If you want to learn something else then go with...
Hi All, Could any one help me in this where I want to extract first N words, say 5, from a string. Below is what Im able to write: <% Dim str str = "Sarah says...
Hi All, Could any one help me in this. I want to store user's text in mysql database. The text may contain only these special chars like ` ' ' " ... ? I've...
Hi Javed, What about using the HtmlEncode function on those strings when writing them into links? Cheers, Peter ... [Non-text portions of this message have...
You're probably hitting a mail server that uses a blacklisting service. Some of the big providers get labeled as "spam from" domains since they're well-known...
For links use: urlencode not htmlencode. Van: AspClassicAnyQuestionIsOk@yahoogroups.com [mailto:AspClassicAnyQuestionIsOk@yahoogroups.com] Namens Peter Brunone...
True -- shouldn't have stated it that way -- but the problem is manifesting itself as a Javascript error, and the only Javascript is for the window.status...
Right, a single quote will blow that if one is in the string being displayed on the status bar ... so do a replace on the window.status.value to handle these. ...
I am populating a repeating table with a web address from an access DB. It creates the hyperlink in my table however when you hover or click on the link it is...
I'd just response.write that value by itself to debug, that gives you what the string is. If it's correct, then the inserted code is messing it up, so try the...
I am working on a website that requires some of its pages to be password protected. If the user clicks on a protected page and has not logged in yet, they are...
Hi Julie, You can implement this by following method: 1. When user click on protected page, keep the page name in Session variable and redirect user to Login...
Hi All, Im having a doubt about QueryString passing method which I've seen recently somewhere on the web. I dont know the language used to build the page like...
Hi Javed, The page name has nothing to do with the querystring. Whatever parameters come after the question mark, they don't affect the name of the page. ...
Hi Apart from W3 <http://www.w3schools.com/ASP/> , are there any good ASP tutorials on the internet ? [Non-text portions of this message have been removed]...
Apart from W3 <http://www.w3schools.com/ASP/> , are there any good tutorials on the internet ? Either online or downloadable. [Non-text portions of this...
Don't tell me http://learnasp.com isn't running anymore... Well looky here! http://learnasp.com/freebook/asp/ Cheers, Peter ... [Non-text portions of this...