Difference between revisions of "Mibbit in a Popup"

From Mibbit Wiki
Jump to: navigation, search
m
(clean up, added orphan tag)
Line 1: Line 1:
 +
{{orphan|date=December 2009}}
 +
 
Example for a link to open the full blown Mibbit version in a popup window (in the top left corner, using a secure connection):  
 
Example for a link to open the full blown Mibbit version in a popup window (in the top left corner, using a secure connection):  
 
  <a href='#mibbit_full'
 
  <a href='#mibbit_full'
Line 12: Line 14:
 
Using the embedded Mibbit: [http://wiki.mibbit.com/index.php/Widget#Use_the_Widget_in_a_Popup Widget popup]
 
Using the embedded Mibbit: [http://wiki.mibbit.com/index.php/Widget#Use_the_Widget_in_a_Popup Widget popup]
  
[[Category: Code]]
+
[[Category:Code]]
[[Category: How To]]
+
[[Category:How To]]
 
[[Category:Widget]]
 
[[Category:Widget]]
 +
{{DEFAULTSORT:Mibbit In A Popup}}

Revision as of 20:00, 27 December 2009


Example for a link to open the full blown Mibbit version in a popup window (in the top left corner, using a secure connection):

<a href='#mibbit_full'
onclick='window.open("https://www.mibbit.com/","","resizable,left=0,top=0,width=999,height=555")'>
mibbit full version (https, popup)</a>


For your personal use you can also paste

javascript:void(window.open("http://www.mibbit.com","","resizable,left=0,top=0,width=999,height=635"))

into the URL location input line and/or put it into a bookmarklet to open the full featured version.


Using the embedded Mibbit: Widget popup