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') } // --> Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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? Quote Link to comment 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.