I am trying to make a code to show banners, is there any issues? It opens inside the banner it does not go to new page. <iframe src="http://www.xxxxxx.com/banners/getbanners.php?sizeID=11&catID=10" width="300px" height="250px" border="0" frameborder="0" marginheight="0" marginwidth="0" align="middle" scrolling="no"></iframe> PHP:
This isn't going to work except if you can get work arounds like this. http://av5.com/docs/changing-parent-window-s-url-from-iframe-content.html
You mean it WONT go to a new page it will stay in same page right? Your solution will open a NEW WINDOW?