GrumbleDook Posted October 4, 2007 Posted October 4, 2007 I have a quick query about popups. I am looking at how I can stick a chunk of code into a web part so that if it is viewable via a user it will then load a popup. I have had a look at some javascript bits, but they run within the body or head ... I am looking for a chunk of code I can paste into anywhere on a page (or within a web part) ... I am not a code monkey so I am struggling a bit here ... Has anyone got any pointers?
saundersmatt Posted October 4, 2007 Posted October 4, 2007 It's fairly simple mate <br /> window.onload= loadpopupfunction<br /> <br /> funtion loadpopupfunction( ) {<br /> <br /> Code here to load your popup<br /> }<br /> If you want some popup code let me know, i've got some that works quite well. Matt
Kriyas Posted August 29, 2011 Posted August 29, 2011 Hi. Could pls help to send me some code for showing the popup message and get the list content from list and show the content.quite urgent requirement. Pls email me: riyasudeen@gmail .com Thanks a lot. It's fairly simple mate <br /> window.onload= loadpopupfunction<br /> <br /> funtion loadpopupfunction( ) {<br /> <br /> Code here to load your popup<br /> }<br /> If you want some popup code let me know, i've got some that works quite well. Matt
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now