Page refresh Problem

Dear All,

I have a from which has html code and it is parse through html. There is a div tag which contains some user information like first name, Last Name, City, Country…

In the country field id dialogbox in which I used @dblookup which look the value of cities and populates city field with cities. The problem is which i change country whole form get refreshed and div tag get collasped. because on the click of div we use hide and show. but when form get refreshed div get collapsed.

As I heard by someone ajax is used to refresh only the part of the form what I want. If it is true can we implement Ajax if yes then pls help me how can I use this technology or pls suggest me if there is some different way.

With Regards,

Vikas K Sinha

Subject: Page refresh Problem

Yes ,Ajax can solve your problem…If You are aware of ajax code…You can solve like this,Maintain separate view only for country…

separate view for city and country…and the remaining thing is as usual …

Subject: RE: Page refresh Problem

Hi Krishna,

Thanks for your Response

Actually I heard about Ajax but don’t know how to do that can you help me pls.

with Regards,

Vikas K Sinha

Subject: Type ajax into the search for this forum

You wull find answers and links to websites with examples.