Re: [PHP] PHP & Frames?

2002-02-25 Thread William Lovaton
You have to pass the params received in index.php to the rest of the pages in the frames... eg: http://mysite.com/index.php?s=1 so, the index.php script will looks something like this: name=menu>"; name=main>"; name=foot>"; William. El lun, 25-02-2002 a las 03:03, Jason Cal

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
In your printf statement, you are targetting "sub_detl" whereas in your frameset you name the frame "sub_dtl". Naturally, these values should match. HTH Sam Masiello Software Quality Assurance Engineer Synacor (716) 853-1362 X289 [EMAIL PROTECTED] - Original Message - From: "Miles Th