Quote:
|
Originally Posted by lgranata
I think most peopple have it on, there are too many sites using javascript everywhere..
Here a little example to you....
<script language=javascript>
function Popup() {
window.open('popuppage.html' ,'Name','width=350,height=600,resizable=no,scrollb ars=yes');
}
</script>
<A href="#" onclick="Popup();">click here to popup</A>
|
Yup, pretty standard code. Ok thanks.