Thread: Frame Location?
View Single Post
Old Sep 23rd, 2004, 9:40 AM   #7
Berto
Programming Guru
 
Join Date: Aug 2004
Posts: 1,022
Rep Power: 6 Berto is on a distinguished road
Send a message via AIM to Berto Send a message via MSN to Berto
i would use a server side scripting and just chuck something in teh url you are sending

if (req.getParameter("a").equals("1)){
show frame here
}else{
show frame there
}



URL: http://location.com?a=1 and http://location.com?a=12

thats java btw

would give you 2 different pages, i could show you the code to do it in php or asp .net as well and the rest of them could show you in the other languages they no.
__________________
"Put your hand on a hot stove for a minute, and it seems like an hour. Sit with a pretty girl for an hour, and it seems like a minute. THAT'S relativity."

- Albert Einstein
Berto is offline   Reply With Quote