I am wondering where to start since I know almost nothing when it comes to JavaScript how to use it to calls an Iframe that was built using HTML5. heres the line of code I am using that i want to try to allow to call into the Iframe without having to reload the entire page.
<BR><a style="text-decoration:none" href="test.html" target="_top">test</a>
thats the code I'm trying to place into this iframe without having the whole page reload or load a new tab which is the problem i keep running into...
<div id="contentframe">
<iframe seamless id="contentframe" src="Contentframe.html" height=550px width=1003px align=center frameborder= "0"></iframe>
</div>
Honestly any help would be amazing at this point