~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... Quote Link to comment 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 Quote Link to comment 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... Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted December 11, 2007 Share Posted December 11, 2007 your welcome Quote Link to comment 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 ??? Quote Link to comment 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. 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.