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
57.9k
Redirect Another Page ?
Oct 1 2019 5:18 AM
$(window).on("beforeunload", function () {
debugger;
var tid = getCookie();
console.log("TestId =" + tid);
if (tid != "") {
setTimeout(function () {
window.location = "DeleteRec.aspx";
}, 3000);
}
else {
console.log("Not Run");
}
})
This is my code not redirct other page . What's problem this code. Any help me.
Reply
Answers (
1
)
How to prevent dropdown option and maintain the selected opt
how to datatable pagination using jquery?