<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to do auto program in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-auto-program/m-p/3816629#M780600</link>
    <description>You don't need C but HTML.&lt;BR /&gt;&lt;BR /&gt;You can call most of the browsers only with an URL as argument. This will open a page only, but not fill the forms.&lt;BR /&gt;&lt;BR /&gt;Most browsers have a function "autofill", but you need to go to every field.&lt;BR /&gt;&lt;BR /&gt;Some tools are available in the web (for windows mostly) to recoed your entries and fill it automatically. &lt;BR /&gt;&lt;BR /&gt;If your application is allowing it, you can save an offline copy of the page and modify the source.&lt;BR /&gt;&lt;BR /&gt;You will find a &lt;FORM&gt; and and several &lt;INPUT /&gt; tags. Within the INPUT you can add a VALUE="your_input_value". if you open this offline page, all your fields have the values you want.&lt;BR /&gt;&lt;BR /&gt;You can even automate the "click" for submit.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;/FORM&gt;</description>
    <pubDate>Mon, 03 Jul 2006 15:30:19 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2006-07-03T15:30:19Z</dc:date>
    <item>
      <title>How to do auto program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-auto-program/m-p/3816627#M780598</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i need something like the following...&lt;BR /&gt;&lt;BR /&gt;1) when i execute a program (any programming language or any method), it needs to &lt;BR /&gt;open a web browser fills in the data required.&lt;BR /&gt;&lt;BR /&gt;is this possible in c programming ? if so can someone send a simple example c program which opens a webbrowser and fills in some data.&lt;BR /&gt;&lt;BR /&gt;I'm trying to fill in my timesheet(its in a web browser) automatically :) Damn every week i need to do the same stupid thing.  :) Please help&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 03 Jul 2006 15:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-auto-program/m-p/3816627#M780598</guid>
      <dc:creator>intp</dc:creator>
      <dc:date>2006-07-03T15:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to do auto program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-auto-program/m-p/3816628#M780599</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;If your browser runs on windows there are open source windows scripting tools that will do it with a lot less code.&lt;BR /&gt;&lt;BR /&gt;As an aside, time sheets are supposed to be filled out by a person not a program. Its also ill advised to use automated programs to click web ad's or do other things that can clog bandwidth and potentially get you into a bit of trouble.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 Jul 2006 15:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-auto-program/m-p/3816628#M780599</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-03T15:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to do auto program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-auto-program/m-p/3816629#M780600</link>
      <description>You don't need C but HTML.&lt;BR /&gt;&lt;BR /&gt;You can call most of the browsers only with an URL as argument. This will open a page only, but not fill the forms.&lt;BR /&gt;&lt;BR /&gt;Most browsers have a function "autofill", but you need to go to every field.&lt;BR /&gt;&lt;BR /&gt;Some tools are available in the web (for windows mostly) to recoed your entries and fill it automatically. &lt;BR /&gt;&lt;BR /&gt;If your application is allowing it, you can save an offline copy of the page and modify the source.&lt;BR /&gt;&lt;BR /&gt;You will find a &lt;FORM&gt; and and several &lt;INPUT /&gt; tags. Within the INPUT you can add a VALUE="your_input_value". if you open this offline page, all your fields have the values you want.&lt;BR /&gt;&lt;BR /&gt;You can even automate the "click" for submit.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;/FORM&gt;</description>
      <pubDate>Mon, 03 Jul 2006 15:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-auto-program/m-p/3816629#M780600</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-03T15:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to do auto program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-auto-program/m-p/3816630#M780601</link>
      <description>any tools ..any websites ? that you can suggest , where i can find these tools ?</description>
      <pubDate>Mon, 03 Jul 2006 16:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-auto-program/m-p/3816630#M780601</guid>
      <dc:creator>intp</dc:creator>
      <dc:date>2006-07-03T16:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to do auto program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-auto-program/m-p/3816631#M780602</link>
      <description>Search the web for terms like "autofill forms" or something or go with the offline method.&lt;BR /&gt;&lt;BR /&gt;The tools can even auto-assign points ;-))</description>
      <pubDate>Mon, 03 Jul 2006 16:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-auto-program/m-p/3816631#M780602</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-03T16:14:04Z</dc:date>
    </item>
  </channel>
</rss>

