Прикольный скрипт "получить код баннера".Смотриться очень красиво,вот пример :
Кому надо,вот код :
Code
<div align="center">
<script language="JavaScript" type="text/javascript">
<!--
function OpenComment(where){
if(document.getElementById(where).style.display == 'inline'){
document.getElementById(where).style.display = 'none';
} else {
document.getElementById(where).style.display = 'inline';
}
if(document.getElementById('divclick').style.display == 'inline'){
document.getElementById('divclick').style.display = 'none';
} else {
document.getElementById('divclick').style.display = 'inline';
}
}
// -->
</script>
<center>
<div style="font-size: 1em">
<a title="[color=red]Описание[/color]" href="[color=red]Ссылка на сайт[/color]">
<img src="[color=red]Ссылка на баннер[/color]" align="absMiddle" border="0"></a><br>
<br>
<div id="divclick" style="display: inline; margin: 0px">
<a class="sub" href="javascript:OpenComment('divbanner')">Получить код:</a>
</div>
</p>
<p style="margin: 10px 0px 0px">
<div id="divbanner" style="display: none; margin: 0px">
<textarea readonly="readonly" onclick="this.select()" name="name" style=" height:70px; width:130px; padding-right: 5px;
padding-left: 5px; padding-bottom: 5px; overflow: auto; border-top-style: dotted;
padding-top: 5px; border-right-style: dotted; border-left-style: dotted; border-bottom-style: dotted"
rows="15" cols="25"><a href="[color=red]Ссылка на сайт[/color]"><img src="[color=red]Ссылка на баннер[/color]" border="0" alt="[color=red]Описание вашего сайта[/color]" /></a></textarea>
<a class="sub" href="javascript:OpenComment('divbanner')">Закрыть</a>
</div>
</div>
</center>
</div>
Всё что отмечено красным,меняем на свои данные.