|
Posted by Rik on 03/06/07 07:55
<an96su@gmail.com> wrote:
> I'm new to php. i'm trying to send information from my php (client)
> script to a website that is running javascript.
>
> Here is an extract of the server's response to my initial http
> request. I need to know how to communicate further with the server.
A perfect example of one of the reasons why frames are evil. You'll either
have to check all the frame sources by parsing/matching the content of the
return, ans send the request to all different urls, or investigate further
what the exact url of the page is you want to communicate with.
Communicating with pages using javascript can be very tricky: if they work
with javascript disables, or you can figure out how to mimique the
javascript behaviour it's OK, if javascript is actually required it's a
nightmare, and certainly not something for a beginner.
--
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Navigation:
[Reply to this message]
|