Re: Disable View Source Button?



"Joe" <delphi561@xxxxxxx> wrote in message news:1184510106.947212.104090@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

I have a customer who wants the View Source button disabled when
people view his website. I explained to him how in ASP.NET the "real"
code is in the code-behind module and not visible to the end-user
anyway, but he really wants that View Source button disabled.

There is no 100% reliable way to do this. In order for a browser to display a web page, the markup for that web page has to be streamed down to the browser.

What are your customer's reasons for wanting to do this...?


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

.