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
Gowri A
NA
54
46.7k
how to raise click event withour clicking on button in js
Sep 10 2015 9:24 AM
hi ,
From C# i'm call javascript function which shows the confirmation msg with okie and cancel buttons. Here is the script. So when i click on okie i want to raise click event without clicking on button. Please help me.
<script type="text/javascript">
function myfunction() {
var result = window.confirm("Effective Date is Changed. Do you want to search the details under this date??");
if (result) {
alert("Okie");
// raise button click without clicking on button
}
else {
alert("Cancel");
}
}
</script>
Reply
Answers (
1
)
jquery -how to select filterd rows of table
How to Lock Page Contents until share on Facebook