hello friend,i m using this code[code=php]<div id="get" style="visibili ty:hidden"><? include "time_title.php " ?></div>[/code] in a php page,i want when page load the inclued page time_tiltle.php should not shown,when i click a button,it should appear.but i don't no wat.s the prob. when i open the page it showing the content of timr_title.php, the <div> visibility is hidden.i call a function in a button in which i m setting the visibilty of <div> 'visible'.but it' not working.second problem is that
if i remove the <div> and call it in a table,the page is shown,but the content of page is not shown,if i run this page (time_title.php ) alone its working fine.but if include it on another page,it not shown,if u thinking about address prob.,there is no prob. of address,because both page r in same folder.also its not displaying over all element of form,means over textbox,combo box etc,the combo box is showing over it.i think u all r getting what i m trying to say.pls help me
if i remove the <div> and call it in a table,the page is shown,but the content of page is not shown,if i run this page (time_title.php ) alone its working fine.but if include it on another page,it not shown,if u thinking about address prob.,there is no prob. of address,because both page r in same folder.also its not displaying over all element of form,means over textbox,combo box etc,the combo box is showing over it.i think u all r getting what i m trying to say.pls help me
Comment