Jump to content

A pop up, within a pop up


Lee-Bartlett

Recommended Posts

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

Java is a server side language.

JavaScript is a client side language.

 

K? 

 

;D

 

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.