~n[EO]n~ Posted December 11, 2007 Share Posted December 11, 2007 Sorry for being so dumb, I searched GOOGLE for hour but could not find... What i need is javascript pop-up which loads when page is loaded and scrolls along when we move the scrollbars. What is that called (exact name for searching in google) Can someone give me a link, i will really appreciate Thanks... Link to comment https://forums.phpfreaks.com/topic/81148-solved-javascript-which-pops-up-and-scrolls/ Share on other sites More sharing options...
phpQuestioner Posted December 11, 2007 Share Posted December 11, 2007 you not looking for a regular pop-up window; because once you focus on your scrollbar; your pop-up would loose focus anyway. your looking for a dhtml pop-up that will float - check out this example: http://dhtmlpopups.webarticles.org/placements.php Link to comment https://forums.phpfreaks.com/topic/81148-solved-javascript-which-pops-up-and-scrolls/#findComment-411774 Share on other sites More sharing options...
~n[EO]n~ Posted December 11, 2007 Author Share Posted December 11, 2007 Thanks a lot , i was looking for that one... Edit: I downloaded that sample, in the sample the pop up loads when we click the fire button... now I want to load that popup when the page loads, I moved the script from that button to my body tag <body onload='fireMyPopup()'> and it does not work. Any help... Link to comment https://forums.phpfreaks.com/topic/81148-solved-javascript-which-pops-up-and-scrolls/#findComment-411779 Share on other sites More sharing options...
phpQuestioner Posted December 11, 2007 Share Posted December 11, 2007 your welcome Link to comment https://forums.phpfreaks.com/topic/81148-solved-javascript-which-pops-up-and-scrolls/#findComment-411784 Share on other sites More sharing options...
~n[EO]n~ Posted December 11, 2007 Author Share Posted December 11, 2007 Now I am getting confused, doesn't it work for table based layout or mixture of both ??? Link to comment https://forums.phpfreaks.com/topic/81148-solved-javascript-which-pops-up-and-scrolls/#findComment-411786 Share on other sites More sharing options...
phpQuestioner Posted December 11, 2007 Share Posted December 11, 2007 should work with an element as long as the element/contents are within the pop-up div. Link to comment https://forums.phpfreaks.com/topic/81148-solved-javascript-which-pops-up-and-scrolls/#findComment-412253 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.