karimali831 Posted May 15, 2011 Share Posted May 15, 2011 I am trying to open a link without page load using top location. This code opens link but in parent window: new Ajax.Updater('ULLIST_0', webRoot + '?site=standings&ladderID=<?php echo $_GET[ladderID].'&start='.$i; ?>', { This code opens in top window but there is page load so it's no good: new Ajax.Updater('ULLIST_0', top.location = '?site=standings&ladderID=<?php echo $_GET[ladderID].'&start='.$i; ?>', { how do I get top window without page load? Quote Link to comment https://forums.phpfreaks.com/topic/236482-i-need-top-location/ 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.