最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Lightbox in php to show information in pop-up - Stack Overflow

programmeradmin3浏览0评论

I'm Developing an application, that have several Pages for the application. And In it i thought to Say one information in it, it the user like to proceed means they can continue or can drop that..

Now i have query like,..

<input type="Button" onclick="window.open(myPage.php)" target="_blank" value="Guess It..!"/>

It opens a new page for showing the Data,.. Its looking good. But just now i came to knew about the Lightbox functionality in PHP with javascript. I Heard that it will perform my process in the Same page without disturbing the Previous one, it came as pop-up and after pleting its Process we can close and continue our previous process..

I Hope i will help to my user to work easily without any confusion with the New Tab Open option, now i'm searching for the lightbox Tutorial, anybody suggest me for the Best tutorial or examples..

I'm Developing an application, that have several Pages for the application. And In it i thought to Say one information in it, it the user like to proceed means they can continue or can drop that..

Now i have query like,..

<input type="Button" onclick="window.open(myPage.php)" target="_blank" value="Guess It..!"/>

It opens a new page for showing the Data,.. Its looking good. But just now i came to knew about the Lightbox functionality in PHP with javascript. I Heard that it will perform my process in the Same page without disturbing the Previous one, it came as pop-up and after pleting its Process we can close and continue our previous process..

I Hope i will help to my user to work easily without any confusion with the New Tab Open option, now i'm searching for the lightbox Tutorial, anybody suggest me for the Best tutorial or examples..

Share Improve this question asked Mar 11, 2013 at 12:41 MGRMGR 3842 gold badges7 silver badges21 bronze badges 1
  • For those, u just go for javascript and jquery popup lightbox plugin. I think it will be worthy and easy.. Popup – Ranjith Commented Mar 11, 2013 at 12:53
Add a ment  | 

2 Answers 2

Reset to default 2

I think you shuuld look at Fancybox. Good documentation, easy to use, you can dynamic load content, images etc.

There is also tutorial and documentation.

http://fancybox/

Download and use this fancy box..This will be easy for you to implement and customize based on reqs.

For using it, refer http://fancybox/howto.

Hope it helps.

发布评论

评论列表(0)

  1. 暂无评论