RE: [PHP] updating a frame from within php...

2004-08-11 Thread Matthew Sims
> in the event the user disbales j'script, i'm looking for an alternative... You can't substitute PHP for javascript. Their functionalities are completely different. > > in my case, it should be pretty easy, because i'm looking to reload the > entire page into the "_top"/"parent" frame/window. ho

Re: [PHP] updating a frame from within php...

2004-08-11 Thread John Nichel
bruce wrote: in the event the user disbales j'script, i'm looking for an alternative... in my case, it should be pretty easy, because i'm looking to reload the entire page into the "_top"/"parent" frame/window. however, when i send the header, it gets interpreted as reloading in the same frame. whi

RE: [PHP] updating a frame from within php...

2004-08-11 Thread Ed Lazor
> -Original Message- > in the event the user disbales j'script, i'm looking for an alternative... There is none. Assuming the client has disabled everything on their end means you only have HTML to work with in presenting content. Are you understanding this concept? Btw, I forgot to men

RE: [PHP] updating a frame from within php...

2004-08-11 Thread bruce
ay, August 11, 2004 11:23 AM To: 'Scot L. Harris'; [EMAIL PROTECTED] Subject: RE: [PHP] updating a frame from within php... > Have been trying to find a way to do this myself. One idea I had to do > this from within PHP was to define the nav frame as a function which > would

RE: [PHP] updating a frame from within php...

2004-08-11 Thread Ed Lazor
> Have been trying to find a way to do this myself. One idea I had to do > this from within PHP was to define the nav frame as a function which > would be called based on the actions in the main window. The nav frame > function would use the target elements to send their output to the > correct f

Re: [PHP] updating a frame from within php...

2004-08-11 Thread John Nichel
Scot L. Harris wrote: Have been trying to find a way to do this myself. One idea I had to do this from within PHP was to define the nav frame as a function which would be called based on the actions in the main window. The nav frame function would use the target elements to send their output to

Re: [PHP] updating a frame from within php...

2004-08-11 Thread Matthew Sims
> On Wed, 2004-08-11 at 00:13, Matthew Sims wrote: >> > hi... >> > >> > this probably doens't belong here.. but i'll try! >> > >> > i have a two frame window. when the user logs into the 'main' window, >> i >> > want >> > to be able to 'update' the 'main' window and then hte 'nav' window. >> some >

Re: [PHP] updating a frame from within php...

2004-08-11 Thread Scot L. Harris
On Wed, 2004-08-11 at 00:13, Matthew Sims wrote: > > hi... > > > > this probably doens't belong here.. but i'll try! > > > > i have a two frame window. when the user logs into the 'main' window, i > > want > > to be able to 'update' the 'main' window and then hte 'nav' window. some > > underlying v

Re: [PHP] updating a frame from within php...

2004-08-10 Thread Matthew Sims
> hi... > > this probably doens't belong here.. but i'll try! > > i have a two frame window. when the user logs into the 'main' window, i > want > to be able to 'update' the 'main' window and then hte 'nav' window. some > underlying vars are getting set, and i need to be be able to refresh > elemen

[PHP] updating a frame from within php...

2004-08-10 Thread bruce
hi... this probably doens't belong here.. but i'll try! i have a two frame window. when the user logs into the 'main' window, i want to be able to 'update' the 'main' window and then hte 'nav' window. some underlying vars are getting set, and i need to be be able to refresh elements/links in the