Java Script
DocumentGetElemetnByID Function July 2020
Modal Popup(2010)
PopUpCalendar
Javascript
email validator (Keywords: validate email)
Popup window that disappears on blur…
Trim
Function
How to hide controls when printing…
How to disable a button on submit…
How to
set a style through code (Visiblility Hidden)…
How
to disable back button (browser history)
RegisterClientScriptBlock
and RegisterStartupScript
JavaScript Postback
and run code behind the cmdNext button
Javascript include file directive
Open A Popup Window, Get Data, Place In
The Parent Window
Get
Values From A DropDownList
And Place Them Somewhere Else
Javascript Mid or substring function
Select A DataGrid Row By Clicking Anywhere In The Row. Also this.style.cursor = ‘hand’
Tab between fields automatically
when the textbox is full…
Select
A Value From A Popup Page
How to change the background color of a datagrid
on the mouseover…
Close A
Window without IE’s annoying Prompt
Disable
the submit button after the user clicks on it…
This command will show the
control where the cursor was after a click (ActiveElement)…
Scroll a
Panel or a Div
automatically…
This JavaScript was
used in the PanalBar OnClick
Event To Submit the ASP.Net Page.
JavaScript:return getconfirm();function getconfirm() { if (confirm('Do
you want to submit this form?')==true) document.Form1.submit(); else return
false;}