delickate Posted August 4, 2008 Share Posted August 4, 2008 hello, i made a page that is DIV base. in one of DIV i would like to pop up a window on mouse over of text. is it possible in php that on text mouse over it shows a large popup box that have image and text. and it not only show in tha specifice DIV. istead it must show on large pop up on whole page. is there any one knows how to? if possible plz send me code. thanx Quote Link to comment https://forums.phpfreaks.com/topic/118035-popup-in-phpplease-help/ Share on other sites More sharing options...
Andy-H Posted August 4, 2008 Share Posted August 4, 2008 Your best bet would be to use a JavaScript overLib I think and use onMouseOver. I dont know of a way to make a PHP pop-up window and doubt there is one since PHP is a server-side language... Quote Link to comment https://forums.phpfreaks.com/topic/118035-popup-in-phpplease-help/#findComment-607231 Share on other sites More sharing options...
Third_Degree Posted August 4, 2008 Share Posted August 4, 2008 This topic should be in ajax or javascript help. <a onmouseover="javascript:window.open('http://www.google.com')">Google</a> If you want a div based one, the code will be a little bit larger and complex. Quote Link to comment https://forums.phpfreaks.com/topic/118035-popup-in-phpplease-help/#findComment-607234 Share on other sites More sharing options...
Andy-H Posted August 4, 2008 Share Posted August 4, 2008 Oh, my bad, didn't know you meant an actual web page to pop-up. I know in an overlib you can set the display in the file itself. Not sure if you can get an overlib that big anyway lol. Quote Link to comment https://forums.phpfreaks.com/topic/118035-popup-in-phpplease-help/#findComment-607236 Share on other sites More sharing options...
Third_Degree Posted August 4, 2008 Share Posted August 4, 2008 I'm not sure that's what he needs, I am just demonstrating a basic popup for him. Quote Link to comment https://forums.phpfreaks.com/topic/118035-popup-in-phpplease-help/#findComment-607237 Share on other sites More sharing options...
Andy-H Posted August 4, 2008 Share Posted August 4, 2008 Could you be a little more specific delickate? Quote Link to comment https://forums.phpfreaks.com/topic/118035-popup-in-phpplease-help/#findComment-607239 Share on other sites More sharing options...
Andy-H Posted August 4, 2008 Share Posted August 4, 2008 Third_Degree, I just watched your breast enlargement tutorial; whats with the heavy breathing and constant swallowing due to increased salivating? LMAO... Quote Link to comment https://forums.phpfreaks.com/topic/118035-popup-in-phpplease-help/#findComment-607242 Share on other sites More sharing options...
xtopolis Posted August 4, 2008 Share Posted August 4, 2008 google "lightbox" I think that's what you mean Quote Link to comment https://forums.phpfreaks.com/topic/118035-popup-in-phpplease-help/#findComment-607247 Share on other sites More sharing options...
Third_Degree Posted August 4, 2008 Share Posted August 4, 2008 Third_Degree, I just watched your breast enlargement tutorial; whats with the heavy breathing and constant swallowing due to increased salivating? LMAO... Don't quite know what you mean, I think at the time I was recording I was trying not to wake up my dogs. Sorry for being totally off topic delickate. Quote Link to comment https://forums.phpfreaks.com/topic/118035-popup-in-phpplease-help/#findComment-607255 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.