Little popup windows...HTML question

Leo Robert Klein leo_klein at baruch.cuny.edu
Wed May 10 14:22:34 EDT 2000


First, pop-ups are a thoroughly legitimate way to present small snippets of
information such as database descriptions.  In fact, to somehow cram them
into a full page of other material--as Thomas would suggest--might be just
as confusing to the proverbial "novice" user.

That said, you have to deal with the fact that many people might be
accessing the site from public terminals and an important consideration is
somehow getting rid of the things.  One approach is an Onblur statement
where as soon as the user clicks back on the main window, the popup window
closes.  The code would go into the body tag and would look like this:
	 onBlur="self.close()"

LEO

On Tue, 9 May 2000, "Robin Zalben" wrote: 
>
>> For our database list, I'd like to make small html files which give
>> descriptions of the databases.  Something where you would click on the
>"i"
>> and up would pop a small window with the basics of the database.
>>
>> This may be (hopefully) a simple question, but how can I make a new
>window
>> open up, and how can I size it so it is only the size of the
>information?


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Leo Robert Klein                     17 Lexington Ave, Box H0520
Web Coordinator &                    New York, NY. 10010
Digital Resources Developer          tel: (212) 802-2373
Newman Library/Baruch College        fax: (212) 802-2360
http://newman.baruch.cuny.edu        email: Leo_Klein at baruch.cuny.edu
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


More information about the Web4lib mailing list