Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to Add Message and Confirmation Boxes Using JavaScript?

Answer Posted / guest

public void AddConfirmMessage(WebControl ctl, string
message)
{
ctl.Attributes.Add("onclick", "if ( ! confirm( '"
+ message + "' )) return false; ");
}

public void AddPopupMessage(WebControl ctl, string message)
{
ctl.Attributes.Add("onclick", "alert( '" + message
+ "'); ");
}

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

maximizing the main window

2067


code to keep a page Out of the browser history

2040


Create a Menu that can be activated while clicking on Right Mouse button

2117


code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc

2161


determine which Element received an Event

2324


code to detect availability of cookies

2175


Code to Block submission of form by pressing Enter Key

2494


code to get the coordinates of a Click Event

2218


how to Scroll a DIV content

2572


code to positioning of window in certain dimensions

2115


how to copy form data between different pages

2299


how to pass data between pages using Cookies

2445


how to get the User's Time of Day

2118


how to create Expandable and Collapsible Menus

3238


Create a ViewState Property?

2702