cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: javascript on remote page

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 28 Oct 2005 12:34:34 +0200 (CEST)

On Fri, 28 Oct 2005, ascii wrote:

> I can't seem to find any way to bypass the javascripts. The form i want to
> submit us the one with nummer=aNumber&produktTlf=ADSL-BASIS Anyone got any
> ideas?

Several:

1. Stop posting huuuuge chunks of irrelvant data in mails, it makes them
    easier to read and you'll have a higher chance of getting replies.

2. Use LiveHTTPHeaders to figure out what your browser actually sends from the
    page with the javascripts and send that stuff yourself and thus simply
    shortcut the javascript.

3. If the javascript code actually does something that you need to adapt to,
    then figure out what it is and make sure you do the same.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2005-10-28