hi friends
i am working with publishing site
i have to allow user to edit page according to the request.
i have one "RequestList" (custom list) which will have ID of page which need to edit
my problem is, i need to validate when user clicks on edit page if RequestList have this page ID or not if ID is not there it should not go to edit mode.
how can i do this using javascript.