OVH Cloud OVH Cloud

dedirection : problème affichage

6 réponses
Avatar
LE TROLL
Bonjour,

En redirection j'ai un problème d'affichage d'images, en effet, si je
clique sur l'hyperlien (comme si j'appelais dans la zone de saisie donc),
tout se passe bien, les images s'affiches, soit:

http://www.manuscritdepot.com/a.joseph-attila-pusztay.1.htm

Mais si je fais un redirection, certaines images ne s'affichent pas, quand
ce n'est pas toutes, y a-t-il un moyen de remédier à ça ???

<html> <head> </head>
<body>
<script language="JavaScript">
window.location='http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm/'
</script>
<! avec "TEXT/javascript" Ça ne marche PAS !!!>
</body>
</html>

A cette adresse:
http://irolog.free.fr/romans.htm


--
Merci beaucoup, au revoir et à bientôt :o)
------
Site de MES LOGICIELS
http://irolog.free.fr
Site éditeur MES ROMANS édités
Le serpent
http://www.manuscritdepot.com/a.joseph-attila-pusztay.1.htm
Le Gaulois
http://manuscritdepot.com/a.joseph-attila-pusztay.2.htm
mon adresse EMail
http://irolog.free.fr/ecrire/index.htm
------------------------------------------------------------------------------------

6 réponses

Avatar
Francis Spiesser
Bonjour,

En redirection j'ai un problème d'affichage d'images, en effet, si je
clique sur l'hyperlien (comme si j'appelais dans la zone de saisie donc),
tout se passe bien, les images s'affiches, soit:

http://www.manuscritdepot.com/a.joseph-attila-pusztay.1.htm

Mais si je fais un redirection, certaines images ne s'affichent pas, quand ce
n'est pas toutes, y a-t-il un moyen de remédier à ça ???

<html> <head> </head>
<body>
<script language="JavaScript">
window.location='http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm/'
</script>
<! avec "TEXT/javascript" Ça ne marche PAS !!!>
</body>
</html>

A cette adresse:
http://irolog.free.fr/romans.htm


Tu peux déja essayer avec :
window.location.href='http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm';

au besoin, pour blouser les caches, tu peux tenter

var d = new Date();
window.location.href='http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm?'+d.getTime()

--
______
Francis (enlever .NIPUBNISOUMIS)
"Dans toute statistique, l'inexactitude du nombre est compensée par la
précision des décimales." Alfred Sauvy

Avatar
LE TROLL
Merci beaucoup, ça, ça marche:

<script language="javascript">
window.location.href='http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm';
</script>

Mais maintenant, comment faire pour ouvrir 2 pages d'un seul appel, soit :

window.location.href='http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm';
window.location.href='http://manuscritdepot.com/a.joseph-attila-pusztay.2.htm';

???
--
Merci beaucoup, au revoir et à bientôt :o)
------
Site de MES LOGICIELS
http://irolog.free.fr
Site éditeur MES ROMANS édités
Le serpent
http://www.manuscritdepot.com/a.joseph-attila-pusztay.1.htm
Le Gaulois
http://manuscritdepot.com/a.joseph-attila-pusztay.2.htm
mon adresse EMail
http://irolog.free.fr/ecrire/index.htm
------------------------------------------------------------------------------------
"Francis Spiesser" a
écrit dans le message de news:

Bonjour,

En redirection j'ai un problème d'affichage d'images, en effet, si je
clique sur l'hyperlien (comme si j'appelais dans la zone de saisie donc),
tout se passe bien, les images s'affiches, soit:

http://www.manuscritdepot.com/a.joseph-attila-pusztay.1.htm

Mais si je fais un redirection, certaines images ne s'affichent pas,
quand ce n'est pas toutes, y a-t-il un moyen de remédier à ça ???

<html> <head> </head>
<body>
<script language="JavaScript">
window.location='http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm/'
</script>
<! avec "TEXT/javascript" Ça ne marche PAS !!!>
</body>
</html>

A cette adresse:
http://irolog.free.fr/romans.htm


Tu peux déja essayer avec :
window.location.href='http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm';

au besoin, pour blouser les caches, tu peux tenter

var d = new Date();
window.location.href='http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm?'+d.getTime()

--
______
Francis (enlever .NIPUBNISOUMIS)
"Dans toute statistique, l'inexactitude du nombre est compensée par la
précision des décimales." Alfred Sauvy





Avatar
Francis Spiesser
LE TROLL avait soumis l'idée :
Merci beaucoup, ça, ça marche:

<script language="javascript">
window.location.href='http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm';
</script>

Mais maintenant, comment faire pour ouvrir 2 pages d'un seul appel, soit :

window.location.href='http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm';
window.location.href='http://manuscritdepot.com/a.joseph-attila-pusztay.2.htm';

Comment ça, ouvrir 2 pages ? Dans une nouvelle fenêtre de navigateur ?

Dans ce cas, c'est window.open qui faut utiliser :
window.open('http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm','Fenetre1');
window.open('http://manuscritdepot.com/a.joseph-attila-pusztay.2.htm','Fenetre2');

Sinon, je ne vois pas

--
______
Francis (enlever .NIPUBNISOUMIS)
"Un synonyme, c'est un mot qu'on écrit pour remplacer celui dont on ne
connaît pas l'orthographe."

Avatar
LE TROLL
Merci Françis, c'est parfait, juste un petit détail, ça ouvre la fenêtre en
grand sans tenir compte du menu gauche des favoris, as-tu une solution afin
de conserver le menu des favoris ouvert s'il l'est au moment du reroutage
???

window.open('http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm','Fenetre1');
window.open('http://manuscritdepot.com/a.joseph-attila-pusztay.2.htm','Fenetre2');

???

--
Merci beaucoup, au revoir et à bientôt :o)
------
Site de MES LOGICIELS
http://irolog.free.fr
Site éditeur MES ROMANS édités
Le serpent
http://www.manuscritdepot.com/a.joseph-attila-pusztay.1.htm
Le Gaulois
http://manuscritdepot.com/a.joseph-attila-pusztay.2.htm
mon adresse EMail
http://irolog.free.fr/ecrire/index.htm
------------------------------------------------------------------------------------
"Francis Spiesser" a
écrit dans le message de news:

LE TROLL avait soumis l'idée :
Merci beaucoup, ça, ça marche:

<script language="javascript">
window.location.href='http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm';
</script>

Mais maintenant, comment faire pour ouvrir 2 pages d'un seul appel, soit
:

window.location.href='http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm';
window.location.href='http://manuscritdepot.com/a.joseph-attila-pusztay.2.htm';

Comment ça, ouvrir 2 pages ? Dans une nouvelle fenêtre de navigateur ?

Dans ce cas, c'est window.open qui faut utiliser :
window.open('http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm','Fenetre1');
window.open('http://manuscritdepot.com/a.joseph-attila-pusztay.2.htm','Fenetre2');

Sinon, je ne vois pas

--
______
Francis (enlever .NIPUBNISOUMIS)
"Un synonyme, c'est un mot qu'on écrit pour remplacer celui dont on ne
connaît pas l'orthographe."





Avatar
Francis Spiesser
LE TROLL vient de nous annoncer :
Merci Françis, c'est parfait, juste un petit détail, ça ouvre la fenêtre en
grand sans tenir compte du menu gauche des favoris, as-tu une solution afin
de conserver le menu des favoris ouvert s'il l'est au moment du reroutage ???

window.open('http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm','Fenetre1');
window.open('http://manuscritdepot.com/a.joseph-attila-pusztay.2.htm','Fenetre2');

???

--
Merci beaucoup, au revoir et à bientôt :o)


window.open accepte tout un tas de paramètres divers et variés (taille,
position, barres de status, d'adresses, de scroll etc...). Pour les
favoris, je ne sais pas

Voir http://fr.selfhtml.org/javascript/objets/window.htm#open

--
______
Francis (enlever .NIPUBNISOUMIS)
"L'intelligence, c'est pas sorcier... Il suffit de penser à une
connerie et de dire l'inverse" Coluche

Avatar
LE TROLL
Merci, bof, je ne trouve pas, tant pis, peut être que quelqu'un saura... Je
vais poser la question... Merci encore :o)

--
Merci beaucoup, au revoir et à bientôt :o)
------
Site de MES LOGICIELS
http://irolog.free.fr
Site éditeur MES ROMANS édités
Le serpent
http://www.manuscritdepot.com/a.joseph-attila-pusztay.1.htm
Le Gaulois
http://manuscritdepot.com/a.joseph-attila-pusztay.2.htm
mon adresse EMail
http://irolog.free.fr/ecrire/index.htm
------------------------------------------------------------------------------------
"Francis Spiesser" a
écrit dans le message de news:

LE TROLL vient de nous annoncer :
Merci Françis, c'est parfait, juste un petit détail, ça ouvre la fenêtre
en grand sans tenir compte du menu gauche des favoris, as-tu une solution
afin de conserver le menu des favoris ouvert s'il l'est au moment du
reroutage ???

window.open('http://manuscritdepot.com/a.joseph-attila-pusztay.1.htm','Fenetre1');
window.open('http://manuscritdepot.com/a.joseph-attila-pusztay.2.htm','Fenetre2');

???

--
Merci beaucoup, au revoir et à bientôt :o)


window.open accepte tout un tas de paramètres divers et variés (taille,
position, barres de status, d'adresses, de scroll etc...). Pour les
favoris, je ne sais pas

Voir http://fr.selfhtml.org/javascript/objets/window.htm#open

--
______
Francis (enlever .NIPUBNISOUMIS)
"L'intelligence, c'est pas sorcier... Il suffit de penser à une connerie
et de dire l'inverse" Coluche