bug-wget
[Top][All Lists]
Advanced

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

RE: [Bug-wget] pushing button(s)


From: Tony Lewis
Subject: RE: [Bug-wget] pushing button(s)
Date: Thu, 15 Apr 2010 08:05:28 -0700

Voytek Eymont wrote:

> 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;

The onclick action tells the browser to execute some JavaScript, but wget
does not have a JavaScript engine so it does not provide that behavior. You
can look at the Al_Click_Button routine to see what it does and tell wget
how to replicate that behavior.

Tony






reply via email to

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