Well, one.. I don't see the full Dynamic Drive credit in the source:
Code:
<!--Scrollable iframe script- By Dynamic Drive-->
<!--For full source code and more DHTML scripts, visit http://www.dynamicdrive.com-->
<!--This credit MUST stay intact for use-->
Only part of it is there.
But it looks like your problem is here:
Code:
iframe id="datamain" src="www.freewebs.com/bbgtesting"
The src isn't a valid address. What ever page you want to load needs to be called as well
Code:
iframe id="datamain" src="www.freewebs.com/bbgtesting/pageToLoad.html"
Then make sure that the second half of the JS code is at the very bottom of pageToLoad.html
Edit:
Sorry John, you are faster than I
Bookmarks