Re: [PHP] Frames or iframes? (Basically "The devil or deap sea" or "A rock and a hard place" etc) - - - -> (0T)

2005-06-05 Thread Ryan A
/* Personally I reckon: a) you should simplify that flash banner quite a bit. It keeps animating for a long time(forever?). You're drawing the readers attention away from the site, and to a flash banner. I think for subsequent pages, there should be no animation(at all), and for the initial page it

Re: [PHP] Frames or iframes? (Basically "The devil or deap sea" or "A rock and a hard place" etc) - - - -> (0T)

2005-06-05 Thread Rory Browne
On 6/4/05, Ryan A <[EMAIL PROTECTED]> wrote: > Hey, > > > >>.swf files are not cached by the browsers? Seems they are, so you > > don't > > >>need to care about frames. Simply output the html needed to load the > > >>flash file each time, the flash will be downloaded only once. > .. > > >

Re: [PHP] Frames or iframes? (Basically "The devil or deap sea" or "A rock and a hard place" etc) - - - -> (0T)

2005-06-04 Thread Marek Kilimajer
Ryan A wrote: Hey, Thanks for replying. Since its a forum and she is not doing any advertising its important the search engines index the site properly or shes going to have a big forum with no visitors. Then I read that the search engines dont like frames muchso I was thinking of

Re: [PHP] Frames or iframes? (Basically "The devil or deap sea" or "A rock and a hard place" etc) - - - -> (0T)

2005-06-04 Thread JamesBenson
You could write a script which uses a cookie to remember which users have seen the animation or not, I personally wouldnt use frames but thats just my opinion. Ryan A wrote: On 6/4/2005 5:30:14 PM, Marek Kilimajer ([EMAIL PROTECTED]) wrote: Ryan A wrote: I had a real good flash header

Re: [PHP] Frames or iframes? (Basically "The devil or deap sea" or "A rock and a hard place" etc) - - - -> (0T)

2005-06-04 Thread Mark Cain
perhaps you can change the swf to non-play state with a JavaScript on all of the pages other than the first one. in the swf OBJECT tag have the following "id" tag: id="test1" in the EMBED tag have the following "name" tag: NAME="test1" in the body of all pages other than the first Somewhere i

RE: [PHP] Frames or iframes? (Basically "The devil or deap sea" or "A rock and a hard place" etc) - - - -> (0T)

2005-06-04 Thread Ryan A
Hey, Thanks for replying. > > Since its a forum and she is not doing any advertising its important the search engines index the site > > properly or shes going to have a big forum with no visitors. Then I read that the search engines dont like > > frames muchso I was thinking of using iframes

RE: [PHP] Frames or iframes? (Basically "The devil or deap sea" or "A rock and a hard place" etc) - - - -> (0T)

2005-06-04 Thread Murray @ PlanetThoughtful
> Since its a forum and she is not doing any advertising its important the > search engines index the site > properly or shes going to have a big forum with no visitors. > Then I read that the search engines dont like frames muchso I was > thinking of using iframes and > then I read about the "

Re: [PHP] Frames or iframes? (Basically "The devil or deap sea" or "A rock and a hard place" etc) - - - -> (0T)

2005-06-04 Thread Ryan A
Hey, > >>.swf files are not cached by the browsers? Seems they are, so you > don't > >>need to care about frames. Simply output the html needed to load the > >>flash file each time, the flash will be downloaded only once. .. > > Yep, but the animation and the intro music will play each tim

Re: [PHP] Frames or iframes? (Basically "The devil or deap sea" or "A rock and a hard place" etc) - - - -> (0T)

2005-06-04 Thread Marek Kilimajer
Ryan A wrote: On 6/4/2005 5:30:14 PM, Marek Kilimajer ([EMAIL PROTECTED]) wrote: Ryan A wrote: I had a real good flash header which she too liked, so I modified the header and she really liked it, problem is, its around 230kb to load, so I thought I'll put it in a frame (top frame ->

Re: [PHP] Frames or iframes? (Basically "The devil or deap sea" or "A rock and a hard place" etc) - - - -> (0T)

2005-06-04 Thread Ryan A
On 6/4/2005 5:30:14 PM, Marek Kilimajer ([EMAIL PROTECTED]) wrote: > Ryan A wrote: > > > > I had a real good flash header which she too liked, so I modified the > header > > and she really liked it, > > problem is, its around 230kb to load, so I thought > I'll put it in a frame > > (top frame -> h

Re: [PHP] Frames or iframes? (Basically "The devil or deap sea" or "A rock and a hard place" etc) - - - -> (0T)

2005-06-04 Thread Marek Kilimajer
Ryan A wrote: I had a real good flash header which she too liked, so I modified the header and she really liked it, problem is, its around 230kb to load, so I thought I'll put it in a frame (top frame -> header, bottom frame-> content and forum) so the flash part won't reload on each page reques

Re: [PHP] frames compatibility

2004-07-03 Thread raditha dissanayake
Jason Barnett wrote: Hey all, I'm working on a project and considering splitting up the pages into frames. I'm mostly wondering are the frames implementations across browsers relatively similar? might want to try this in an html list. -- Raditha Dissanayake. ---

RE: [PHP] Frames and variables

2003-08-01 Thread Jay Blanchard
[snip] I have a site that uses frames. On one frame i have buttons to select the language. When user hits the button to select the language it is supposed to change in both frames. Any idea how to do this? [/snip] Please read http://www.w3.org/TR/html4/present/frames.html -- PHP General Mailing

Re: [PHP] Frames

2003-03-17 Thread Ernest E Vogelsinger
At 13:29 17.03.2003, shaun said: [snip] >I am designing a system which will have a different menu option for >different users i.e. admin/standard etc. > >If I am using frames how could I change the page a user sees in the top >frame for each different type of

Re: [PHP] Frames

2003-03-17 Thread Chris Hayes
At 13:29 17-3-03, you wrote: Hi, I am designing a system which will have a different menu option for different users i.e. admin/standard etc. If I am using frames how could I change the page a user sees in the top frame for each different type of user? I know how to do this with standard pages, it

[PHP] Re: php, frames

2002-11-16 Thread Aaron
Adrian, one thing you can do is point the tag to a target of the lower frame and in the lower frame you can look for the tableID and get the information from the database. echo "{$row['id']}"; then you could do something like: if ($tableID) { $query = mysql_query("SELECT......WHERE tab

RE: [PHP] Frames and PHP

2002-08-15 Thread Brian V Bonini
Are you saying $id is not passed some of your frames content but not others or it does nto get passed at all? > -Original Message- > From: Sascha Braun [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 4:34 PM > To: PHP Mailingliste > Subject: [PHP] Frames and PHP > > > I have

Re: [PHP] Frames and PHP

2002-08-15 Thread Sascha Braun
Now my frameset looks like this: works fine! - Original Message - From: "Brian V Bonini" <[EMAIL PROTECTED]> To: "Sascha Braun" <[EMAIL PROTECTED]>; "PHP Mailingliste" <[EMAIL PROTECTED]> Sent: Thursday, August 15,

Re: [PHP] Frames and PHP

2002-08-15 Thread Sascha Braun
<[EMAIL PROTECTED]>; "PHP Mailingliste" <[EMAIL PROTECTED]> Sent: Thursday, August 15, 2002 11:09 PM Subject: RE: [PHP] Frames and PHP > Are you saying $id is not passed some of your frames content but not others > or it does nto get passed at all? > > > -

Re: [PHP] frames and variables

2002-08-14 Thread @ Edwin
I think one of the (if not THE) best implementation of frames with PHP/Javascript (HTML,CSS...) is phpmyadmin... http://www.phpmyadmin.net/ Of course, there could be a lot of others... - E > >The only way to talk to multiple frames is with javascript. yuk. > >Justin French > > >on 15/08/0

RE: [PHP] frames and variables

2002-08-14 Thread vic
You gotta be kidding me! - Vic -Original Message- From: Justin French [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 12:49 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] frames and variables The only way to talk to multiple frames is with javascript. yuk

Re: [PHP] frames and variables

2002-08-14 Thread Justin French
The only way to talk to multiple frames is with javascript. yuk. Justin French on 15/08/02 2:37 PM, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > Has anyone here designed php sites that use a combination of php pages > and html pages? > > What I want to know is how to pass a variable from

RE: [PHP] Frames JavaScript and PHP

2002-07-02 Thread Lazor, Ed
PHP is server-side. You're discussing client-side issues. You'll need to find a way of submitting the information to the server and then PHP can process it from there. -Original Message- I am trying to get the value of a frames path into a PHP variable. Is it possible to access DOM valu

RE: [PHP] Frames

2002-05-04 Thread Maxim Maletsky \(PHPBeginner.com\)
Yes, But this is a JavaScript problem. Please ask elsewhere or look at the Google. Also, take a look here: http://developer.irt.org/script/script.htm Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins > -Original Message- > From: Morten Ni

Re: [PHP] Frames creating problems...

2001-12-10 Thread Stefan Rusterholz
If you have the whole in frame A and want the result in frame B then use If you have the form in frame A and the "search" button in frame B then you'll have to use JavaScript To: <[EMAIL PROTECTED]> Sent: Monday, December 10, 2001 4:03 PM Subject: [PHP] Frames creating problems... > Hello Gu

Re: [PHP] Frames creating problems...

2001-12-10 Thread Paul Burney
on 12/10/01 10:03 AM, dhaval desai at [EMAIL PROTECTED] wrote: > Well I have a website with frames. The problem here is > that I have a serach box in the top frame and I want > the results to be displayed in the other frame. This isn't the appropriate forum for the question since it isn't php re

Re: [PHP] Frames creating problems...

2001-12-10 Thread Jon Farmer
> Well I have a website with frames. The problem here is > that I have a serach box in the top frame and I want > the results to be displayed in the other frame. Javascript! Use the OnCLick event of a button to take the value of the textbox and update the href of the other frame passing the conte

Re: [PHP] Frames and Sessions

2001-11-13 Thread Rodolfo Gonzalez
On Tue, 13 Nov 2001, Martín Marqués wrote: > > I have tried starting a session in the main frameset file, then adding > > to the URLs of the frame files, which sort of works but breaks > > where JavaScript is used for buttons in one of the frames. JavaScript > > doesn't seem to cope with the PHP