views:

29

answers:

1

Hello, I have a website.

I want to make a window popup on page load of the homepage

Thanks !

A: 

Copy the following code INTO your BODY tag.

< body OnLoad="window.open('http://www.onemanga.com', 'One Manga', 'scrollbars=1, resizable=1');">
Jordy