Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
i have a link of change password..after clicking on that only particular div is appear with the change password form..page should not be refresh..all the other part of page should remain as it is
Posted
Comments
Sergey Alexandrovich Kryukov 1-Oct-12 15:41pm    
Not clear. Besides, one tag of the question already contains the answer -- it's Ajax.
--SA

If I have understood you correctly, you want to open a div with change password link click, which contains the update password controls.

The best way is to use a jQuery overlay - which behaves like a modal window and when open, the outer region gets darkened.

To know more about Jquery Overlay, follow the links below,
Modal Popup Overlay[^]
http://alvarojunior.com/jquery/joverlay/0.7.1/[^]
http://jquerytools.org/documentation/overlay/index.html[^]

Hope this will be a good start for you.

cheers
 
Share this answer
 
v2
Comments
Member 9334390 2-Oct-12 14:01pm    
thanx
if you can provide code it can be checked here in this forum if you just tell like dat it wont be clear and i can try it but there are people who can defiantly help you ion this regard

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900