OK, so I am trying to make an iframe change the parent page and display the new information in the iframe.
For instance, I have some tabs:
Tab 1, Tab 2, Tab3
When I am in Tab 1, with iframe1, I want a link in iframe1 to make the parent page Tab2, but display the information passed in the link.
Does this make any sense?
Tab1.asp
iFrame1
Link in iFrame1 to iframe2 in Tab2.asp
Tab2.asp
iFrame2
parameters passed in link from iFrame1 to make HTML in iFrame2 display a certain record
How can I do this with javascript, or anything for that matter? I am using asp pages right now, but would prefer to use javascript
I am using iframes because I am taking alot of different applications and making them all work in one framework.