Dear Friends,
Recently I have starte to learn AJAX.
I have developed a small functionality " TO FILL DROP DOWN LIST OF CITY BASED ON STATE".
For that I am calling server side method from _javascript_ and filling drop down of city.
URL is like this http://localhost/webapp/page1.aspx?stateid=[id]
It's working fine without any issue.
Now I have question , If any user visit that page and from view sorce copy that script
and call my link
http://localhost/webapp/page1.aspx?stateid=[id]

that user can able to get list of city from simply copy/paste of _javascript_ from my page.
So I want to know how to implement security so another page can't use my link.
please help me .
Thanks in advance.


--
Learn Zala
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to