Link from one Iframe to another Iframe
Posted: Thu Jan 29, 2004 10:02 am
Well I have 3 iframes:
search_clients
search_results
client_info
within index.php.
I have a form in iframe(search_clients) that posts to iframe(search_results).
This works fine.
In iframe(search_results) I display a list of clients with a href to their info in iframe(client_info).
This doesn't work in IE 6,
but it works fine in Opera 7.23.
My href looks like:
[a href="http://www.mysite.com/index.php?page=view_client&id=2" target="client_info"]John Smith[/a]
Flow:
search_clients -> (submits to) -> search_results -> (links to) -> client_info
Any ideas?
search_clients
search_results
client_info
within index.php.
I have a form in iframe(search_clients) that posts to iframe(search_results).
This works fine.
In iframe(search_results) I display a list of clients with a href to their info in iframe(client_info).
This doesn't work in IE 6,
but it works fine in Opera 7.23.
My href looks like:
[a href="http://www.mysite.com/index.php?page=view_client&id=2" target="client_info"]John Smith[/a]
Flow:
search_clients -> (submits to) -> search_results -> (links to) -> client_info
Any ideas?