hi
i have a php page in which i have included few tabs links like
games, news,entertainm ent etc.,
when i click the tablink an ajax page is loaded below.
In that ajax page several pages(iframes) are loaded inside the tables, such that it contains three tables in a row.
each table contains different pages loaded through iframes,
and an close button is available so that we can close the unwanted tables(containi ng frames).
"i hav done similar to igoogle drag and drop portion without drag option"
so if we close an table the page name is stored in the database and it is not diaplayed.,
The problem is when i close the tables(page containing iframes) its getting closed and the values are stored correctly in the database., but after that if i click the same tablink the ajaxpage gets loaded along with the closed tables(which i have closed).
i,e the page gets loaded with the old datas without getting the refreshed values from the database.,
it works well in firefox.,
Can anyone help me.,
regards
vijay
i have a php page in which i have included few tabs links like
games, news,entertainm ent etc.,
when i click the tablink an ajax page is loaded below.
In that ajax page several pages(iframes) are loaded inside the tables, such that it contains three tables in a row.
each table contains different pages loaded through iframes,
and an close button is available so that we can close the unwanted tables(containi ng frames).
"i hav done similar to igoogle drag and drop portion without drag option"
so if we close an table the page name is stored in the database and it is not diaplayed.,
The problem is when i close the tables(page containing iframes) its getting closed and the values are stored correctly in the database., but after that if i click the same tablink the ajaxpage gets loaded along with the closed tables(which i have closed).
i,e the page gets loaded with the old datas without getting the refreshed values from the database.,
it works well in firefox.,
Can anyone help me.,
regards
vijay
Comment