Problème de frame,javascript ou php (???) sous Vista
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
Bonjour,
Je viens d'installer mon laptop en Vista et le site que je développe, qui marchait bien en XP, ne fonctionne plus correctement. En fait, j'ai un menu avec derrière chaque lien un script php qui contient le code suivant : Code:
<? include("../php_config.php"); @mysql_connect($DBhost, $DBusr, $DBpwd) or die (mysql_error()); @mysql_select_db($DBname) or die (mysql_error()); @mysql_query("UPDATE clic SET nbr_clics=nbr_clics+1 WHERE id='$id'") or die (mysql_error()); $redir = @mysql_query("SELECT url,target FROM clic WHERE id='$id'"); $rec = @mysql_fetch_array($redir); //echo $id; echo "<script language=javascript>window.open('".$rec[0]."','".$rec[1]."'); if ('".$rec[1]."'=='_blank') { history.go(-1) } </script>"; ?> </body> Qqn a-t-il une idée sur la cause du problème et sa résolution vu que sur le web, mon site www.geonat.be fonctionne très bien et que je n'ai pas ce problème ? Merci d'avance, Geoffrey. |
Bookmarks |
«
Previous Thread
|
Next Thread
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Redirection d'une page avec frame | fayewongfr | Programmation Web (HTML, PHP, ASP, Java, XML, etc.) | 8 | 07-12-2007 18:04 |
Un Prob sous Vista | nikool | Windows Vista | 2 | 06-03-2007 19:16 |
Article : ce que Windows Vista RC1 a sous le capot | Cougar | Actualité | 1 | 24-09-2006 19:02 |
Problème de CONNEXION sous WINDOWS VISTA | Microlonn | Windows Vista | 12 | 29-06-2006 23:48 |
probleme de texte tournant en javascript qui marche pas !!! | sel31 | Design Web / Graphisme | 1 | 22-07-2004 13:09 |
All times are GMT +2. The time now is 00:50.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.