Page 1 of 1
Modal popup with php??
Posted: Tue May 27, 2008 1:22 pm
by highjo
Hell guys i've been seing the ASP.NEt Modal Popup for a while and it seems that there is one Altas control tookit release for ASP.NET.How can i get similar one that can work with php pagesor make that one work for my php pages.Thanks
Re: Modal popup with php??
Posted: Tue May 27, 2008 6:02 pm
by Eran
ASP generates javascript. Server languages can't participate in browser interactions (since they're like, on the server...). Try a good javascript library that has a modal plugin (I recommend jQuery, and here is a simple modal plugin for it -
http://dev.iceburg.net/jquery/jqModal/).