Lee-Bartlett Posted October 25, 2008 Share Posted October 25, 2008 I dont know java all that well, barly scrathed it but i need some expert help, I have a pop up of a map, when that pop up opens i need it to have another popup with in that pop up, displaying the databases data. Is this possible, like a little speech bubble poping up or somthing, Here is my orignal pop up. <!-- function openWindow<?=$id?>() { popupWin = window.open('popup.php?id=<?=$id?>', 'popup','width=550,height=400,resizable=no,scrollbars=yes,toolbar=no,screenX=0,screenY=0,Top=0,Left=0') } // --> Link to comment https://forums.phpfreaks.com/topic/130113-a-pop-up-within-a-pop-up/ Share on other sites More sharing options...
shlumph Posted October 26, 2008 Share Posted October 26, 2008 Java is a server side language. JavaScript is a client side language. K? I don't see any reason why you wouldn't be able to have a popup link that's on a popup. I'm not sure why you would want that, though. Popup's are kinda annoying. Link to comment https://forums.phpfreaks.com/topic/130113-a-pop-up-within-a-pop-up/#findComment-674781 Share on other sites More sharing options...
Lee-Bartlett Posted October 26, 2008 Author Share Posted October 26, 2008 You know on windows you get the messages down the bottom page some times which displays in a speech bubble. I need somthing like that. Link to comment https://forums.phpfreaks.com/topic/130113-a-pop-up-within-a-pop-up/#findComment-675138 Share on other sites More sharing options...
BoltZ Posted October 29, 2008 Share Posted October 29, 2008 You sir are in the wrong forum. Go to the other forum and will a moderator please move this? Link to comment https://forums.phpfreaks.com/topic/130113-a-pop-up-within-a-pop-up/#findComment-677993 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.