Hi Aleksandra,
1. Yes, there is. Take a look at this page:
http://grizzlyweb.com/webmaster/javascripts/refresh.asp
2. Place this between <head> ... </head> tags.
<script language="javascript">
function popupWindow()
{
newWin=window.open('some_page.htm','newWin','toolb ar=no,location=no,directories=no,status=no,menubar =no,scrollbars=no,resizable=no,width=300,height=20 0,top=100,left=100')
}
</script>
Adjust the properties to your needs.
Place this between <body> ... </body> tags.
(Call the window from some element on your page: a link, image, etc.)
<a href="javascript
:popupWindow()">Popup Window</a>
HTH,
Lillu
The Purple Couch
http://www.geocities.com/lillamarta