Guest upirate Posted March 13, 2007 Share Posted March 13, 2007 functiontest() { return "<a href=javascript:popUp(test.php?mysearch='".$_SERVER['REQUEST_URI']."')>test</a>"; } Link to comment https://forums.phpfreaks.com/topic/42561-solved-my-popup-used-to-work-no-more-thanks-for-helping/ Share on other sites More sharing options...
Guest upirate Posted March 13, 2007 Share Posted March 13, 2007 help guys pleaaaaaaaaaaaaaaase! Link to comment https://forums.phpfreaks.com/topic/42561-solved-my-popup-used-to-work-no-more-thanks-for-helping/#findComment-206566 Share on other sites More sharing options...
papaface Posted March 13, 2007 Share Posted March 13, 2007 Look on your OTHER thread.. http://www.phpfreaks.com/forums/index.php/topic,131262.msg551147.html#msg551147 It is explained. Stop making more threads. Link to comment https://forums.phpfreaks.com/topic/42561-solved-my-popup-used-to-work-no-more-thanks-for-helping/#findComment-206570 Share on other sites More sharing options...
Guest upirate Posted March 13, 2007 Share Posted March 13, 2007 its obvious that didnt help me. Link to comment https://forums.phpfreaks.com/topic/42561-solved-my-popup-used-to-work-no-more-thanks-for-helping/#findComment-206578 Share on other sites More sharing options...
papaface Posted March 13, 2007 Share Posted March 13, 2007 Oh, so your response was to open another thread ??? ??? ??? Based on the info supplied at the link above, your code should be: echo "<a href=\"test.php?mysearch=".$_SERVER['REQUEST_URI']."\" onclick=\"window.open(this.href);return false;\" target=\"newWin\">test</a>"; So how can I do that, and you cant..... If it doesnt work, explain why! Link to comment https://forums.phpfreaks.com/topic/42561-solved-my-popup-used-to-work-no-more-thanks-for-helping/#findComment-206580 Share on other sites More sharing options...
Guest upirate Posted March 13, 2007 Share Posted March 13, 2007 it just takes me to a new page. no popup. I tried this : return "<a href=javascript:popUp(\"emailsearch.php?url=".$_SERVER[REQUEST_URI]."\")>Email Search to Friend</a>"; and it worked. thankyou for your help. Link to comment https://forums.phpfreaks.com/topic/42561-solved-my-popup-used-to-work-no-more-thanks-for-helping/#findComment-206581 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.