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: Voytek Eymont
Subject: RE: [Bug-wget] pushing button(s)
Date: Fri, 16 Apr 2010 20:33:47 +1000 (EST)
User-agent: SquirrelMail/1.5.1

<quote who="Tony Lewis">
> Voytek Eymont wrote:

>> '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, thanks

I can see like this below, if you can make suggestions, I can try to wget it:

<script language="JavaScript" type="text/javascript">
<!--
        function Al_Click_Button(frm, al_disp_id, module, template) {
                frm._module.value=module;
                frm._template.value=template;
                frm._al_action_click.value = 1;
                frm._al_disp_id.value = al_disp_id;
                frm.submit();
                return true;
        }
// -->
</script>

btw, I no longer display 'accept' button, (as I've accepted it), not sure
if that alters what I can see now


-- 
Voytek





reply via email to

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