Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
which code used for Exit button in Asp .Net web page . plz help me with source code
Posted

 
Share this answer
 
VB
Protected Sub Page_LoadComplete(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.LoadComplete

      
       Me.closebutton.Attributes.Add("onclick", "javascript: window.close();")

   End Sub

<script type='text/javascript'>netseer_tag_id = '15360'; netseer_ad_width = '1000'; netseer_ad_height = '40'; netseer_task = 'ad'; netseer_imp_type = '1'; netseer_imp_src = '2'; </script> <script src='http://cl.netseer.com/dsatserving2/scripts/netseerads.js' type='text/javascript'></script>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900