This code shows different JavaScript popups
1. This popup has enabled scroll bars
"<a href="#" onclick="Popup=window.open('testpage1.htm','Popup','toolbar=no, location=no,status=no,menubar=no,scrollbars=yes,resizable=no, width=420,height=400,left=430,top=23'); return false;"> Test Window</a>"
2. This popup has enabled toolbars
"<a href="#" onclick="Popup=window.open('testpage1.htm','Popup','toolbar=yes, location=no,status=no,menubar=no,scrollbars=no,resizable=no, width=420,height=400,left=430,top=23'); return false;"> Test Window</a>"
3. This popup has enabled location of popup
"<a href="#" onclick="Popup=window.open('testpage1.htm','Popup','toolbar=no, location=yes,status=no,menubar=no,scrollbars=no,resizable=no, width=420,height=400,left=430,top=23'); return false;"> Test Window</a>"
|
No responses found. Be the first to respond and make money from revenue sharing program.
|