PDA

View Full Version : PopUp Window



ChrisK
06-16-2006, 03:15 PM
I've made a popup window for a client, but when it popups up the web address is displayed in the title bar.

I have a title in the web page, but it now appears as so:

http://domain.com - The Computer Mechanics Family

Where the popup is being hosted on "http://domain.com" and the title is "The Computer Mechanics Family".

Is there a way to hide the domain in the popup window? This is very important because my client can not have his domain appear in HIS customers popup window. My client is hosting the file under his domain.

Any thoughts?

Bogie
06-16-2006, 05:21 PM
Tough one ... have tried some scripts that work in some versions of IE, but not in FireFox or the new IE7. So it is not dependable.

Suggestion:
iFrame

EDIT: What is the purpose of the popup? Auto launch for ads? If so, then my suggestion would not be your solution. If for a non-address bar display of a page, then iFrame might be your only choice.

ChrisK
06-19-2006, 09:49 AM
EDIT: What is the purpose of the popup? Auto launch for ads? If so, then my suggestion would not be your solution. If for a non-address bar display of a page, then iFrame might be your only choice.

It's for a video stream. The end-user chooses the video type and a popup window appears with the video.

But the iframe is a good idea.

Bogie
06-19-2006, 09:53 AM
It's for a video stream. The end-user chooses the video type and a popup window appears with the video.

But the iframe is a good idea.iFrame is your best route. PM being sent.