alex_omega Posted July 9, 2012 Share Posted July 9, 2012 BBCode Popup Описание: Позволяет обеспечить всплывающее окно с данными. Для использования включает всплывающие теги: [popup=name of popup]Content for popup[/popup] ТЕПЕРЬ ВОПРОС - ПОДСКАЖИТЕ, КАКИМ ОБРАЗОМ ПРОПИСАТЬ В СООБЩЕНИЕ ЭТОТ КОД, ЧТОБЫ В ВСПЛЫВАЮЩЕМ ОКНЕ ОТКРЫВАЛАСЬ ОТДЕЛЬНАЯ СТРАНИЦА (.php) по указанной ссылке? Quote Link to comment Share on other sites More sharing options...
Kompot Posted July 22, 2012 Share Posted July 22, 2012 ТЕПЕРЬ ВОПРОС - ПОДСКАЖИТЕ, КАКИМ ОБРАЗОМ ПРОПИСАТЬ В СООБЩЕНИЕ ЭТОТ КОД, ЧТОБЫ В ВСПЛЫВАЮЩЕМ ОКНЕ ОТКРЫВАЛАСЬ ОТДЕЛЬНАЯ СТРАНИЦА (.php) по указанной ссылке? Может <iframe> поможет? Quote Link to comment Share on other sites More sharing options...
demon124 Posted November 8, 2012 Share Posted November 8, 2012 У МЕНЯ ВООБЩЕ ужас script type='text/javascript'> var idno=Math.floor(Math.random()*10000000); var hident = 'hiddenContent_' + idno; var sident = 'show_'+idno; var showcontent="ссылка <script type='text/javascript'> showPopup = function(e) { var hidden = 'hiddenContent_'+ this.id.substr(5); Event.stop(e); popup = new ipb.Popup( hident, { type: 'pane', modal:false, w: 'auto', h: 'auto', initial: $(hidden).innerHTML, hideAtStart: false, close: 'a[rel="close"]' } ); return false; } if( $(sident) ) { $(sident).observe('click', showPopup); } </script> Quote Link to comment Share on other sites More sharing options...
Respected Posted November 8, 2012 Share Posted November 8, 2012 У МЕНЯ ВООБЩЕ ужас Эта фраза мало что нам может сказать. Quote Link to comment Share on other sites More sharing options...
Kovaks Posted December 16, 2012 Share Posted December 16, 2012 Где скачать то код? Quote Link to comment Share on other sites More sharing options...
Respected Posted December 17, 2012 Share Posted December 17, 2012 BBCode Popup popup.zip Kovaks 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.