probleme avec un back???

Eléphant du PHP | 181 Messages

23 mars 2006, 18:32

bonjour,

voila mon probleme

j'ai un bouton avec javascipt pour faire un retour en arriere et il marche quand il veut... j'utilise tjrs la meme fonction. cad:

Code : Tout sélectionner

<form> <input type="button" value="Back" name="Précédente" onclick="history.go(-1)"> </form>
mais sur certaines pages ca marche super bien

et sur d'autre ca me met le message suivant:
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.

--------------------------------------------------------------------------------

Please try the following:

Click the Refresh button, or try again later.

If you typed the page address in the Address bar, make sure that it is spelled correctly.

To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP).
See if your Internet connection settings are being detected. You can set Microsoft Windows to examine your network and automatically discover network connection settings (if your network administrator has enabled this setting).
Click the Tools menu, and then click Internet Options.
On the Connections tab, click LAN Settings.
Select Automatically detect settings, and then click OK.
Some sites require 128-bit connection security. Click the Help menu and then click About Internet Explorer to determine what strength security you have installed.
If you are trying to reach a secure site, make sure your Security settings can support it. Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
Click the Back button to try another link.



Cannot find server or DNS Error
Internet Explorer
je travail avec php et mysql

a quoi cela est-il du??

auriez vous une explication simple??

merci d'avance

Eléphant du PHP | 181 Messages

28 mars 2006, 11:51

personne n'a une explication par hasard???

y-a-t-il un moyen de faire plus simple en php???

merci 'davance

Avatar du membre
ViPHP
ViPHP | 3008 Messages

28 mars 2006, 11:54

Utilises

Code : Tout sélectionner

history.back(-1);

Eléphant du PHP | 181 Messages

29 mars 2006, 09:48

Utilises

Code : Tout sélectionner

history.back(-1);
ca marche tjrs pas.... :(

est-ce possible que ce soit parce que la page d'avant etait une page qui etait traitee par le serveur???

Eléphant du PHP | 172 Messages

29 mars 2006, 12:08

C'est :

Code : Tout sélectionner

history.back();
Avec back on ne met pas de -1
est-ce possible que ce soit parce que la page d'avant etait une page qui etait traitee par le serveur???
Par hasard, n'aurais-tu pas désactivé le cache ou l'historique de ton navigateur ?

Teste la page avec un autre navigateur ou depuis un autre PC .

Avatar du membre
ViPHP
ViPHP | 3008 Messages

29 mars 2006, 21:00

Avec back on ne met pas de -1
Autant pour moi :roll:

Eléphant du PHP | 181 Messages

30 mars 2006, 12:07

Par hasard, n'aurais-tu pas désactivé le cache ou l'historique de ton navigateur ?

Teste la page avec un autre navigateur ou depuis un autre PC .
non justement j'ai teste sur plusieurs ordi et marche pas....

en fait j'ai cour circuiter ces problemes mais il m'en reste tjrs lorsque par exemple j'ai une page d'impression en pdf et je veux revenir sur mon application....

mais ca je vais essaier avec l'ouverture d'une "pop up" pour l'impression et comme ca plus de probleme

merci bcp pour vos aide.... c'est super simpa.

bonne journee