Sorry for my bad english, i need to create a form please help.characters are limited so coun't able to explain in detail. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 1

Sorry for my bad english, i need to create a form please help.characters are limited so coun't able to explain in detail.

below is my code need help to modify it. <TR> <TD ALIGN="Left">Interent </TD> <TD><select id="itemType_id" name="Interent" class="input-xlarge"> <option value=""> </option> <option value="ILL">ILL</option> <option value="Shared">Shared</option> <option value="NA">NA</option> </select> <TD ALIGN="Left">ILL</TD> <TD> <textarea cols="1" rows="1" name="others"></textarea></TD> </TD> </TR> in the above ex if I select shared internet in Internet tab next tab should be disable or it should en

13th Jun 2018, 8:18 AM
prashanth
3 Antworten
+ 1
Donna Probablys he is a classic user that think "register for get help but dont read rules and features" prashanth Exist in this app (and in web version also) a really useful feature that allow you to create and save your codes (in different language HTML included) and get output by these ( and all stored on SL servers)... You can get the url of a your save code and copy it in a comment. In this way you can place we in a much better position for help YOU because if you simple copy/paste your not-small code in comment, its really hard that someone debug it for you.. HELP WE TO HELP YOU
13th Jun 2018, 8:45 AM
KrOW
KrOW - avatar
+ 1
prashanth You are joking? I say how post your code in correct way and you what do? Post another more long code in bad way... Well.... Continue in this way and good luck
13th Jun 2018, 10:35 AM
KrOW
KrOW - avatar
0
I am working as networking admin so very bad in coding, I am trying to prepare a check list to my team, her is a part of the program. inside body of a program I trying to create form to fill few details one of the exam is we provide internet to client , their are 2 types share and ILL,if we select shared Internet next tad should be disabled mode if we select ILL next tab should enable to fill how much MBps we provided. I don't know which fuction need to use to make it work. can anyone please help <html> <head> <meta charset="utf-8"> <title>CRF</title> </head> <body> <HTML> <BODY> <p><strong>Client Request Form:</strong></p> <FORM METHOD="POST" ACTION="insert.php"> <div style="float: left"> <Table width="350" height="80"> <TR> <TD ALIGN="Left">CRF Received by</TD> <TD> <INPUT TYPE="TEXT" NAME="assignby"> </TD> </TR> </table> </div> <p>&nbsp;</p> <p>&nbsp;</p> <p><strong>Checklist :</strong></p> <div style="float: left"> <Table width="370" height="150"> <TR> <TD ALIGN="Left">Interent </TD> <TD><select id="itemType_id" name="Interent" class="input-xlarge"> <option value=""> </option> <option value="ILL">ILL</option> <option value="Shared">Shared</option> <option value="NA">NA</option > </select> <TD ALIGN="Left">ILL</TD> <TD> <textarea cols="1" rows="1" name="others"></textarea></TD> </TD> </TR> <TR> <TD><p>&nbsp; </p> <p> <INPUT TYPE="SUBMIT"> </p> </TD> </TR> </Table> </div> </FORM> </BODY> </HTML>
13th Jun 2018, 10:14 AM
prashanth