As:comp.lang.javascript
From: FartFace (boomboom_at_dog.net)
Date: 01/24/05
- Next message: J.O. Aho: "Re: As:comp.lang.javascript"
- Previous message: Janwillem Borleffs: "Re: Off Site Data File"
- Next in thread: J.O. Aho: "Re: As:comp.lang.javascript"
- Reply: J.O. Aho: "Re: As:comp.lang.javascript"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 23 Jan 2005 23:26:16 -0000
Hi-I'm stuck again can anyone help me out here.
I'm trying to open a frame less window (popup) from within a PHP script
this is what it looks like before I had a play :((
$link = "<a
href=\"news.php?renew=0&mid=".$message_info->tp_message_id."&sign=".$sign."\
">";
My try:(
$link = '<a href="news.php?renew=0&mid="'.$message_info-onClick="javascript:
window.open('http://"news.php?renew=0&mid="'.$message_info-','rad','width=25
0,height=285,top=200,left=300,screenX=200,screenY=300,scrollbars=no,resizabl
e=no');return false;" target="_self">tp_message_id.'&sign='.$sign.'>';
With my try the whole thing goes to pot.
Parse error: parse error, unexpected '=' in
/home/site/public_html/news/web/show_header.php on line 450
Regards
Chris
- Next message: J.O. Aho: "Re: As:comp.lang.javascript"
- Previous message: Janwillem Borleffs: "Re: Off Site Data File"
- Next in thread: J.O. Aho: "Re: As:comp.lang.javascript"
- Reply: J.O. Aho: "Re: As:comp.lang.javascript"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|