Javascript in HTML help
Posted: Sat Dec 03, 2011 1:41 am
ok so i just started to learn javascript and im trying to set my inputs value property onmouseover
also sorry if i posted it in the wrong section i didnt know if i should pt it in javascript or HTML so i decided HTML because i was basically programming most of it in HTML
Code: Select all
is what i have so far, but im to used to VB and i know input.text obviously doesnt work, so how do i do it <input id="Input" type="Text" border="3" maxlength="2" value="Min" onmousemove="Input.text='';">
also sorry if i posted it in the wrong section i didnt know if i should pt it in javascript or HTML so i decided HTML because i was basically programming most of it in HTML