Hello,
I have a site that allows members to click on a link to bring up an mp3 player in a popup window. There are a few other popups throughout the site so when they click on them it replaces the mp3 player with the new content. (which I don't want) On the board I found that I should rename the window but for some reason it's working,..but not in a popup. I tried changing the window.open part on this:
echo"<a href= \"$url1\" onclick=\"window.open('$url1','popup','width=310,height=245,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=50,top=100');return false\"><img src=\"images/playmyradio.jpg\" width=\"149\" height=\"61\"></td>
to window2.open.
When I did this it brought up the right window but full screen and not resized. If I change it back to window.open it works fine.
Can anybody tell me what I'm doing wrong?
Thanks