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?
Link from one Iframe to another Iframe
Moderator: General Moderators
-
penguinboy
- Forum Contributor
- Posts: 171
- Joined: Thu Nov 07, 2002 11:25 am
-
penguinboy
- Forum Contributor
- Posts: 171
- Joined: Thu Nov 07, 2002 11:25 am
-
penguinboy
- Forum Contributor
- Posts: 171
- Joined: Thu Nov 07, 2002 11:25 am