|
code check for netscape and other browsers
hi.. i am trying to install a pop up window thing on my website and have found a code but since i only have IE i cannot check if it works fine with other browsers as well, can anyone just test this coded for me.
(should all be in one line)
<a href="#" onclick="Popup=window.open('testpage1.htm','Popup' ,'toolbar=no,
location=no,status=no,menubar=no,scrollbars=yes,re sizable=no, width=420,height=400,left=430,top=23'); return false;">
Test Window</a>
Also i want images to open in pop up, but all are different sizes, it there a script which would exact fit the images? would a pop-up blocker, block such pop-ups?
thanks
|