Re: [PHP] IFRAMES & PHP

2003-01-27 Thread Greg
> > > > > > > iframetest.htm > > > > > > > > > > > - Original Message - > From: "John W. Holmes" <[EMAIL PROTECTED]> > To: "'Greg'" <[EMAIL PROTECTED]>; <[EMAI

Re: [PHP] IFRAMES & PHP

2003-01-27 Thread adrian [EMAIL PROTECTED]
} document.form1.submit(); } ' . $_POST['one_copy']; } ?> iframetest.htm - Original Message - From: "John W. Holmes" <[EMAIL PROTECTED]> To: "'Greg'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent

RE: [PHP] IFRAMES & PHP

2003-01-27 Thread Jon Haworth
Hi Greg, > But the buttons are outside of the iframe, so that no matter how > large the frame gets, the buttons are always in the same place :/ So stick an image of the button outside the , wrap it in an , and use the onclick handler to call a javascript function that submits the form. Of course

Re: [PHP] IFRAMES & PHP

2003-01-27 Thread Sean Burlington
Greg wrote: Unfortunatly, that gets rid of the reason I have the iframe in there to begin with. I need a scrollable iframe with a set of buttons that perform certain actions at the top, that have to always be at the top. -Greg in that case you either need to try getting some javascript to pas

Re: [PHP] IFRAMES & PHP

2003-01-27 Thread Greg
But the buttons are outside of the iframe, so that no matter how large the frame gets, the buttons are always in the same place :/ -Greg "John W. Holmes" <[EMAIL PROTECTED]> wrote in message 000501c2c629$f98c8590$7c02a8c0@coconut">news:000501c2c629$f98c8590$7c02a8c0@coconut... > > Unfortunatly, th

RE: [PHP] IFRAMES & PHP

2003-01-27 Thread John W. Holmes
> Unfortunatly, that gets rid of the reason I have the iframe in there to > begin with. I need a scrollable iframe with a set of buttons that perform > certain actions at the top, that have to always be at the top. > -Greg Then put the entire into the iframe. ---John W. Holmes... PHP Architect

Re: [PHP] IFRAMES & PHP

2003-01-27 Thread Chris Boget
> It's probably an HTML thing. I don't know how iframes are interpreted, > but it's probably not really a part of your form, even though it looks > like it is when you view it. The contents of an IFRAME, by definition, is a totally different document. It behaves for all intents and purposes as a n

Re: [PHP] IFRAMES & PHP

2003-01-27 Thread Greg
Unfortunatly, that gets rid of the reason I have the iframe in there to begin with. I need a scrollable iframe with a set of buttons that perform certain actions at the top, that have to always be at the top. -Greg "Sean Burlington" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[E

RE: [PHP] IFRAMES & PHP

2003-01-27 Thread John W. Holmes
> Here's the basic layout of my html page, this isn't the real html, just > the > basic idea. > > > > > > > > > > > > Now inside iframetest.php I have a few check boxes that I want test.php to > be able to access. Is there any way to do this? If you set a hidden form element in iframet

Re: [PHP] IFRAMES & PHP

2003-01-27 Thread Sean Burlington
Greg wrote: Here's the basic layout of my html page, this isn't the real html, just the basic idea. Now inside iframetest.php I have a few check boxes that I want test.php to be able to access. Is there any way to do this? Thanks!! not directly .. the form does not 'contain' the

Re: [PHP] IFRAMES & PHP

2003-01-27 Thread Greg
Here's the basic layout of my html page, this isn't the real html, just the basic idea. Now inside iframetest.php I have a few check boxes that I want test.php to be able to access. Is there any way to do this? Thanks!! "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message [EMAIL PRO

Re: [PHP] IFRAMES & PHP

2003-01-27 Thread Chris Shiflett
--- Greg <[EMAIL PROTECTED]> wrote: > Hi, I have a form with an IFRAME nested in it. When > the form is submitted, I can't get the values of the > checkboxes in the IFRAME, is there any way to do > this? Well, I think (I could be wrong) you're looking at this wrong. Forms submit to resources iden