I want to be able to change checkbox values, and disable JavaScript and Java (depending on the values of the checkboxes). So if "Java" is unchecked, it disables Java. What language would I do that with. I kinda know how to do it in C#, but I would much rather do it in PHP, so what functions for PHP would I have to use, if possible. Thanks, BP
You can't do this with PHP, because it's a server side language and cannot modify the browser's settings in any way.
Well, I am going to make a web browser in DHTML/Ajax, and PHP would make it easy, as I only have to have one .hta file. But, I will do it in C#, Thanks, BP