Im using the following function to open a pop up:
But i want to redirect open.php to another page if its not opened in a popup?Code:function popup(){ var w = window.open('/open.php','Open','width=430,height=550,scrollbars=1'); w.targetField = targetField; w.focus(); return false; }
Anyone can help?
Thnaks.




Reply With Quote



...
Bookmarks