Results 1 to 2 of 2

Thread: auto populate

  1. #1
    Join Date
    Mar 2008
    Posts
    9

    auto populate

    I need help with a form. I want to type the title in the first text area and auto fill the next to areas. But I still want to have control over the 2 text fields. Can someone help

  2. #2
    Join Date
    May 2009
    Location
    England
    Posts
    165
    Hi sbronson,

    Is this what you meant?

    <input type="text" onkeyup= "document.getElementById('boxTwo').value = this.value;" />
    <input type="text" id="boxTwo" value="" />

    Haven't testing it and it very bare bones but should give you the right idea.

    Best wishes,


    David
    David McLeary
    Emerging Innovations
    Website Development, Training and Consultancy

Similar Threads

  1. div width auto not working in FF only in IE
    By FoxRocks in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 03 Jan 2009, 04:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •