Keep the page on its position
Question:
I would like to keep the page in its current position when I click on the link.
Try to put return false after the call of dmxAdvLayerPopup function at onClick of your links.
For example:
<a href="#" onclick="dmxAdvLayerPopup('DMXzone.com','http://www.dmxzone.com','','','Nova','center','center',
640,480,0,true,true,true,60,'','',0,false,'','',0,false,'',1,5,true,true,'#00FF00');return false;">DMXzone</a>
Comments
Be the first to write a comment
You must me logged in to write a comment.