("<SCRIPT language=javascript>"); print("window.open('connect.php?user=$user&tempstore=$today','','width=635,height=635,resizeable=no,status=no')"); print("</SCRIPT>"); Code (markup): How can i modify that so it can open in the same window i have to modify window.open to what? Thank you for helping
Try: print("window.location.href='connect.php?user=$user&tempstore=$today'"); Code (markup): It's possible you need full URL there, like http://www.website.com/connect.php....