I apologize, I meant to add a new message, not respond to the copy tables
message.

-----Original Message-----
From: Edward Peloke [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 2:30 PM
To: PHP
Subject: RE: [PHP] copying tables


Is anyone using php and iframes?  I have a php script

 <?
  $clientreqid2=$clientreqid;
  $bidhist2=$bidhist;


  echo "<iframe width=95% height=90%
src=\"auction.php?clientreqid=$clientreqid2&bidhist=$bidhist2\"
frameborder=0  ></iframe>";


?>

The script within the frame, auction.php, has buttons that when clicked
sends parameters back to this iframe script which calls the auction.php
script again with the new parameters.  Everything works fine, the only
problem is as I click the buttons, each time the frame gets smaller and
smaller.

Any suggestions?

Thanks,
Eddie


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to