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
69.5k
Redirect page at given time.
Jun 1 2020 2:03 AM
Let say i have this code below:
<script type=
"text/javascript"
>
$(document).ready(
function
() {
setTimeout(
function
() {
window.location.href =
"../StaffAttendance/ClockOut.aspx?kdjbt=4100"
;
}, 5000);
});
</script>
how do i set the time read from database..
Let say every day at 3PM the page will redirect to /StaffAttendance/ClockOut.aspx.
Please help. TQ in advance.
Reply
Answers (
3
)
MVC project Architure with Model and Data layer Separate
How to create the email template height in Sendinblue