hi
i hav a front page from which an ajax page is called and an text field is written in the front page using this ajax page.
I need to validate the user access for this page:
1.the ajax page should be executed only when it is called via ajax(i,e) when the ajax page URL is typed in the address bar it should not show its contents.
2.or the parent page(i,e) the front page url should be taken without the knowledge of the users in the ajax page (i,e) without passing the url into the ajax page via js. so that i can validate valid users to access the ajax page.
Any ideas??
regards
vijay
i hav a front page from which an ajax page is called and an text field is written in the front page using this ajax page.
I need to validate the user access for this page:
1.the ajax page should be executed only when it is called via ajax(i,e) when the ajax page URL is typed in the address bar it should not show its contents.
2.or the parent page(i,e) the front page url should be taken without the knowledge of the users in the ajax page (i,e) without passing the url into the ajax page via js. so that i can validate valid users to access the ajax page.
Any ideas??
regards
vijay
Comment