how to add javascript to webapplication and how to use it
-
hello dears i want to add javascript to webapplication(asp.net) and how to use it ashrafhakiem ashraf_23_2005@yahoo.com
-
hello dears i want to add javascript to webapplication(asp.net) and how to use it ashrafhakiem ashraf_23_2005@yahoo.com
Hi Ashrafhakiem :) Here are a couple of links: http://www.ondotnet.com/pub/a/dotnet/2003/09/15/aspnet.html[^] http://www.youcanlearnseries.com/Programming%20Tips/CSharp/ClientSideCode.aspx[^]
Kind regards - Jakob :cool: ********************************************* Three kinds of people in the world: - Those who can count.. - Those who can't! 10 kinds of people in the world: - Those who understand binary - Those who don't
-
hello dears i want to add javascript to webapplication(asp.net) and how to use it ashrafhakiem ashraf_23_2005@yahoo.com
Hi... What kind of javascript you have to add... we can add javascript easily in asp.Net page. you can add like this in HTML page// function test() { alert('This is a test Page'); } and you can call this function in ..Onclick or Page load or what ever it is.. here i have give you the example for calling function in onclick btnSubmit = it is a button name btnSubmit.attributes.add("onclick","javascript:return test()";) TRY THIS AND GIVE ME YOUR FEEDBACK. Rame..
-
hello dears i want to add javascript to webapplication(asp.net) and how to use it ashrafhakiem ashraf_23_2005@yahoo.com