TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
BaluReddy Kovvur
NA
45
74.9k
Java script confirm with yes or no
Feb 17 2012 12:38 AM
Hi,
function AssignValueOnCheckboxTick(RouteId, StopNo, totemps, tripid, triptype)
{
if (document.getElementById(RouteId).checked == true)
{
if (triptype == 'P' && StopNo == 1)
{
if ( window.confirm("Do you want to display second employee locality?"))
{
}
else
{
}
}
}
}
my problem is i want to display yes or no instead of ok cancel .please suggest solution.
Regards,
Balu reddy
Reply
Answers (
3
)
Bugs and Faults
How to place a text next to the picture