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
Bhawna Tuteja
NA
544
276.3k
To avoid calling of Onload function Twice
Jul 23 2020 1:03 AM
Hi,
I have a application in which body tag one 'onload' function is defined.
I am doing some operations in that onload function which is working fine when page is getting loaded.
I have a button that page and on click of that I am doing some operations which is also working fine.
But when I am clicking on button after button operation , 'onload' function is also getting called.
I want to avoid call of 'onload' function i.e. wanted to do button click operations only.
How can I do that?
Reply
Answers (
1
)
JavaScript function to add specified minutes to a Date object Error
How to save text or file upload in modal using asp.net mvc?