das ganze is doch ganz einfach und wurde bereits beschrieben:
parent.dein_window.location.href
oder einfach nur
location.href (ohne frames)
diese url kannst du dann ganz leicht splitten:
var url=parent.dein_window.location.href.split("&");
url[0]...
usw...