• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Javascript Pop Up Window

Just have a look at the source code:

function data() {
window.open('URL','NAME_OF_THE_WINDOW','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resize=no,width=778,height=400')
}

(play a bit with the size and the different commands...)

Make a link to "javascript:data()" and your window will pop up when someony clicks the link.

- Tobias
 
Back
Top