In case anyone else is looking for a solution to this problem:
I ended up using javascript to solve this problem and call it in the <form onsubmit="whichframe()">
function whichframe(){
if (document.forms[0].strSearchBy[0].checked){
document.forms[0].target = "main"...
I have a frameset consisting of 3 horizontal frames, the search form being in the center frame.
--------------------
| top frame |
--------------------
| center frame |
--------------------
| bottom frame |
--------------------
From that search form, I have 2 radio buttons to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.