Wern Ancheta
Wern Ancheta

Reputation: 23337

javascript modal window for forms

Do you know of a nice javascript library that will allow me to create modal windows specifically for forms.

Upvotes: 1

Views: 801

Answers (4)

madprops
madprops

Reputation: 4023

I made this library that enables you to make a modal window easily. You can put any html inside of it.

Upvotes: 0

artwl
artwl

Reputation: 3582

may be thickbox is ok

thickbox:http://jquery.com/demo/thickbox/

Upvotes: 1

Darin Dimitrov
Darin Dimitrov

Reputation: 1039498

You may take a look at those plugins if you are using jquery. jQuery UI Dialog is very good.

Upvotes: 3

Related Questions