QUOTE(haveacigar @ 12 Feb, 2007 - 08:07 PM)

QUOTE(Boris_zZz @ 12 Feb, 2007 - 08:04 PM)

QUOTE(hotsnoj @ 12 Feb, 2007 - 07:42 PM)

This is html/javascript.
Moved.
ah yes, thanx

I would imagine it would involve meta refresh after you click the save file link... just to point you in the right direction..
ah ok, but i thought clicking the save-file button is a browser function - how would i implement code in my webpage that is able to listen to when a user has clicked the save file button...
so far: i have used this
CODE
<body onload="java script:window.open('file.html');">
that opens a new window which directs the user to the file ....
CODE
<head>
<script type="text/javascript">
<!-- hide
window.location = "test.zip"
// done hiding -->
</script>
</head>
unfortunately the pop-up window is blocked in FF...
is there a way around this?