
-----------------------------------
Homer_simpson
Sun Aug 03, 2003 1:24 am

redirecting
-----------------------------------
how do i do this
if(true) open a url
else
open another

-----------------------------------
PaddyLong
Sun Aug 03, 2003 1:58 am


-----------------------------------


source: http://ca2.php.net/header

-----------------------------------
Homer_simpson
Sun Aug 03, 2003 2:10 am


-----------------------------------
what if i need it to change a specific frame or i frame...?

-----------------------------------
Amailer
Sun Aug 03, 2003 9:42 am


-----------------------------------
How about use javascript?


function newWindow() {
window.open('LOCATION','FRAME NAME','menubar=yes,scrollbars=yes,resizable=yes');
}



-----------------------------------
PaddyLong
Sun Aug 03, 2003 2:25 pm


-----------------------------------
I would advise against using iframes since only IE supports them

-----------------------------------
Amailer
Sun Aug 03, 2003 2:34 pm


-----------------------------------
Ya iframes are not good...
They limit the space to display your information and etc :?
