Iframe examples

From Mibbit Wiki
Jump to: navigation, search

(moved from Advanced_iframe)

Let users choose which skin to use.

It will be necessary to edit this to get something that looks nice.

<!doctype html5>
<html>
<head>
	<title>Mibbit Widget Example:  Select Multiple Skins (No Javascript)</title>
</head>
<body>
	<a href="http://widget.mibbit.com/?server=irc.yourserver.net&channel=%23yourRoom&settings=<large-id>" target="mibFrame">Large Text</a>
	  
	<a href="http://widget.mibbit.com/?server=irc.yourserver.net&channel=%23yourRoom&settings=<small-id>" target="mibFrame">Large Text</a>
	
	<br><br>
	
	<iframe src="about:blank" name="mibFrame" height="80%" width="100%">
</body>
</html>

(might not work in all browsers)