|
Posted by Martin Mandl - m2m tech support on 03/06/07 07:22
On Mar 6, 6:13 am, an9...@gmail.com wrote:
> Hi,
> 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.
>
> Thanks,
> anne
>
> <META name="description" content="">
>
> <META name="keywords" content="">
>
> </HEAD>
> <script language="JavaScript" type="text/javascript">
> if (top != self) top.location.replace(self.location);
> </script>
> <link rel="shortcut icon" href="/system/images/mypage.ico">
>
> <FRAMESET
> FRAMEBORDER=0
> FRAMESPACING=0
> BORDER=0
> ROWS="90,*">
> <FRAME
> NAME="VIEW_TopFrame"
>
> .........
Dear Anne,
the JavaScript you posted should not harm you. It just checks if the
page is part of a frame construct.
It looks like that page does not hold the content you want to access,
it just defines a frame of it's own. Have a look which pages are
loaded there and try to use that url directly.
Good luck
Martin
------------------------------------------------
online accounting on bash bases
Online Einnahmen-Ausgaben-Rechnung
http://www.ea-geier.at
------------------------------------------------
m2m server software gmbh
http://www.m2m.at
Navigation:
[Reply to this message]
|