cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Simulate "onmousedown"

From: Bill Mercer <bmerc_at_nccer.org>
Date: Tue, 14 Dec 2004 08:30:28 -0500

Curl doesn't simulate the user interface of a browser, it simulates the HTTP commands a browser sends. That onmousedown statement calls a function called clk(). You'll need to look at the rest of the code for the page to see what the clk() function is actually doing, and create a curl command that does the same thing.

>
>>>> Axel.Lomosik_at_LOMOSIK.com 12/14/04 06:41AM >>>
>
>Hi out there,
>
>since I learned that clicking on an impressed link in a huge search engine has an impact on the ranking of a
>website I am interested to simulate clicks on a grabbed page.
>
>This is the http tag which is not embedded in a form but applies to a script:
>
><a href=http://www.tecchannel.de/internet/634/ onmousedown="return clk(this,'res',8)" target=nw>
>
>Any idea how simulate clicks with cURL ?
>
>Regards,
>Axel from Wiesbaden/Germany

Cheers,

Bill Mercer - National Center for Construction Education and Research
3600 NW 43rd St
Gainesville, Florida 32606
http://www.nccer.org
Phone 352-334-0911 Fax 352-334-0932
=============================================

                                       
Received on 2004-12-14