Click here to Skip to main content
15,886,639 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: About Form Design Pin
Ali Al Omairi(Abu AlHassan)27-Mar-11 8:25
professionalAli Al Omairi(Abu AlHassan)27-Mar-11 8:25 
GeneralRe: About Form Design Pin
Keith Barrow28-Mar-11 1:28
professionalKeith Barrow28-Mar-11 1:28 
QuestionUnable to perform simple upload from simple HTML page Pin
Branislav Vidovic25-Mar-11 1:25
Branislav Vidovic25-Mar-11 1:25 
AnswerRe: Unable to perform simple upload from simple HTML page Pin
Gerben Jongerius25-Mar-11 2:01
Gerben Jongerius25-Mar-11 2:01 
Questionmail addresses in html pages... Pin
Joan M24-Mar-11 9:57
professionalJoan M24-Mar-11 9:57 
AnswerRe: mail addresses in html pages... Pin
AspDotNetDev24-Mar-11 10:13
protectorAspDotNetDev24-Mar-11 10:13 
QuestionRe: mail addresses in html pages... Pin
Joan M27-Mar-11 20:59
professionalJoan M27-Mar-11 20:59 
AnswerRe: mail addresses in html pages... Pin
AspDotNetDev28-Mar-11 19:27
protectorAspDotNetDev28-Mar-11 19:27 
If you have everything configured properly, search bots should not be able to get at your server-side files. Those server side files render to HTML and that is what the search bots see. If you have your form setup the way I do, the postback that is initiated on the button click causes server code to run that sends the email. The client never sees the email address.

As an example, ASPX files are typically not visible from the client side. They are processed on the server side and the HTML page that results is served to the client. By default, I'm pretty sure IIS does not serve ASPX pages to the client. Kinda like how the web.config is not served to the client.

GeneralRe: mail addresses in html pages... Pin
Joan M29-Mar-11 0:41
professionalJoan M29-Mar-11 0:41 
AnswerRe: mail addresses in html pages... Pin
Dalek Dave25-Mar-11 5:00
professionalDalek Dave25-Mar-11 5:00 
GeneralRe: mail addresses in html pages... Pin
Peter_in_278027-Mar-11 21:11
professionalPeter_in_278027-Mar-11 21:11 
GeneralRe: mail addresses in html pages... Pin
Joan M29-Mar-11 0:39
professionalJoan M29-Mar-11 0:39 
QuestionConsuming SOAP 1.1 WebService using Telnet Pin
NandoMan23-Mar-11 15:18
NandoMan23-Mar-11 15:18 
QuestionPrinting issues in IE with framesets Pin
Gerben Jongerius23-Mar-11 5:04
Gerben Jongerius23-Mar-11 5:04 
AnswerRe: Printing issues in IE with framesets Pin
cjoki24-Mar-11 5:10
cjoki24-Mar-11 5:10 
GeneralRe: Printing issues in IE with framesets Pin
Gerben Jongerius24-Mar-11 22:31
Gerben Jongerius24-Mar-11 22:31 
GeneralRe: Printing issues in IE with framesets Pin
cjoki25-Mar-11 3:06
cjoki25-Mar-11 3:06 
Questionsomething very Strange in Webservice and windows-ce connection.... Pin
goldsoft19-Mar-11 19:20
goldsoft19-Mar-11 19:20 
QuestionWidth of window and presentation Pin
Dalek Dave11-Mar-11 14:27
professionalDalek Dave11-Mar-11 14:27 
AnswerRe: Width of window and presentation Pin
Graham Breach11-Mar-11 23:04
Graham Breach11-Mar-11 23:04 
QuestionTrusted sites in IE7 and 8 Pin
prakk889-Mar-11 0:20
prakk889-Mar-11 0:20 
QuestionOut of Memory error in asp while fetching data from sql and display around 1,00,000 records Pin
priyaahh8-Mar-11 19:43
priyaahh8-Mar-11 19:43 
AnswerRe: Out of Memory error in asp while fetching data from sql and display around 1,00,000 records Pin
Dalek Dave8-Mar-11 21:40
professionalDalek Dave8-Mar-11 21:40 
AnswerRe: Out of Memory error in asp while fetching data from sql and display around 1,00,000 records Pin
R. Giskard Reventlov9-Mar-11 4:59
R. Giskard Reventlov9-Mar-11 4:59 
QuestionAccessing local machine from web page Pin
pstsp91127-Feb-11 3:51
pstsp91127-Feb-11 3:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.