Form button comments

admin

Administrator
Staff member
Hello, this may seem like a pathetic question, but how do you add a comment to a form? i tryed ?<-- //--> <br />
but i dont think it worked, is there any other ways<!--content-->Html comment syntax is:<br />
<br />
<!-- comments here --><!--content-->i tryed that but when i open the page it comes up with syntax error. i want to stick a comment where i have done here to identify lines. <br />
<br />
<input type="button" value="Hilux" name="hilux" onclick=" a = document.speed<br />
a.A.value = 3000;<br />
a.B.value = 31;<br />
a.C.value = 3.06;<br />
a.D.value = 2.05;<br />
a.E.value = 1.80;<br />
a.F.value = 1.00; <!-- Hello --><br />
a.G.value = 0.85;<br />
a.H.value = 0.00;<br />
a.I.value = 1.00;<br />
a.J.value = 2.28;<br />
a.K.value = 4.50;"><br />
<br />
Please edit this script to make it work correctly.<!--content-->you can't stick a comment in the middle of javascript like that.<!--content-->
 
Back
Top