bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] pushing button(s)


From: Voytek Eymont
Subject: [Bug-wget] pushing button(s)
Date: Thu, 15 Apr 2010 18:32:08 +1000 (EST)
User-agent: SquirrelMail/1.5.1

I've logged in to a web page with

wget
--post-data='user=xxx&pass=yyy&_action_login=Login&_module=login&_template=login&_action=_login'
--save-cookies=my-cookies --keep-session-cookies
http://domain.tld/main.htm

I can get items that I want OK

BUT, additionally, I also need to push button(s) on new items

'selected source' on buttons I wish to push has like:

<input class="albttn_red" name="Accept" onclick="javascript: return
Al_Click_Button(active_list, '21583679','page_generator', 'default');"
value="Accept" title="Accept" type="button">&nbsp;

I've tried:

wget --post-data='Accept=Accept' --load-cookies=my-cookies
--save-cookies=my-cookies --keep-session-cookies
"http://domain.tld/main.htm?_module=active_list&_template=advanced";


doesn't seem to get me there... what else do I need ?

(then, I'll get another screen to OK...)



-- 
Voytek





reply via email to

[Prev in Thread] Current Thread [Next in Thread]