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
Hazel Mahmud
1.4k
315
70k
reload and close windows
May 16 2020 10:37 PM
Hello..
i have 2 page a.aspx and b.aspx. The a.aspx page will redirect to b.aspx after few seconds. Below are the code.
<script type=
"text/javascript"
>
$(document).ready(
function
() {
setTimeout(
function
() {
window.location.href =
"../StaffAttendance/ClockOut.aspx?kdjbt=4100"
;
}, 5000);
});
</script>
when the page redirect to b.aspx, b.aspx did not refresh so my code for windows.Close did not work.
How to make the b.aspx refresh and run the window.close code working. The window.close should be close after few seconds. Please help. TQ.
Reply
Answers (
6
)
How can i pass multiple radio button values to controller?
I want the output of this code