Enabling JavaScript and Java in browser, what programming language to use.

Discussion in 'Programming' started by blueparukia, Sep 22, 2007.

  1. #1
    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
     
    blueparukia, Sep 22, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    You can't do this with PHP, because it's a server side language and cannot modify the browser's settings in any way.
     
    nico_swd, Sep 22, 2007 IP
  3. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #3
    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
     
    blueparukia, Sep 22, 2007 IP