Click to See Complete Forum and Search --> : links and Iframes


uknowmeim
10-27-2009, 03:14 PM
i want to be able to add something to the div instead of each link that will pull up the links in the iframe. does anyone know how to do this?

<div>
<a></a>
<a></a>
<a></a>
<a></a>
</div>


<iframe></iframe>

KDLA
10-28-2009, 08:53 AM
Not using plain HTML. You might look into javascripting/jquery to do that.