Для форума:[/code]
В общий вид страниц форума, в самый верх
Code
<script>
function file()
{
windowFile = window.open('http://file.forucoz.com/','s1','width=470,height=240,resizable=1,status=0,scrollbars=1,left=25,top=700');
}
function oknaclose()
{
windowFile.close(); // by forucoz.com [Bogdan4eg]
}
</script>
Форма добавления сообщения, после
Code
<td class="gTableRight" colspan="2" align="center" id="frM60">
ставим
Code
<input type="button" onclick="file()" value="Залить файл" />
готово!
В любое другое место:
В любой шаблон, в самый верх
Code
<script>
function file()
{
windowFile = window.open('http://file.forucoz.com/','s1','width=470,height=240,resizable=1,status=0,scrollbars=1,left=25,top=700');
}
function oknaclose()
{
windowFile.close(); //
}
</script>
это в любое место
Code
<input type="button" onclick="file()" value="Залить файл" />