Bosconian said the following on 4/21/2006 3:55 PM:[color=blue]
> "Bosconian" <bosconian@planetx.com> wrote in message
> news:6JSdnQGEpvnS3qLZnZ2dnUVZ_tqdnZ2d@comcast.com. ..[color=green]
>> I'm looking to reproduce the div popup behavior like vBulletin's search
>> link:
>>
>>
http://www.vbulletin.com/forum/
>>
>> I've looked at many examples, but most are complicated and/or convoluted
>> menu systems.
>>
>> I simply want to enable a small div window containing a form with a text
>> input field and submit button. If the user clicks outside of the div[/color]
> window,[color=green]
>> it closes.
>>
>> I have already created the div containing the form. The div's default[/color]
> style[color=green]
>> definition contains 'display:none' to initially hide it.
>>
>> I'm now looking for a JavaScript function to enable the aforementioned
>> functionality.
>>
>> Can someone recommend an existing function or at least point me to an
>> example? Thanks!
>>
>>[/color]
>
> This is just a quick follow-up to my original post.
>
> I have discovered a few useful links that provide information regarding
> dynamic popups.
>
> The first is probably the best known and most popular, overlib:
>
>
http://www.bosrup.com/web/overlib/
>
> The second is a simple and limited example, but provides the core
> functionality without the bloat:
>
>
http://www.dynamicdrive.com/dynamici...tmltooltip.htm
>
> The third provides the same features as overlib, by weighs in at a fraction
> of the size:
>
>
http://migoicons.tripod.com/dhtips.htm[/color]
And this one:
<URL:
http://www.litotes.demon.co.uk/js_info/pop_ups.html >
Beats them all.
--
Randy
comp.lang.javascript FAQ -
http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/