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
karthik v
NA
109
70.6k
How can i disable back button from Child page of a master page
Nov 1 2012 3:24 PM
Hi All
I wanted to disable the back button from a specific child page of the master page as that child page is the end if the flow that is the confirmation page .Can any one give me ideas of how to implement this on the child page.
I put the following code in the master page and it is doing it for all pages.Need your help guys
<script type="text/javascript">
window.history.forward();
function noBack() {
window.history.forward();
}
</script>
Reply
Answers (
4
)
Use of Triggers ?
Logic to check 3 consecutive sequence