Jump to content

Recommended Posts

Posted

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?

Posted

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

  • 3 years later...
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...