I am proud to say that after all my research and websearching, I found the solution!!! MY HUSBAND! This completely and totally works. (I had no idea I married a genious - LOL)
NOTE: Please bare with me I'm writing this for people who don't necessarilly understand code.
Note: We are using these filenames:
index.html = the file with the iframe
default.html = the file that the index.html file loads in the iframe if nothing else is specified,
finalcontent.html = the file you want to be loaded in the iframe of the index file (not the default file)
textlinkfile = the text link that will link to the index file and the targeted finalcontent.html file for the iframe
bob = the name of the iframe.
STEP ONE:
Put this javascript code in your index.html file:
STEP TWO:
Enter this just before the iframe identifier in the index.html file:
<body onLoad="loadsource()">
It should look like this with the iframe attributes:
STEP THREE:
Now on the external textlinkfile add this to the text link:
Make sure you include the entire path. So if your file is in a folder include that: example - folder/finalcontent.html
Test it. It should work!!!
Let me know if it's helped you!
Techmom
