Hi guys

I know that this:


<%
Response.ContentType = "application/msword"
Response.AddHeader "content-disposition", "inline;filename = MyFile.doc"
%>


allows me to obtain -the code that I write- into a word page

I've got a problem
Is there some function or command that allow me -When I want- to finish write in a page and "jump" another page?