VR-T
CSS
HTML
Javascript
Paint Shop Pro
PHP
Misc.
Graphics
Interactions
Clear

Automatic Pop Up

Did you see that pop up when you first came to this page? That's what this tutorial is going to show you how to do.

This tutorial shows you how to make a pop up come up automatically once that page is loaded. It's good for vote reminders or other announcements. Or you can even use it for the main layout, if you want to be creative like that :) Here's the codes and directions.

First, put the following code in the header. You can change the HEIGHT and WIDTH of the pop up. You can also change any 0 to 1 or vice versa if you want something that is set to 0 (which means no) to be set to 1 (which means yes). I don't think you should update anything else there.

Next, put this in the body of your html. Just change http://YOURURL to the actual url of the page you want to pop up.

<-back