1

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

Wern Ancheta
  • 22,397
  • 38
  • 100
  • 139

4 Answers4

3

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

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928
1

Or, using mootools:

http://digitarald.de/project/squeezebox/

http://davidwalsh.name/dw-content/lightface.php

stecb
  • 14,478
  • 2
  • 50
  • 68
1

may be thickbox is ok

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

artwl
  • 3,502
  • 6
  • 38
  • 53
0

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

madprops
  • 3,909
  • 5
  • 34
  • 42