karimali831 Posted May 8, 2011 Share Posted May 8, 2011 Hello! With this code, it opens in parent target and want to be able to open in top target. new Ajax.Updater('ULLIST_0', webRoot + '?site=standings&ladderID=<?php echo $_GET[ladderID]."&start=21"; ?>', { This is no good because I do not want to use location: new Ajax.Updater('ULLIST_0', top.location = '?site=standings&ladderID=<?php echo $_GET[ladderID]."&start=41"; ?>', { Need to somehow use webRoot, top location. help please with this. Quote Link to comment https://forums.phpfreaks.com/topic/235856-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.