Jump to content

SingIe

Newbie
  • Posts

    3
  • Joined

  • Last visited

Everything posted by SingIe

  1. SingIe

    input type

    Сорри вот как у меня, но автоматом кнопка не выбирается <input type="radio" name="param_activation" onClick="check_param_activation()" disabled><span onClick="check_span_param_activation_2()" checked> </span> <input type="radio" name="param_activation" onClick="check_param_activation()" checked><span onClick="check_span_param_activation_2()" > </span> так и так не помогает
  2. SingIe

    input type

    Прошу прощения есть радио кнопка вида <input type="hidden" name="param_activation" onClick="check_param_activation()" disabled><span onClick="check_span_param_activation_2()"> что вписать что бы по умолчанию выбиралась пишу: <input type="hidden" name="param_activation" onClick="check_param_activation()" checked><span onClick="check_span_param_activation_2()"> не помогает
  3. SingIe

    input type

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Тег INPUT</title> </head> <body> <form name="test" method="post" action="input1.php"> <p><b>Ваше имя:</b><br> <input name="nick" type="text" size="40"> </p> <p><b>Каким браузером в основном пользуетесь:</b><Br> <input type="radio" name="browser" value="ie"> Internet Explorer<Br> <input type="radio" name="browser" value="opera"> Opera<Br> <input type="radio" name="browser" value="firefox"> Firefox<Br> </p> <p>Комментарий<Br> <textarea name="comment" cols="40" rows="3"></textarea></p> <p><input type="submit" value="Отправить"> <input type="reset" value="Очистить"></p> </form> </body> </html> Добрый вечер всем, ребят как сделать что бы по умолчанию радио кнопка была отмечена на Internet Explorer
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy