austin
02-02-2005, 10:28 AM
hai every one
this is not a javascript question , but i am bit confussed on javascript...
My doubt is as follows:
=====================================================================
CODE ( inside code behind page )
======================================================================
string framescript="<script language='javascript' runat='Server' >
alert('hai')</script>";
Page.RegisterStartupScript("Framescript",frameScript);
======================================================================
will this prompt a alert at the client side if his or her brower do not support javascript or if it is disabled the confussing factor is that it is suppose to run at server ... what will happen ?
Thanks
keep smiling
austin
runat ='server'
this is not a javascript question , but i am bit confussed on javascript...
My doubt is as follows:
=====================================================================
CODE ( inside code behind page )
======================================================================
string framescript="<script language='javascript' runat='Server' >
alert('hai')</script>";
Page.RegisterStartupScript("Framescript",frameScript);
======================================================================
will this prompt a alert at the client side if his or her brower do not support javascript or if it is disabled the confussing factor is that it is suppose to run at server ... what will happen ?
Thanks
keep smiling
austin
runat ='server'