//Javascript Document var metaTag=document.createElement('meta'); metaTag.httpEquiv = "REFRESH"; metaTag.content = "0; url=http://public.crewspace.com/jobs"; //document.getElementsByTagName('head')[0].appendChild(metaTag); //parent.location='http://public.crewspace.com/jobs';