print window problem

  • Thread starter Thread starter mark
  • Start date Start date
M

mark

im printing pages using

RegisterStartupScript("startupScript", "<script
language='javascript'>window.print();</script>")
in code behind
how do i do this to only print the main frame ?

thanks

mark
 
Back
Top