View Single Post
Old 09-04-2006, 06:27 PM  
Dirty F
Too lazy to set a custom title
 
Dirty F's Avatar
 
Industry Role:
Join Date: Jul 2001
Posts: 59,204
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.
Dirty F is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote