<!-- HTML Popup Window Code-->
<script>
// Popup window code
function newWindow(url) {
popupWindow = window.open(
url,
'popUpWindow',
'height=500,
width=450,
left=100,
top=100,
resizable=yes,
scrollbars=yes,
toolbar=yes,
menubar=no,
location=no,
directories=no,
status=yes')
}
</script>
Posted by Vijay Shanker Pandey at 11:05 PM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment