[X-Unix] How to determine which network component is failing

Stroller macmonster at myrealbox.com
Mon Jul 24 17:52:02 PDT 2006


On 24 Jul 2006, at 22:19, Charles Howse wrote:
> ...
> It's too big for the 5k limit.  It bounced.
> I've posted it here:
> http://bubbabbq.homeunix.net/router_status.html
>
>> The "--form" parameter to `curl` may allow for button presses on a  
>> webpage.
>>
>
> Hmmm...I'll have to play with that.

I think the relevant sections of the HTML are...

<SCRIPT language=JavaScript>function pppoeAction(F,I) 
{ F.pppoeAct.value = I; F.submit();}function DHCPAct(F,I) 
{ F.dhcpAction.value = I; F.submit();}function showAlert(){alert('');} 
</SCRIPT>

and:

<input type=hidden name=dhcpAction> ...
<input type=button value='DHCP Renew' onClick=DHCPAct(this.form,1)>

`curl --manual` gives more examples than `man curl`, but the http:// 
curl.haxx.se/ website looks more comprehensive still. They have a  
mailing list, so you might find what you need by searching the  
archives of that, or posting to it.

Stroller.



More information about the X-Unix mailing list