PDA

View Full Version : Help?



Erica
11-12-2006, 09:06 PM
Hey guys! I was just wondering if anyone could give me a link / script on how to create something like the billboard on this website. (http://habborator.org/badges/index.html)

Thanks,
Erica

nets
12-12-2006, 10:28 PM
<script type="text/javascript">
<!--
function board(imgsrc, desc)
{
var boardele = document.getElementById('board');
boardele.innerHTML = '<img src="'+imgsrc+'" /> <br />'+desc;
}
-->
</script>
<div id="board"></div>
<img onclick="board('something.gif', 'pretty badge')" src="blah.gif"/>

Although, I wouldn't copy their idea unless you have permission.

MrChaz
14-12-2006, 12:58 AM
Not there idea, been done alot.

Want to hide these adverts? Register an account for free!