I have the following html code.
<a href="mypage.cfm?supplycategory=#id#" target="requestform">category</a>
This reloads the specified page in the specified iframe without reloading the parent page. It does exacly as I want it to do.
However, in addition to functioning as it does, I would also like this action to ALSO reload another frame. Basically, on click, both frame #1 (requestform) and frame #2 would reload in the parent page.
Suggesions are more than welcome and thank you in advance.
If nothing else, maybe I can use the javascript "onclick" equivalent of the above tag? Don't know.
<a href="mypage.cfm?supplycategory=#id#" target="requestform">category</a>
This reloads the specified page in the specified iframe without reloading the parent page. It does exacly as I want it to do.
However, in addition to functioning as it does, I would also like this action to ALSO reload another frame. Basically, on click, both frame #1 (requestform) and frame #2 would reload in the parent page.
Suggesions are more than welcome and thank you in advance.
If nothing else, maybe I can use the javascript "onclick" equivalent of the above tag? Don't know.