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
Sourabh Dhiman
NA
323
58.2k
Delete Data Into Database ?
Oct 17 2019 5:45 AM
window.onunload = function () {
debugger;
var ID = getCookie();
var NewValue = ID.replace("transactionID=", "");
//console.log("transactionID =" + NewValue);
removeSoftbooking(NewValue);
With debugger this code can be run.
But i want to this code run without debugger when close my browser.
Reply
Answers (
2
)
How to get value from TinyMce
Not Run Code Google chrome ,FF, Safari .