PDA

View Full Version : Pop up Windows Title Help


starlit
07-04-2005, 03:46 AM
Hi
I'm working on Win2k3 server IIS 6.0 IE 6.0
I launch a poop up window from flash movie everything is ok, script work just fine but the new window (pop up) shows domain in title bar as well as title too like this:
title bar (http://www.domain.com - Page Title - Microsoft Internet Explorer)
Although I've added only this title in html pages
<title> Page Title </title>
I just want title bar only show the (Page Title - Microsoft Internet Explorer)
How configure this, any idea?
Here are flash and html codes:
Flash code
on (release) {
getURL ("javascript:spawnWindow('popup.html','window','tool bar=no,location=no,status=no,menubar=no,scrollbars =no,resizable=no,width=415,height=408')");
}

HTML code

<script language="JavaScript">
<!--
function spawnWindow(URL,Name,features) {
window.open(URL,Name,features);
}
//-->
</script>

Pop up window code
<html>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=ks_c_5601-1987">
<head>
<title> Page Title </title>
</head>
Does any one know this script work on other browsers? I've MS IE 6.0.
P.S: this happen only in pop up windows main page just shows the title bar.

Thanks

uramis
02-07-2006, 07:41 PM
dammmnnn! im having the exact same problemmm!!! and it's urgent!! HELP! :D