Feeds:
Posts
Comments

Posts Tagged ‘javascript’

  406                 control.BasePage.RegisterStartupScript(“DefaultButtonForLogin”, String.Format(@”   407 <script language=””javascript””>   408 <!–   409 function handler(e)   410 {{   411     if ((e && ((e.which && e.which == 13) || (e.keyCode && e.keyCode == 13))) || (event && event.keyCode == 13))   412     {{   413         document.forms[0].action = ‘{0}’;   414         {1};   415         return false;   416     }}   417 }}   418 if (!!document.forms[0]['{2}'])   419     document.forms[0]['{2}'].onkeydown = [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.

Join 135 other followers