You have to login in order to post a reply to this topic.

4 replies [Last post]
Keosoft90
User offline. Last seen 1 year 30 weeks ago. Offline
Joined: 07/07/2010
Posts: 3

I have many document content with same form. And I have to add it to form, do and do again 1 job,
hope you can help me make it auto
I need Copy some Sub text from :
<img src="http://img28.imageshack.us/img28/1006/contentb.jpg" border="0"/>
to :
<img src="http://img691.imageshack.us/img691/3541/formc.jpg" border="0"/>
Succesed:
<img src="http://img821.imageshack.us/img821/4189/succesl.jpg" border="0"/>

hope Any body can help me do it with winautomation.

*note :
 - all text in same 1 file txt.
- 1 form/per files

__________________

http://0dayarchive.net

__________________

http://0dayarchive.net

D.M.Altizer
User offline. Last seen 1 year 11 weeks ago. Offline
Joined: 01/12/2010
Posts: 204
Re: How to Copy some subtext to Form

 That's pretty easy. Generally, your job scheme must look like this:

- Parse Text and get from Begin Title to End Full Content
- Loop through the results
- For each result use the "Download from Web" action to post the data (if the form method is post)

You can even parse the result to make sure that it was properly posted.

If you need more specific information or even a sample job, you will have to post a sample text file (with a couple of records to make sure that there is a pattern) and the source code of the web form.

__________________

==Dedicated Automation Solutions==

__________________

==Dedicated Automation Solutions==

Keosoft90
User offline. Last seen 1 year 30 weeks ago. Offline
Joined: 07/07/2010
Posts: 3
Re: How to Copy some subtext to Form

okay , thanks :D , i will try :D

__________________

http://0dayarchive.net

__________________

http://0dayarchive.net

Keosoft90
User offline. Last seen 1 year 30 weeks ago. Offline
Joined: 07/07/2010
Posts: 3
Re: How to Copy some subtext to Form

this is my example :

text :

< -! begin Title ->

Creation 2009 DVDRip XviD - KhDV

< -! end Title ->

< -! begin TShort ->

[center][img]http://img824.imageshack.us/img824/6932/34o5xsl.jpg[/img][/center]
[b]Creation 2009 DVDRip XviD - KhDV[/b]
English | 104 mins | 624x256| 25fps | Xvid| MP3 - 131kbs | 699 MB
[i]Genre: Biography | Drama[/i]

< -! END Short ->

< -! begin full ->
English naturalist Charles Darwin struggles to find a balance between his revolutionary theories on evolution and the relationship with religious wife, whose faith contradicts his work.
SCREENSHOT:
[center][img]http://img824.imageshack.us/img824/4065/wvxqmc.jpg[/img][/center]

< -! End Full ->

 

My Form :

http://www.0dayarchive.net/addnews.html

__________________

http://0dayarchive.net

__________________

http://0dayarchive.net

D.M.Altizer
User offline. Last seen 1 year 11 weeks ago. Offline
Joined: 01/12/2010
Posts: 204
Re: How to Copy some subtext to Form

 Please attach the text file with 2 sample records if possible (what you pasted here is different from the screenshot that you attached in your first email) and the html file that contains the form (requires registration).

__________________

==Dedicated Automation Solutions==

__________________

==Dedicated Automation Solutions==