internet explorer and frontpage: bugs?

O

oeildelynx

Hello,

I didn't find any solution in french newsgroup.
www.info-radiologie.ch is a non-commercial web site written in
frontpage2003. We bought a license to get menu from opencube. Unfortunately
from this time buttons from internet explorer 6 doesn't work any more
properly. The "previous" or "back" and "forward" button of internet explorer
cannot be utilized after a while when you are within the web site.
Anybody have an idea of the problem?
thanks
best regards
 
S

Steve Easton

If the pages are opening in a new window, the new window won't have any
"history" and the back / forward buttons will not work because there's
nothing for them to go Forward or Back to.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
O

oeildelynx

Hello steve,

I like this idea. Sounds great and logical.
Unfortunatele I didn't see where I open a new window:

From infinite open cube I get something like that:

<div><div style="width:148px;top:0px;left:2px;"><ul style="">
<li><a href="sample_link.html" target="_new">Radiographie</a></li>

ans I modify it:
<!-- ****** Menu Structure & Links ***** -->
<div><div><div style="display:none;"><ul id="imenus0" style="width:900px">
<li style="width:100px;"><a href="index.htm">Accueil</a>

<div><div style="width:150px;top:;left:;"><ul style="">
<li><a href="sitemap.htm">Carte du site</a></li>
</ul></div></div></li>


<li style="width:125px;"><a href="unpeudetechnique.htm">Examens</a>

<div><div style="width:148px;top:0px;left:1px;"><ul style="">
<li><a href="t_rayons_X.htm">Radiographie</a></li>
<li><a href="mammographie.htm">Mammographie</a></li>
<li><a href="t_echographie.htm">Echographie</a></li>
<li><a href="t_cat-scan.htm">Scanner</a></li>
<li><a href="#">IRM</a>

<div><div style="width:150px;top:-18px;left:138px;"><ul style="">
<li><a href="t_irm.htm">Generalites</a></li>
<li><a href="IRM_ouverte.htm">IRM ouverte</a></li>
<li><a href="irm_haut_champ.htm">IRM à haut champs</a></li>
</ul></div></div></li>


<li><a href="transit.htm">Transit</a></li>
<li><a href="lavement.htm">Lavement</a></li>
<li><a href="t_enteroclyse.htm">Enteroclyse</a></li>
<li><a href="technique_urographie.htm">Urographie</a></li>
<li><a href="t_arteriographie.htm">Explorations vasculaires
invasives</a></li>
<li><a href="t_peritoneographie.htm">Peritoneographie</a></li>
<li><a href="t_arthrographie.htm">Arthrographie</a></li>
</ul></div></div></li>


Did I make a big mistake or it's not the reason of the problem?

Thanks in advance for the answer

best regards
 
T

Thomas A. Rowe

Remove any of these: target="_new"

Also check you pages to be sure that you do not have a Base Target Value set in the head section.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
O

oeildelynx

Hello,

There are no target="_new". Period!

At the bottom of every page, we can find:
<font face="Small Fonts"><font size="1"><font color="#FFFFFF">
<b>Conditions d'utilisations du
site / avertissement:</b></font><font color="#9EE461">
<b> </b></font><a target="_blank" href="notice_legale.htm"><font
color="#9EE461">cliquer ici</font></a></font><b><small><font size="1"><font
color="#800000">
</font><font color="#FFFFFF">- </font></font> </small>
It seems to me ok?

Also check you pages to be sure that you do not have a Base Target Value set
in the head section.
<head>
<meta http-equiv="Content-Language" content="fr-ch">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>informations sur la radiologie</title>
<meta name="keywords"
content="preparation,complications,indications,technique,IRM,echographie,mammographie,scanner,transit,lavement,urographie,arthrographie">
<meta name="description" content="le but du site est de fournir des
informations (indications,preparation,deroulement,complication) sur les
examens utilisees en radiologie ">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<script language="JavaScript">
<!--
function FP_swapImg() {//v1.0
var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2;
n<args.length;
n+=2) { elm=FP_getObjectByID(args[n]); if(elm) {
doc.$imgSwaps[doc.$imgSwaps.length]=elm;
elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs=new Image;
d.FP_imgs.src=a; }
}

function FP_getObjectByID(id,o) {//v1.0
var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById)
el=o.getElementById(id);
else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return
el; } }
return null;
}
// -->
</script>
<meta name="Microsoft Theme" content="none">
<meta name="Microsoft Border" content="none, default">
</head>
Is there a mistake?

Other ideas?

thanks in advance for your answers.
 
R

Ronx

I tried a random sampleof your pages and none opened in a new window, except
the legal notice at the bottom of each page. This has target="_blank" in
the link, and will always open a new page.
Apart from this, are there any specific links that open a new window, or
where the Back button loses its function?
Any link that has a target specified (except target="_self") will open a new
window when clicked from the main browser window.
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

oeildelynx said:
Hello,

There are no target="_new". Period!

At the bottom of every page, we can find:
<font face="Small Fonts"><font size="1"><font color="#FFFFFF">
<b>Conditions d'utilisations du
site / avertissement:</b></font><font color="#9EE461">
<b> </b></font><a target="_blank" href="notice_legale.htm"><font
color="#9EE461">cliquer ici</font></a></font><b><small><font size="1"><font
color="#800000">
</font><font color="#FFFFFF">- </font></font> </small>
It seems to me ok?

Also check you pages to be sure that you do not have a Base Target Value set
in the head section.
<head>
<meta http-equiv="Content-Language" content="fr-ch">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>informations sur la radiologie</title>
<meta name="keywords"
content="preparation,complications,indications,technique,IRM,echographie,mam
mographie,scanner,transit,lavement,urographie,arthrographie">
<meta name="description" content="le but du site est de fournir des
informations (indications,preparation,deroulement,complication) sur les
examens utilisees en radiologie ">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<script language="JavaScript">
<!--
function FP_swapImg() {//v1.0
var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2;
n<args.length;
n+=2) { elm=FP_getObjectByID(args[n]); if(elm) {
doc.$imgSwaps[doc.$imgSwaps.length]=elm;
elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs=new Image;
d.FP_imgs.src=a; }
}

function FP_getObjectByID(id,o) {//v1.0
var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById)
el=o.getElementById(id);
else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return
el; } }
return null;
}
// -->
</script>
<meta name="Microsoft Theme" content="none">
<meta name="Microsoft Border" content="none, default">
</head>
Is there a mistake?

Other ideas?

thanks in advance for your answers.


--
oeildelynx


"Thomas A. Rowe" a écrit :
Remove any of these: target="_new"

Also check you pages to be sure that you do not have a Base Target Value set in the head section.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
S

Steve Easton

There was in the code you posted.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

oeildelynx said:
Hello,

There are no target="_new". Period!

At the bottom of every page, we can find:
<font face="Small Fonts"><font size="1"><font color="#FFFFFF">
<b>Conditions d'utilisations du
site / avertissement:</b></font><font color="#9EE461">
<b> </b></font><a target="_blank" href="notice_legale.htm"><font
color="#9EE461">cliquer ici</font></a></font><b><small><font size="1"><font
color="#800000">
</font><font color="#FFFFFF">- </font></font> </small>
It seems to me ok?

Also check you pages to be sure that you do not have a Base Target Value set
in the head section.
<head>
<meta http-equiv="Content-Language" content="fr-ch">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>informations sur la radiologie</title>
<meta name="keywords"
content="preparation,complications,indications,technique,IRM,echographie,mammographie,scanne
r,transit,lavement,urographie,arthrographie">
<meta name="description" content="le but du site est de fournir des
informations (indications,preparation,deroulement,complication) sur les
examens utilisees en radiologie ">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<script language="JavaScript">
<!--
function FP_swapImg() {//v1.0
var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2;
n<args.length;
n+=2) { elm=FP_getObjectByID(args[n]); if(elm) {
doc.$imgSwaps[doc.$imgSwaps.length]=elm;
elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs=new Image;
d.FP_imgs.src=a; }
}

function FP_getObjectByID(id,o) {//v1.0
var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById)
el=o.getElementById(id);
else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return
el; } }
return null;
}
// -->
</script>
<meta name="Microsoft Theme" content="none">
<meta name="Microsoft Border" content="none, default">
</head>
Is there a mistake?

Other ideas?

thanks in advance for your answers.


--
oeildelynx


"Thomas A. Rowe" a écrit :
Remove any of these: target="_new"

Also check you pages to be sure that you do not have a Base Target Value set in the head section.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
O

oeildelynx

Hello Steve,

What do you mean by " There was in the code you posted" and where?
Two minutes ago I double check every link, blank space and m instead M,
etc....
No solution founded.
I get depressed.....
Thanks for help

oeildelynx


"Steve Easton" a écrit :
There was in the code you posted.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

oeildelynx said:
Hello,

There are no target="_new". Period!

At the bottom of every page, we can find:
<font face="Small Fonts"><font size="1"><font color="#FFFFFF">
<b>Conditions d'utilisations du
site / avertissement:</b></font><font color="#9EE461">
<b> </b></font><a target="_blank" href="notice_legale.htm"><font
color="#9EE461">cliquer ici</font></a></font><b><small><font size="1"><font
color="#800000">
</font><font color="#FFFFFF">- </font></font> </small>
It seems to me ok?

Also check you pages to be sure that you do not have a Base Target Value set
in the head section.
<head>
<meta http-equiv="Content-Language" content="fr-ch">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>informations sur la radiologie</title>
<meta name="keywords"
content="preparation,complications,indications,technique,IRM,echographie,mammographie,scanne
r,transit,lavement,urographie,arthrographie">
<meta name="description" content="le but du site est de fournir des
informations (indications,preparation,deroulement,complication) sur les
examens utilisees en radiologie ">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<script language="JavaScript">
<!--
function FP_swapImg() {//v1.0
var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2;
n<args.length;
n+=2) { elm=FP_getObjectByID(args[n]); if(elm) {
doc.$imgSwaps[doc.$imgSwaps.length]=elm;
elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs=new Image;
d.FP_imgs.src=a; }
}

function FP_getObjectByID(id,o) {//v1.0
var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById)
el=o.getElementById(id);
else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return
el; } }
return null;
}
// -->
</script>
<meta name="Microsoft Theme" content="none">
<meta name="Microsoft Border" content="none, default">
</head>
Is there a mistake?

Other ideas?

thanks in advance for your answers.


--
oeildelynx


"Thomas A. Rowe" a écrit :
Remove any of these: target="_new"

Also check you pages to be sure that you do not have a Base Target Value set in the head section.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

Hello steve,

I like this idea. Sounds great and logical.
Unfortunatele I didn't see where I open a new window:

From infinite open cube I get something like that:

<div><div style="width:148px;top:0px;left:2px;"><ul style="">
<li><a href="sample_link.html" target="_new">Radiographie</a></li>

ans I modify it:
<!-- ****** Menu Structure & Links ***** -->
<div><div><div style="display:none;"><ul id="imenus0" style="width:900px">
<li style="width:100px;"><a href="index.htm">Accueil</a>

<div><div style="width:150px;top:;left:;"><ul style="">
<li><a href="sitemap.htm">Carte du site</a></li>
</ul></div></div></li>


<li style="width:125px;"><a href="unpeudetechnique.htm">Examens</a>

<div><div style="width:148px;top:0px;left:1px;"><ul style="">
<li><a href="t_rayons_X.htm">Radiographie</a></li>
<li><a href="mammographie.htm">Mammographie</a></li>
<li><a href="t_echographie.htm">Echographie</a></li>
<li><a href="t_cat-scan.htm">Scanner</a></li>
<li><a href="#">IRM</a>

 
Top