Re: [PHP] PHP & FRAMES Question

2001-11-15 Thread Miles Thompson
Richard, Thanks. I missed that completely. Miles At 09:47 AM 11/15/01 -0800, Richard S. Crawford wrote: >Try: > >printf("target=\"sub_detl\">%s\n",$target_url, >$myrow["member_id"],$myrow["member_id"]); > >The target attribute must be outside of the quotes which contain the URL >string, as su

Re: [PHP] PHP & FRAMES Question

2001-11-15 Thread Sam Masiello
e - From: "Miles Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 12:41 PM Subject: [PHP] PHP & FRAMES Question > This has probably been dealt with before, but I'm unable to get my link to > open in the target frame

[PHP] PHP & FRAMES Question

2001-11-15 Thread Miles Thompson
This has probably been dealt with before, but I'm unable to get my link to open in the target frame, it always opens in the same frame. This line of code: printf(" %s \n", $target_url, $myrow["member_id"], $myrow["member_id"]); typically expands, when the mouse pointer is placed over it, to