Click here to Skip to main content
16,005,206 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How use javascript function in codebeind file Pin
Rinki Mukheraji15-Oct-07 22:42
Rinki Mukheraji15-Oct-07 22:42 
GeneralRe: How use javascript function in codebeind file Pin
varshavmane15-Oct-07 22:44
varshavmane15-Oct-07 22:44 
GeneralRe: How use javascript function in codebeind file Pin
Rinki Mukheraji15-Oct-07 22:50
Rinki Mukheraji15-Oct-07 22:50 
GeneralRe: How use javascript function in codebeind file Pin
varshavmane15-Oct-07 23:02
varshavmane15-Oct-07 23:02 
GeneralRe: How use javascript function in codebeind file Pin
Rinki Mukheraji15-Oct-07 23:14
Rinki Mukheraji15-Oct-07 23:14 
GeneralRe: How use javascript function in codebeind file Pin
Christian Graus15-Oct-07 23:33
protectorChristian Graus15-Oct-07 23:33 
GeneralRe: How use javascript function in codebeind file Pin
Rinki Mukheraji15-Oct-07 23:42
Rinki Mukheraji15-Oct-07 23:42 
GeneralRe: How use javascript function in codebeind file Pin
Sandeep Akhare15-Oct-07 23:54
Sandeep Akhare15-Oct-07 23:54 
i gave same reply to Sonia also put this script in the content placeholder of that page i thing it should work now Smile | :)
<br />
<asp:Content ID="Content2" ContentPlaceHolderID="FormContentPlaceHolder" runat="server"><br />
<script type="text/javascript" src="JS/LandingPage.js" language="javascript"></script><br />
 <script type="text/javascript" ><br />
    window.onbeforeunload=callThisFunction<br />
    <br />
    function callThisFunction()<br />
    {<br />
        alert('hi');<br />
    }<br />
    <br />
    <br />
    <br />
    </script><br />


Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




GeneralRe: How use javascript function in codebeind file Pin
Christian Graus16-Oct-07 0:22
protectorChristian Graus16-Oct-07 0:22 
AnswerRe: How use javascript function in codebeind file Pin
Sandeep Akhare15-Oct-07 22:28
Sandeep Akhare15-Oct-07 22:28 
AnswerRe: How use javascript function in codebeind file Pin
Christian Graus15-Oct-07 22:49
protectorChristian Graus15-Oct-07 22:49 
GeneralRe: How use javascript function in codebeind file Pin
Abolfazl Sheikhloo15-Oct-07 23:09
Abolfazl Sheikhloo15-Oct-07 23:09 
GeneralRe: How use javascript function in codebeind file Pin
Rinki Mukheraji15-Oct-07 23:27
Rinki Mukheraji15-Oct-07 23:27 
GeneralRe: How use javascript function in codebeind file Pin
Sandeep Akhare15-Oct-07 23:32
Sandeep Akhare15-Oct-07 23:32 
GeneralRe: How use javascript function in codebeind file Pin
Christian Graus16-Oct-07 0:23
protectorChristian Graus16-Oct-07 0:23 
GeneralRe: How use javascript function in codebeind file Pin
Rinki Mukheraji15-Oct-07 23:48
Rinki Mukheraji15-Oct-07 23:48 
AnswerRe: How use javascript function in codebeind file Pin
Sathesh Sakthivel15-Oct-07 23:01
Sathesh Sakthivel15-Oct-07 23:01 
GeneralRe: How use javascript function in codebeind file Pin
Christian Graus15-Oct-07 23:15
protectorChristian Graus15-Oct-07 23:15 
Questionauthentication? [modified] Pin
bug_aonz15-Oct-07 21:46
bug_aonz15-Oct-07 21:46 
Questionweb user control problem Pin
Sonia Gupta15-Oct-07 21:39
Sonia Gupta15-Oct-07 21:39 
AnswerRe: web user control problem Pin
Christian Graus15-Oct-07 22:25
protectorChristian Graus15-Oct-07 22:25 
GeneralRe: web user control problem Pin
Sonia Gupta15-Oct-07 22:36
Sonia Gupta15-Oct-07 22:36 
GeneralRe: web user control problem Pin
Christian Graus15-Oct-07 22:42
protectorChristian Graus15-Oct-07 22:42 
AnswerRe: web user control problem Pin
Sandeep Akhare15-Oct-07 22:32
Sandeep Akhare15-Oct-07 22:32 
GeneralRe: web user control problem Pin
Christian Graus15-Oct-07 23:13
protectorChristian Graus15-Oct-07 23:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.