lawler_09
02-22-2011, 07:23 PM
hi guys.
im currently doing a college project and need some help!! so any help would be much appreciated!
basically i have a set of styled links like below:
<div id="accountnav">
<ul id="accountnavlist">
<li><a href="1.php">Link 1</a></li>
<li><a href="2.php">Link 2</a></li>
<li><a href="3.php">Link 3</a></li>
<li><a href="4.php">Link 4</a></li>
</ul>
</div>
and when i click on one of them links, i want the page to open up in the iframe thats on the same page.
i've done something similar using php before, but that was taking selections from a form, but this is taking it just from a link.
again any help would be much appreictaed!!
thanks!
im currently doing a college project and need some help!! so any help would be much appreciated!
basically i have a set of styled links like below:
<div id="accountnav">
<ul id="accountnavlist">
<li><a href="1.php">Link 1</a></li>
<li><a href="2.php">Link 2</a></li>
<li><a href="3.php">Link 3</a></li>
<li><a href="4.php">Link 4</a></li>
</ul>
</div>
and when i click on one of them links, i want the page to open up in the iframe thats on the same page.
i've done something similar using php before, but that was taking selections from a form, but this is taking it just from a link.
again any help would be much appreictaed!!
thanks!