There is an update to the posting
which is the basis of popup method 2. As it happens the examples
do not work on the target page
However, as can be seen here, the technique does work
very effectively and is superior to the two previous methods both in
terms of user friendliness and code economy.
Always be careful when copying and pasting code into a page in HTML
view. If you copy from a web-page paste the text first into Notepad
(or equivalent) and then copy and paste from Notepad into the HTML
page. Javascript is forgiving of white space but continuation lines
need to be handled with care - see
this posting.
The most effective way of extracting code for a particular page is
to use View - Source in the browser and then copy and paste the
relevant code from Notepad into the FrontPage page