Daney11 Posted February 7, 2007 Share Posted February 7, 2007 Hey Guys, Having troubles with PHP and Javascript. My problem is im using this peice of Javascript code <Script Language="JavaScript"> function load() { var load = window.open('<?php echo $website_url ?>team/<?php echo $team_id ?>/','','scrollbars=no,menubar=no,height=600,width=800,resizable=yes,toolbar=no,location=no,status=no'); } </Script> However, everytime i click a link on my page, the browse comes up with $website_url ?>team/20 Where 20 is the last value in the mysql table that i have queried.... Also.. When i use the above code just as normal PHP and no javascript included it works perfect and i click the link and the correct ID comes up.. Anyone know whats going on? Thanks Link to comment https://forums.phpfreaks.com/topic/37521-solved-php-with-javascript/ Share on other sites More sharing options...
StormTheGates Posted February 7, 2007 Share Posted February 7, 2007 Why not just use the PHP header("Location: ") function? Link to comment https://forums.phpfreaks.com/topic/37521-solved-php-with-javascript/#findComment-179404 Share on other sites More sharing options...
Daney11 Posted February 7, 2007 Author Share Posted February 7, 2007 Because i want a popup window Link to comment https://forums.phpfreaks.com/topic/37521-solved-php-with-javascript/#findComment-179414 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.