Apply SSL
how can I apply SSL to a ASP page? I have read theOpenSSL page but I really don't understand what's going on.
View Replieshow can I apply SSL to a ASP page? I have read theOpenSSL page but I really don't understand what's going on.
View RepliesHas anyone tried to apply MVC to write ASP (not .Net) programs? Any good reference?
View Replies View Relatedhow can i send a e-mail to the person who has fillied my apply.html form.i have a email (textbox field)i mean automatic email.
View Replies View RelatedI couldn't figure out how to write a function to do above tasks all at once.
For example,
Dim strMessage
strMessage = " Hello, <Quote> It is rainning outside </Quote>. I'm in a bad mood.
The function should search the <Quote> and </Quote>, copy all the text within the quotes and store them to another variable, at last change its font size and style.
So the search result will be: It is rainning outside Font size changed to 12 and font typle black arial.
Is there a way to detect if the user has placed two returns in a form field for example as below:- This is a short paragraph This is the second paragraph
And automatically add the surrounding <p></p> tags on inserting this into the database. Same with the edit of pages. Rather than showing the <p></p> in the form is there a way to just apply the paragraphs for the user to visually see thus preventing code in the form window?