Quote:
Originally Posted by kh99
Ah, I see now. Sorry.
I think you can give the iframe a name like <iframe name="somename".... then make it the target of the links with <a target="somename" href=...
|
Yep, seems like you're right!
However, I have a problem, if I understood correctly it should be like:
<a target="FrameName" href="/forum/search.php?do=getnew">Latest Active Posts</a>
( Not really sure if this will work, the dicument that handles the forums is called forum.php and within that document I'm calling the vBulletin with:
<iframe src="http://theblackthorn.co.uk/forum/" width="910" height="800" frameborder="0"></iframe> )
However, how to achieve that with this:
document.writeln("<a href=\"/forum/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> (Posted By: "+threads[x].poster+")<br />");
Just with adding the target before the href will work?
Thanks so much!
A.-