Pop-Up Window Generator
We have removed the pop up generator because Graphics Factory does not want to support pop up windows or help people make them.
Pop-up windows are the worst thing next to SPAM and we regret even having this tool in the first place.
We hope you choose not to use pop-up windows too.
But If you Insist...
There are some very good uses for non-intrusive pop-ups and for that I posted the code below.
A pop-up is good when the user has to voluntarily click a link to open the window. Here is the code to have a window pop up, which is totally customizable like size, toolbar's, scroll bar's, resizeable, etc.
This code will look like this: Sample Pop-up
Customize It...
height=XXX You can make this any height you need.
width=XXX You can make this any width you need.
toolbar= 1 will allow the user to use and see the toolbar, 0 will not.
resizable= Yes will allow the user to resize the window, No will not.
scrollbars= 1 will allow the user to scroll the window, 0 will not.
status= 1 will allow the user to see the status window, 0 will not.
That's it, make sure you also change the .html page name in both places when you add it to your page.
|