<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'automatic web form fill' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'automatic web form fill' posted on the 'JavaScript' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sun, 19 May 2013 03:25:14 -0700</pubDate>
    <lastBuildDate>Sun, 19 May 2013 03:25:14 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>automatic web form fill</title>
      <link>http://www.programmersheaven.com/mb/java-script/332037/332037/automatic-web-form-fill/</link>
      <description>for example registration forms with fields of a name, e-mail, phone number ,country, etc. All this stuff should be brought from a file and filled into a form on the webpage. And yes, how to press the "Submit" button without actually clicking on it. So the user does nothing here. Any hint is welcome as usual :)) thanks ahead&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/332037/332037/automatic-web-form-fill/</guid>
      <pubDate>Wed, 15 Mar 2006 01:42:20 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: automatic web form fill</title>
      <link>http://www.programmersheaven.com/mb/java-script/332037/332043/re-automatic-web-form-fill/#332043</link>
      <description>: for example registration forms with fields of a name, e-mail, phone number ,country, etc. All this stuff should be brought from a file and filled into a form on the webpage. And yes, how to press the "Submit" button without actually clicking on it. So the user does nothing here. Any hint is welcome as usual :)) thanks ahead&lt;br /&gt;
: &lt;br /&gt;
Submitting data from code is quite simple. Here's an example of it: &lt;a href="http://www.w3schools.com/htmldom/met_form_submit.asp"&gt;http://www.w3schools.com/htmldom/met_form_submit.asp&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Reading data from a file, is quite difficult and can only be done using ActiveX. Javascript by itself cannot read from any file.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/332037/332043/re-automatic-web-form-fill/#332043</guid>
      <pubDate>Wed, 15 Mar 2006 02:28:28 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: automatic web form fill</title>
      <link>http://www.programmersheaven.com/mb/java-script/332037/332046/re-automatic-web-form-fill/#332046</link>
      <description>: : for example registration forms with fields of a name, e-mail, phone number ,country, etc. All this stuff should be brought from a file and filled into a form on the webpage. And yes, how to press the "Submit" button without actually clicking on it. So the user does nothing here. Any hint is welcome as usual :)) thanks ahead&lt;br /&gt;
: : &lt;br /&gt;
: Submitting data from code is quite simple. Here's an example of it: &lt;a href="http://www.w3schools.com/htmldom/met_form_submit.asp"&gt;http://www.w3schools.com/htmldom/met_form_submit.asp&lt;/a&gt;&lt;br /&gt;
: &lt;br /&gt;
: Reading data from a file, is quite difficult and can only be done using ActiveX. Javascript by itself cannot read from any file.&lt;br /&gt;
: &lt;br /&gt;
 thank you for quick reply. Your link was very helpful. But still the problem is that I need to submit the form without user sitting there and clicking on the submit button. Like a robot that does it itself. There should be some way, but I can't come up with it for several days already :((&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/332037/332046/re-automatic-web-form-fill/#332046</guid>
      <pubDate>Wed, 15 Mar 2006 02:46:23 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: automatic web form fill</title>
      <link>http://www.programmersheaven.com/mb/java-script/332037/332050/re-automatic-web-form-fill/#332050</link>
      <description>: : : for example registration forms with fields of a name, e-mail, phone number ,country, etc. All this stuff should be brought from a file and filled into a form on the webpage. And yes, how to press the "Submit" button without actually clicking on it. So the user does nothing here. Any hint is welcome as usual :)) thanks ahead&lt;br /&gt;
: : : &lt;br /&gt;
: : Submitting data from code is quite simple. Here's an example of it: &lt;a href="http://www.w3schools.com/htmldom/met_form_submit.asp"&gt;http://www.w3schools.com/htmldom/met_form_submit.asp&lt;/a&gt;&lt;br /&gt;
: : &lt;br /&gt;
: : Reading data from a file, is quite difficult and can only be done using ActiveX. Javascript by itself cannot read from any file.&lt;br /&gt;
: : &lt;br /&gt;
:  thank you for quick reply. Your link was very helpful. But still the problem is that I need to submit the form without user sitting there and clicking on the submit button. Like a robot that does it itself. There should be some way, but I can't come up with it for several days already :((&lt;br /&gt;
: &lt;br /&gt;
That code shows you how to do it. If you call that function in the onload() event, then the page gets submitted the second it completed loading. Then the only thing the user needs to do is to click the link to start the page download.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/332037/332050/re-automatic-web-form-fill/#332050</guid>
      <pubDate>Wed, 15 Mar 2006 02:59:06 -0700</pubDate>
      <category>JavaScript</category>
    </item>
  </channel>
</rss>