Hi all ,
Im quite new to AJAX development. The problem im having is , when i up update a page using AJAX, the updated content is not formatted according to the specified CSS ..
how this can be solved ?
please help me..
Thanks in advance
Regds
sk
Printable View
Hi all ,
Im quite new to AJAX development. The problem im having is , when i up update a page using AJAX, the updated content is not formatted according to the specified CSS ..
how this can be solved ?
please help me..
Thanks in advance
Regds
sk
How are you doing your page updates?
hi hack ,
the updated content will be a jsp page..im passing only those within a div tag ... that div tag's id is same as the id of the div tag in the page on which the response will be written ( im using <element>.innerHTML ) ... the css file has an entry for elements, the id of which is the same as im assignd to the div tag ..
is this clear to u ?
PS : by the way , my page updating part is happening..the thing is its not styled according to the css file
Thanks