Ok - this is a wierd one. We have an ASP app running on IIS on Windows 2000 SP4. One of the pages has a couple of included JS files. On my PC that pages are displayed fine, but on a few PCs in this building,
I want to be able to hide the source code from people when they are on the internet using my vbscript (classic asp) application. The part I do not want them to see is information like name, address, social security number. Can you tell me how I can hide this information from ...
I have a question how to catch TAB key press with JScript (I can't use JavaScript on this page) on ASP.NET website?? Maybe someone had similar problem? Thanks!