Click to See Complete Forum and Search --> : How do I get a pop-up window to say something in the top section?


Leo Mandy
02-10-2006, 05:50 PM
I used the awesome page :
http://javascript.internet.com/generators/popup-window.html
To come up with my pop-up window - thank you!!
But my problem is this, when the window pops up, in the top blue bar - it says the url, which I don't like AND I want somewhere in the window, in the title, somewhere for it to say PREVIEW. IS there any way of doing that with the pop-up generator script? Thanks

bathurst_guy
02-10-2006, 06:05 PM
Well on the actuall page that you are opening, give it a title in the head
<title>PREVIEW</title>

Leo Mandy
02-11-2006, 08:12 AM
I am not sure I understand, because the actual page, I don't control. It is just a pop up window controlled by the javascript, so I don't see the htm file anywhere...

kdcgrohl
02-11-2006, 08:39 AM
If you don't control the html, then you don't control the window title.

Leo Mandy
02-12-2006, 03:11 PM
Ok, I am new at this, but it doesn't seem to give me control. I just cut and paste from the generator and it auto pops up a window, which I can control the size etc, but I am not sure if I can control the <title>, where and how do I do this? Or are you saying that I cannot unless I use another method?