Page 1 of 1

how to refreshing/reload tab menu

PostPosted: Tue Apr 07, 2009 8:04 am
by vicola36
i am trying to have the tab menu reload a new page to reflect updated data in but i am failing.how can i do that i am using php and mysql.if i use header() i am getting errors on headers having been sent.i tried the ob_start() but still no success.The tab menu contains a form for updating profile then there is a profile page.I used the tab menu that contains the <div> and the following
<script type="text/javascript">
initTabs('dhtmlgoodies_tabView1',Array('Private Profile','Public Profile','Update Private Profile','Update Public Profile'),0,900,600,Array(false,false,false,false));
</script>


help