Results 1 to 2 of 2

Thread: Form issue/ Google maps/ posting address

  1. #1
    Join Date
    Jun 2009
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Form issue/ Google maps/ posting address

    I'm using the following code to post Physical addresses to Google maps. When I use a text area instead of a standard form, the code won't work. If I use what I have below it does work. The problem is, I cannot copy an address and paste it into the form below because -of course, it will only paste one line at a time.

    what the heck am I doing wrong?


    <FORM name="GoogleMaps" method=GET action="http://maps.google.ca" target=_blank
    onsubmit="window.setTimeout('document.GoogleMaps.q.value=\'\';', 1500); return true;">


    <div align="right">
    <INPUT TYPE=text name=q size=25 maxlength=255 value="">
    <INPUT type=submit name=btnG VALUE="Go">
    </div>
    </form>
    Last edited by aubreylc; 08-08-2009 at 04:20 AM. Reason: grammer sucks

  2. #2
    Join Date
    Jun 2009
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Bueller........ Bueller? ..........Ferris Bueller?
    Last edited by aubreylc; 08-24-2009 at 10:20 AM. Reason: none

Bookmarks

Posting Permissions

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