<%
exportfile = 10
%>

<SCRIPT LANGUAGE=javascript>
<!--
alert('http://www.mywebpage.com/' + <%= exportfile %>);
window.open('http://www.mywebpage.com/' + <%=exportfile%>, 'DatabaseActivity',

'resizable,scrollbars,toolbar')
-->
</SCRIPT>



i hav checked with abv code and its wrking for me .. from where r u getting ur 'ExportFileName '