Forums

This topic is locked

open browser windows behavior

Posted 15 Nov 2003 05:33:22
1
has voted
15 Nov 2003 05:33:22 Dethel Mateo posted:
is there a way to change the title of the window that pops up when called by the open broser window behavior. I want to open an image but don't want the file location to be shown on the bar, instead I want to place a different name.... Thanks

Replies

Replied 16 Nov 2003 03:06:27
16 Nov 2003 03:06:27 Nozomi Kugita replied:
As far as I know, the titlebar of commonly used browsers takes a value specified in < title > tags. If the browser could not find relevant values, it takes a file name instead.

So if you'd like to hide file paths but still want to show a titlebar, you need to place every images in HTML files with < title > tags specified, and use window.open script to display the JPEG in a new window.

- Noz

Edited by - Noz on 16 Nov 2003 03:09:58

Reply to this topic