i am trying to make a control panel for my site, but i have no idea on what logic to use.
for example my control panel has an add user button,what i would like to happen is that when a user clicks on that button.. the page will show up on a specific <div></div>
with out refreshing the page.
我想的逻辑是:
1. 使用一个框架并装载所有相关的网页(我不知道PROs和CONs)
2. 使用FLASH,用于控制面板(我不知道PROs和CONs)
3. 使用 Javascript 或像JQuery这样的JS图书馆,我不知道该如何称呼它。
问题是,我用什么逻辑, 或者你可以建议一些更安全的东西,谢谢。