Modal popup with php??

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
highjo
Forum Contributor
Posts: 118
Joined: Tue Oct 24, 2006 1:07 pm

Modal popup with php??

Post 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
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: Modal popup with php??

Post 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/).
Post Reply