Text Box Value Changing

Discussion in 'Software' started by lio83197, Dec 16, 2006.

  1. lio83197

    lio83197 Private E-2

    Is there a way to change the value of a textbox by clicking on a link?
     
  2. Kodo

    Kodo SNATCHSQUATCH

    yes.

    <a href="javascript:void(0);changeText();">click here</a>

    then your script might look something like:

    function changeText()
    {
    var textBox= document.getElementById("textboxidhere");
    textBox.value="your text";
    }
     
  3. lio83197

    lio83197 Private E-2

    ok thanx
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds