Jump to content

BBCode Popup


Recommended Posts

BBCode Popup

Описание: Позволяет обеспечить всплывающее окно с данными.

Для использования включает всплывающие теги:

[popup=name of popup]Content for popup[/popup] 

post-2770-0-91936100-1361214452.png

:good:ТЕПЕРЬ ВОПРОС - ПОДСКАЖИТЕ, КАКИМ ОБРАЗОМ ПРОПИСАТЬ В СООБЩЕНИЕ ЭТОТ КОД, ЧТОБЫ В ВСПЛЫВАЮЩЕМ ОКНЕ ОТКРЫВАЛАСЬ ОТДЕЛЬНАЯ СТРАНИЦА (.php) по указанной ссылке?

Link to comment
Share on other sites

  • 2 weeks later...

ТЕПЕРЬ ВОПРОС - ПОДСКАЖИТЕ, КАКИМ ОБРАЗОМ ПРОПИСАТЬ В СООБЩЕНИЕ ЭТОТ КОД, ЧТОБЫ В ВСПЛЫВАЮЩЕМ ОКНЕ ОТКРЫВАЛАСЬ ОТДЕЛЬНАЯ СТРАНИЦА (.php) по указанной ссылке?

Может <iframe> поможет?

Link to comment
Share on other sites

  • 3 months later...

У МЕНЯ ВООБЩЕ ужас

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>

Link to comment
Share on other sites

  • 1 month later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...