techker Posted December 9, 2013 Share Posted December 9, 2013 hey guys i did a popup window <a class="more" href="javascript:window.open('More.php?ID=<? echo $info['ID'] ?>','MoreInfo','width=700,height=500')"> in chrome works great! but in IE11 the pop up works but on the parent page i get [object] on white page... need to press back to go back to main page.... why is that? Quote Link to comment https://forums.phpfreaks.com/topic/284635-javascript-window-pop-up/ Share on other sites More sharing options...
gristoi Posted December 9, 2013 Share Posted December 9, 2013 It's 2013, not 1993. You should look at using a more up to date method of displaying modal information, using jquery and Ajax is a good start Quote Link to comment https://forums.phpfreaks.com/topic/284635-javascript-window-pop-up/#findComment-1461769 Share on other sites More sharing options...
techker Posted December 9, 2013 Author Share Posted December 9, 2013 Ha!i didnt notice it was that old..lol im looking at ajax now.thx Quote Link to comment https://forums.phpfreaks.com/topic/284635-javascript-window-pop-up/#findComment-1461770 Share on other sites More sharing options...
techker Posted December 9, 2013 Author Share Posted December 9, 2013 the issue i get with ajax is the link is <li><a id="various1" href="#inline1" title="Lorem ipsum dolor sit amet">Inline</a></li> but i need to add a php echo to post ID.so when the box opens i see the info of the ID in Database... Quote Link to comment https://forums.phpfreaks.com/topic/284635-javascript-window-pop-up/#findComment-1461773 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.