[PHP] Re: possible jscript/php/frames question!!

2005-06-20 Thread JamesBenson
Ive never seen this happen with an image map. Dont this work? http://www.example.com";> bruce wrote: hi... i've got a problem where i'm trying to play with imagemaps. i created a test image map, but when i select inside the image map, i 'see' the "?x,y" from the imagemap, app

Re: [PHP] possible jscript/php/frames question!!

2005-06-18 Thread Richard Lynch
On Fri, June 17, 2005 3:47 pm, bruce said: > i've got a problem where i'm trying to play with imagemaps. i created a > test > image map, but when i select inside the image map, i 'see' the "?x,y" from > the imagemap, appended to the url in the browser address bar... i get > http://foo.com?3,5 etc..

Re: [PHP] possible jscript/php/frames question!!

2005-06-17 Thread Tom Rogers
Hi, Saturday, June 18, 2005, 8:47:58 AM, you wrote: b> hi... b> i've got a problem where i'm trying to play with imagemaps. i created a test b> image map, but when i select inside the image map, i 'see' the "?x,y" from b> the imagemap, appended to the url in the browser address bar... i get b> ht

RE: [PHP] possible jscript/php/frames question!!

2005-06-17 Thread Chris W. Parker
bruce on Friday, June 17, 2005 5:05 PM said: > chris... > > i'll humour you.. although i'm pretty sure you have no idea as to > what i'm trying to acomplish.. or how to get to my goal... > > the basic issue is to allow a user to click inside an image map, and > to translate the coordinates

RE: [PHP] possible jscript/php/frames question!!

2005-06-17 Thread bruce
TECTED]; php-general@lists.php.net Subject: RE: [PHP] possible jscript/php/frames question!! bruce on Friday, June 17, 2005 3:48 PM said: > i've got a problem where i'm trying to play with imagemaps. i created > a test image map, but when i select inside the image map, i 'see

RE: [PHP] possible jscript/php/frames question!!

2005-06-17 Thread Chris W. Parker
bruce on Friday, June 17, 2005 3:48 PM said: > i've got a problem where i'm trying to play with imagemaps. i created > a test image map, but when i select inside the image map, i 'see' the > "?x,y" from the imagemap, appended to the url in the browser address > bar... i get http://foo.com?3,5

[PHP] possible jscript/php/frames question!!

2005-06-17 Thread bruce
hi... i've got a problem where i'm trying to play with imagemaps. i created a test image map, but when i select inside the image map, i 'see' the "?x,y" from the imagemap, appended to the url in the browser address bar... i get http://foo.com?3,5 etc... is there a way to prevent this from occurin

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
FlashMovie() { var flashMovie=getFlashMovieObject(); flashMovie.StopPlay(); } Remember that if you change the name from "test1" to something else, it must be change everywhere in the functions also. HTH, Mark Cain - Original Message - From: "Ryan A" <[EMAIL PR

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

[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, The end of the world is at hand how do I know this? coz my mom wants her own site! My mom; the person who hated computers coz "those 'things' are too damn complicated"! Anyway, thought I'll do it for her to kind of repay a bit of carrying me for whole 9 months, and tough delivery etc etc.

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. ---

[PHP] frames compatibility

2004-07-03 Thread Jason Barnett
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? I'm thinking that I'd use 3 frames split like this: 1. Filelist of documents to edit 2. A document editor 3. A help in

[PHP] Frames: how to get the url of the top frame?

2003-08-27 Thread Jean-Christian IMbeault
I am providing content for an other site. My content is getting shown in side a frame. My content contains links to other content I provide. It also has forms that the user can use to submit information. The form's submit action depends on some information that the main site send to me in the u

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

[PHP] Frames and variables

2003-08-01 Thread Kalle Saarinen
Hi, 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? Thanks -Kalle -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

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] Frames

2003-03-17 Thread shaun
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, its just the frames that are p

[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

[PHP] php, frames

2002-11-16 Thread Adrian Partenie
Hello, I could use some help. I have two framed pages, upperframe.html and lowerframe.html. In upper frame.html: echo ""; echo "IDSubjectOpenClose"; while($row = MySQL_fetch_array($result)) { echo ""; echo "{$row['id']}"; ?? echo "{$row['subject']}"; echo "{$row['open']}"; ech

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 P

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? > > > -

[PHP] Frames and PHP

2002-08-15 Thread Sascha Braun
I have some links wich open a new window, wich contains some frames. Each frame selects something from a database, based on an id i put an the window open link. But the ID never enters one of my frames, it terribly stays outside, maybe in the frame set, what can I da about that? Schura

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

[PHP] frames and variables

2002-08-14 Thread victor
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 nav_frame.php (at the top) to itself, AND to the data.php frame (lower frame, main body) I can pass variables to itself, (with the "?page_name=content.htm" t

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

[PHP] Frames JavaScript and PHP

2002-07-02 Thread Beeman
I am trying to get the value of a frames path into a PHP variable. Is it possible to access DOM values from PHP?? If not how do I set a PHP variable to the value of the window.frame.path that I get in javascript? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww

RE: [PHP] Frames

2002-05-04 Thread Maxim Maletsky \(PHPBeginner.com\)
Morten Nielsen [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 04, 2002 1:12 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Frames > > Hi, > I got a page with 2 frames. In the first one I have an IMG. Is it possible > to get the URL from the second frame? > > Regards, >

[PHP] Frames

2002-05-04 Thread Morten Nielsen
Hi, I got a page with 2 frames. In the first one I have an IMG. Is it possible to get the URL from the second frame? Regards, Morten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

[PHP] PHP & Frames?

2002-02-24 Thread Jason Caldwell
I'm trying to pass vars into a php (html) file that uses FRAMES -- top, main and bottom. The TOP frame has my menu items. The MAIN frame will show the pages, and the BOTTOM frame will have my footer stuff -- Now, when I click on a menu item in the TOP frame I want the TOP and MAIN frames to upd

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

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

[PHP] Frames creating problems...

2001-12-10 Thread dhaval desai
Hello Guys, 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. I have seen this on lot of websites but now I am wondering how to do it when I am facing this problem.. Any help would be great

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
e - From: "Miles Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 12:41 PM Subject: [PHP] PHP & FRAMES Question > This has probably been dealt with before, but I'm unable to get my link to > open in the target frame

[PHP] PHP & FRAMES Question

2001-11-15 Thread Miles Thompson
This has probably been dealt with before, but I'm unable to get my link to open in the target frame, it always opens in the same frame. This line of code: printf(" %s \n", $target_url, $myrow["member_id"], $myrow["member_id"]); typically expands, when the mouse pointer is placed over it, to

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

[PHP] Frames and Sessions

2001-11-13 Thread Michael Hall
Hi All I have a client who has presented me with a near finished website that uses frames. She would like me to build a simple PHP cart into it. I've built simple carts before without drama, but this one has me baffled. I have avoided using frames in almost everything I've done to date and don't

[PHP] Frames, Sessions & Search Engines

2001-07-27 Thread Jeroen Geusebroek
Hi there, I have a question about how Search Engines handle sessions and frames. Since my site uses frames, and i think search engines link to pages individualy and not the frameset, i wanted to use sessions to indicate if a user comes from a search engine (then it doesn't have a valid session)

[PHP] Frames, PDF and links problem

2001-07-05 Thread Shrout, Ryan
Here is the problem I am facing now. I have a site, with a sort-of shopping cart but heavily modified for the job it does. The site uses 2 frames: 1 for the cart and 1 for the content. The customer has Acrobat PDF files that they want links in to add things to the 'cart'. If PDF files had the

[PHP] Frames

2001-03-16 Thread Randy Johnson
is there a way in php if a page is supposed to be in frames and the user tries to view it outside of the frame it automatically reloads the page into the frame. thanks Randy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

[PHP] Frames

2001-03-16 Thread Randy Johnson
is there a way in php if a page is supposed to be in frames and the user tries to view it outside of the frame it automatically reloads the page into the frame. thanks Randy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-