The simplest way to create a javascript popup is to create a function like so.
And then add the following to the anchor link you would like to popup.
<a href="#" onclick="return showPop('http://www.google.com')"> see my popup </a>
The simplest way to create a javascript popup is to create a function like so.
And then add the following to the anchor link you would like to popup.
<a href="#" onclick="return showPop('http://www.google.com')"> see my popup </a>
Thats for noticing! Fixed it now. Sometimes code seams to disappear on me here.
Post Comments