Click to See Complete Forum and Search --> : Including html from same cod in an iframe


saumanahaii
10-08-2005, 04:17 PM
Ok, I am making a page on Blogspot, and I need to be able to reference html that is in the same document and load it in. I am using the script <a href="http://www.dynamicdrive.com/dynamicindex3/dropdownview2.htm"> here, on dynamic drive</a> and I need


<a href="javascript:jumpto('http://www.cnn.com')">CNN.com</a> |
<a href="javascript:jumpto('http://www.msnbc.com')">MSNBC</a> |
<a href="javascript:jumpto('http://www.abcnews.com')">ABC News</a> |
<a href="javascript:jumpto('#maincontent')">BBC UK News</a>


I need to get the code from main content to be loaded into the iframe. I declated a #maincontent{
...
}

file with all the code in it, but it only loads the main page. If you have no clue what I am saying, just tell me and I'll try to explain it better.