Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
dear sir,

i vahe two div tags

like-
HTML
<div class="tab_container">
<div id="tab1" style="overflow-x:hidden;overflow-y: scroll; height:260px">

</div>
</div>

i want to do automatic refresh of div tab1.

plz help......
Posted
Updated 13-May-14 23:11pm
v2
Comments
Nelek 14-May-14 5:00am    
Perfect, go ahead and have fun coding.

Since you didn't ask any question, it is difficult to give you a better answer.

I strongly recommend you to read:
How to ask a question[^] and What have you tried?[^]
Rajkumar_007 14-May-14 5:01am    
<div class="tab_container">
<div id="tab1" style="overflow-x:hidden;overflow-y: scroll; height:260px">

</div>
</div>


this is my two div.....

1 solution

You can not achieve this with php, you will have use javascript to update the contents of the
. Create a javascript array for the content of the tabs and fill that array with php.
 
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