Saturday, December 22, 2007
With HTML you can open a page in a new window by using target="_blank". The problem with this is that you have no control over the size of the new window that is opened, where it is pos...
Saturday, December 22, 2007
The page Basic Popup Windows describes how you can use Javascript to control the appearance of a new browser window that will be used to display an existing web page. Javascript can of course ...
Saturday, December 22, 2007
In the two tutorials so far we have looked at two different ways to create and populate a popup window. Now we are goint to look at how we can tell the browser whether the original window or the new window should appear in front...
Saturday, December 22, 2007
In the last tutorial we saw how we could set up a new window to popunder when it was first created and then popup after a set time period. We also saw in the first tutorial how we could add a close link to the popup window to al...
Saturday, December 22, 2007
The popup windows that we have looked at so far in this tutorial series have poppped up at whatever position on the screen that the browser thought was appropriate. This may be okay some of the time but wouldn't it be better if ...
Saturday, December 22, 2007
There may be times when you want to place multiple links on your site that are all intended to open a popup window but displaying different content in that popup window. Rather than annoy your visitors more than necessary by crea...
Saturday, December 22, 2007
If we are going to reuse the same popup window for calls from multiple links (as discussed in the last tutorial) then there may be times when these popups actually need different sized windows. We can handle this situation by pa...
Saturday, December 22, 2007
Enough of the theory. It is time to take a loop at how we can apply all of what we have learned in the prior tutorials to create a popup window. One problem faced by many web ...
Saturday, December 22, 2007
Let's now go one step further than just creating a popup window containing a larger version of the thumbnail image. Let's create a complete web page to hold bot...