0

I'm using facebox to load pages into a DIV. Let's say one of these pages has a form that needs to be submitted, how can I set the action="" to both the page and to have it load into facebox?

Sparky
  • 98,165
  • 25
  • 199
  • 285

1 Answers1

0

Perhaps, you want to achieve the following: submitting form doesn't reload the whole page, but only contents of facebox. Consider using iframe instead of div inside your facebox.

madfriend
  • 2,400
  • 1
  • 20
  • 26