i want my one web page to be run on my one client 's pc only
-
i m hosting a web site i want my one web page to be run on one pc only in vb.net code or javascript code plz help me urgent
-
i m hosting a web site i want my one web page to be run on one pc only in vb.net code or javascript code plz help me urgent
I do not give a rats' hair about this being urgent. I just woke up, still enjoying the first cup of coffee. Keeping others of your website is done using a login-form. There are a lot of examples and tutorials on the internet. Alternatively, you could use certificates. But no, not in JavaScript. Anyone can download that and simply use it to log in. I assume it's an ASP.NET website, not PHP?
Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]
-
I do not give a rats' hair about this being urgent. I just woke up, still enjoying the first cup of coffee. Keeping others of your website is done using a login-form. There are a lot of examples and tutorials on the internet. Alternatively, you could use certificates. But no, not in JavaScript. Anyone can download that and simply use it to log in. I assume it's an ASP.NET website, not PHP?
Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]
-
i m hosting a web site i want my one web page to be run on one pc only in vb.net code or javascript code plz help me urgent
You have already asked this in QA. And I checked my schedule, it's not urgent at all.
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012
-
i m hosting a web site i want my one web page to be run on one pc only in vb.net code or javascript code plz help me urgent
You really should of put a little more thought into that question before you just blurted it out as something that doesn't really make sense. It sounded like a 10 year old wanting ice cream now. So let now go back to elementary school here to try and figure out what you said. 1. Your hosting a website. 2. run a web page on just 1 PC only 3. you want it to be written in Javascript or vb. Now that the translation is complete 1. If your hosting a website, then you must have the knowledge to perhaps just load that website on the 1 PC only, so it is localized, and cannot be shared with other computers. Windows Professional and Business Editions come with IIS server for local web hosting. 3. You can host, but can't write one, There are many tutorials out there that will guide you through the process of learning how to write HTML You have to learn HTML first, before you can write any asp.net or Javascript. All you need is notepad, and a small web server to get started. The links below will get you started in an urgent manner. http://www.html.net/tutorials/html/introduction.php[INtroduction to HTML^] http://www.wikihow.com/Create-a-Simple-Web-Page-With-HTML[^]