How do I position a pop up to fit at the very bottom of screen?

Archived in the category: html pop up
Posted by Kristen Meyers on 22 Feb 09 -

This is code at mo:

<SCRIPT LANGUAGE="JavaScript">

<!– Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "',

'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1024,height=110');");
}
// End –>
</script>

<BODY onLoad="javascript:popUp('fade.html')">

<script type="text/javascript">

</script>

Also, how can I make the launch page close itsefl after its has launched pop up?
Please note: I AM NOT USING THIS ONLINE. This wont be used on Firefox or annoy people.

Don't ever use popups. They are the arrogant webmasters way of saying "hey look at me - I'm an asshole!".

Nobody wants popups - why do you think there is such big money in the popup-blocker software market?

If you can't think of a neater solution than popups, then give up your job, because you clearly aren't skilled enough to be doing the work you're doing.

Rawlyn.

powered by Yahoo Answers

3 comments for “How do I position a pop up to fit at the very bottom of screen?”

1
TalentedChimp

Don't use pop-ups, it is the coding of the devil. As more and more people are switching to Firefox, it won't be seen anyway as FF blocks pop-ups by default.
References :

February 22nd, 2009 at 8:10 am
2
Rawlyn

Don't ever use popups. They are the arrogant webmasters way of saying "hey look at me - I'm an asshole!".

Nobody wants popups - why do you think there is such big money in the popup-blocker software market?

If you can't think of a neater solution than popups, then give up your job, because you clearly aren't skilled enough to be doing the work you're doing.

Rawlyn.
References :

February 22nd, 2009 at 8:27 am
3
Mehdone

It might not be wise to use popups …
By the way you'll find what you want here … http://www.boutell.com/newfaq/creating/windowcenter.html
References :

February 22nd, 2009 at 9:00 am

Laeave a Reply