08-13-2007, 03:05 AM
Hi All,
I am new to this forum and perhaps you know a solution to the
following .
My Java application is controlled by tiny xml files which are downloaded
and processed when the user clicks the respective <a href="...">
... </a> links. These xml files are downloaded and processed by a
program ../bin/javaws which is part of the Java environment. The
problem is that each time the user clicks an xml file the "downloads"
window appears (depending on what is selected in preferences).
Is there a trick to let the "downloads"-window automatically disappear
for this specific type of link, something like a
java-script-function or an attribute in the URL?
Many thanks
Christoph
I am new to this forum and perhaps you know a solution to the
following .
My Java application is controlled by tiny xml files which are downloaded
and processed when the user clicks the respective <a href="...">
... </a> links. These xml files are downloaded and processed by a
program ../bin/javaws which is part of the Java environment. The
problem is that each time the user clicks an xml file the "downloads"
window appears (depending on what is selected in preferences).
Is there a trick to let the "downloads"-window automatically disappear
for this specific type of link, something like a
java-script-function or an attribute in the URL?
Many thanks
Christoph