Open a new page

Hi!

In my application, I've an html file and i want saving or opening .

With IE, when i open it, it opens in the same page, instead i want to open it in a new page.

Basically i know how to open a new page, but i don't want to open it when i choose to save.

How can i do?

Thanks

[316 byte] By [stefano_maxisa] at [2007-10-2 12:56:13]
# 1
<a href="foo.com" target="_blank">You can also do the same with Javascript.- Saish
Saisha at 2007-7-13 10:12:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks, but this doesn't solve my problem.If i try to save the file, the window i've just opened with _blank, remains opened.
stefano_maxisa at 2007-7-13 10:12:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
So I'm clear, you are selecting file->open in the browser?- Saish
Saisha at 2007-7-13 10:12:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
I have a link on page which show the popup of ie to "open" or "save as".I want a new page when i choose "open", but i want only the download when i click "save as".
stefano_maxisa at 2007-7-13 10:12:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
I forgot: I download an html page (with other formats i haven't problems).
stefano_maxisa at 2007-7-13 10:12:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 6
you will hae to use java scripts for this. And that is totally different from java
LRMKa at 2007-7-13 10:12:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 7
Thanks, but what i have to check?
stefano_maxisa at 2007-7-13 10:12:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...