hi all,
In a web page there is a <div> area, in that i read the content of a file. in that file also navigation link present.if i click on that link it will open in new window.but i need to open that file in the same <div >area. how can i achieve this.
example
<div>
<?php html file reading ?>
in html file <a>one</a><a>two></a>
</div>
if i click 'one' that contenet should be displayed in the same <div> Area
can any one help me plz..
thanks.



Reply With Quote

Bookmarks