Hi:
(this is a dummy question, I know, but I tried many times and I cant)
I need to insert this javascript option inside the input, I can't insert any funtion in <head>
I've this two javascript:
and I need to put in one line inside a input type=radio, like this:
I tried with a semicolon but nothing happen.
Could anyone help me with this??
Thanks for any help
nico
(this is a dummy question, I know, but I tried many times and I cant)
I need to insert this javascript option inside the input, I can't insert any funtion in <head>
I've this two javascript:
Code:
javascript:document.form.xrthistory.disabled=false javascript:document.form.prevert.disabled=false
Code:
<input name="chkxrt" type="radio" value="1" onClick="javascript:document.form.xrthistory.disabled=false;document.this.prevrt.disabled=false">
Could anyone help me with this??
Thanks for any help
nico
Comment