Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > frames firefox and IE

Reply
Thread Tools

frames firefox and IE

 
 
Tuckbros
Guest
Posts: n/a
 
      12-19-2004
Hi everybody,
I made a small site, with frames.
And it works with firefox and not with IE.
the address of the site for those want to have a better idea of the
problem : http://tuckbros9.free.fr/Avatar/
Can someone tell me where it comes from ? or how to solve it ?
Thanks in advance.
 
Reply With Quote
 
 
 
 
Hywel Jenkins
Guest
Posts: n/a
 
      12-19-2004
In article <41c5f15c$0$9531$>,
says...
> Hi everybody,
> I made a small site, with frames.
> And it works with firefox and not with IE.
> the address of the site for those want to have a better idea of the
> problem : http://tuckbros9.free.fr/Avatar/
> Can someone tell me where it comes from ? or how to solve it ?


What does it do in FireFox that it doesn't do in IE?

Have you tried
http://validator.w3.org/check?uri=ht...ree.fr/Avatar/

Why not just drop the frames? What benefit do they give you?


--
Hywel http://kibo.org.uk/
I do not eat quiche.
 
Reply With Quote
 
 
 
 
Mitja
Guest
Posts: n/a
 
      12-19-2004
On Sun, 19 Dec 2004 22:23:38 +0100, Tuckbros <> wrote:

> Hi everybody,
> I made a small site, with frames.

http://www.html-faq.com/htmlframes/?framesareevil

> And it works with firefox and not with IE.
> the address of the site for those want to have a better idea of the
> problem : http://tuckbros9.free.fr/Avatar/
> Can someone tell me where it comes from ? or how to solve it ?
> Thanks in advance.

You may want to check your script once more.....


--
Mitja
 
Reply With Quote
 
Tuckbros
Guest
Posts: n/a
 
      12-20-2004
Don't think I want to change the structure of the site.
The question is not to remove frames, but to make them work with IE.
I am looking for why it works with firefox and not with IE.
Unless someone tell me that IE no more supports frames, I would like to
understand what is happening with the written code.



Mitja wrote:
> On Sun, 19 Dec 2004 22:23:38 +0100, Tuckbros <> wrote:
>
>> Hi everybody,
>> I made a small site, with frames.

>
> http://www.html-faq.com/htmlframes/?framesareevil
>
>> And it works with firefox and not with IE.
>> the address of the site for those want to have a better idea of the
>> problem : http://tuckbros9.free.fr/Avatar/
>> Can someone tell me where it comes from ? or how to solve it ?
>> Thanks in advance.

>
> You may want to check your script once more.....
>
>

 
Reply With Quote
 
Tuckbros
Guest
Posts: n/a
 
      12-20-2004
I can see many errors in the code, with the link you provided, but I
will paste here the main code, and I would like to know where are
mistakes. in the frame called titre there is also a change of the frame
main, but it is done with a javascript and it changes the 3 frames. this
works in IE. I will see if it changes something to use a similar script
to change the frame. I did and nothing changed. so here are the codes.
if someone can help.


index.php :

<?php
include "html/sess.inc";
session_start();
$_SESSION[marche]='ok';
session_write_close();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title> Avatar</title>
</head>
<frameset bordercolor="red" rows="15%,80%">
<frame src="html/titre.php?from=index" name="titre">
<frameset cols="20%,60%,20%">
<frame src="html/menu.php?from=index" name="menu">
<frame src="html/main.php?from=index" name="main">
<frame src="html/couleur.php?from=index" name="couleur">
</frameset>
</frameset>
</html>




here is the page generated with menu.php :

<html>
<head>
<title> Menu</title>
</head>
<body bgcolor="black" text="white" link="blue" vlink="green" alink="red">
<h1>visages</h1>
<a href="main.php?change=visage1.png&from=menu" target="main"><img
src="mini.php?ou=menu&quoi=visages/visage1.png">visage1.png</a><br>
<a href="main.php?change=visage2.png&from=menu" target="main"><img
src="mini.php?ou=menu&quoi=visages/visage2.png">visage2.png</a><br>
<a href="main.php?change=visage3.png&from=menu" target="main"><img
src="mini.php?ou=menu&quoi=visages/visage3.png">visage3.png</a><br>
<a href="main.php?change=defaut.PNG&from=menu" target="main"><img
src="mini.php?ou=menu&quoi=visages/defaut.PNG">defaut.PNG</a><br>
</body>

</html>



and now the code of the frame called "main" when it doesn't want to
change the display :

<html>
<head>
<title> Main</title>
</head>
<body bgcolor="black" text="white" link="blue" vlink="green" alink="red">
<h1>Avatar</h1><a href="save.php"><img src="image.php"></a></body>
</html>









Hywel Jenkins wrote:
> In article <41c5f15c$0$9531$>,
> says...
>
>>Hi everybody,
>>I made a small site, with frames.
>>And it works with firefox and not with IE.
>>the address of the site for those want to have a better idea of the
>>problem : http://tuckbros9.free.fr/Avatar/
>>Can someone tell me where it comes from ? or how to solve it ?

>
>
> What does it do in FireFox that it doesn't do in IE?
>
> Have you tried
> http://validator.w3.org/check?uri=ht...ree.fr/Avatar/
>
> Why not just drop the frames? What benefit do they give you?
>
>

 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      12-20-2004
Tuckbros wrote.

> Don't think I want to change the structure of the site.
> The question is not to remove frames, but to make them work with IE.
> I am looking for why it works with firefox and not with IE.


I am yet to be shown what exactly does not work with IE. As far as I can see
the page is identical in firefox and IE.

What versions of browsers and please post a screenshot of what you think is
wrong.

Please do not top post.

--
Cheers
Richard.


 
Reply With Quote
 
Tuckbros
Guest
Posts: n/a
 
      12-21-2004
Thanks to grogu
as the image is created in php and is updated with each clic, he
suggested to change the name of the image with a variable. So I call at
first image.php, then "image.php?1" "image.php?2"...
such names make sure that IE will reload it.

Who can tell me what header I must choose to prevent IE to cache this
picture, I tried META with PRAGMA, EXPIRES, and another, but none gave
the wanted result.
can someone give me some piece of explanation ?
 
Reply With Quote
 
Steve Pugh
Guest
Posts: n/a
 
      12-21-2004
On Tue, 21 Dec 2004 01:51:57 +0100, Tuckbros <> wrote:

>Who can tell me what header I must choose to prevent IE to cache this
>picture, I tried META with PRAGMA, EXPIRES, and another, but none gave
>the wanted result.
>can someone give me some piece of explanation ?


http://www.mnot.net/cache_docs/

Steve

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
having a problem with scrolling frames as if no frames surfunbear@yahoo.com HTML 0 03-08-2006 09:54 PM
Frames and borders around specific frames meyousikmann@yahoo.com HTML 1 02-10-2006 11:12 PM
Frames or not Frames... Ale HTML 17 08-05-2005 12:10 AM
Link needed to go from a non-frames page to a Frames page, and load a particular frame. How? - Newbe Philip HTML 3 06-28-2004 03:06 PM
From Frames to no frames? Powerslave2112 HTML 2 01-20-2004 10:30 PM



Advertisments