Hi,
I have a web page with this piece of code so when i click on the icon it opens the document in a new window:
<SCRIPT language="JavaScript">
function C{
var open_doc = window.open('file:\\\\server\file.pdf','popup','scrollbars=yes,height=600,width=800,resizable=yes');
}
</SCRIPT>
<a href="javascript
pen_doc895312493()" ><img border="0" src="/acrobat.gif" widht="18" height="18" alt ="\\server\file.pdf" align="middle"></a>
Now i've been asked if it's possible to right click on the icon to save the file. Right now, if you try to do so you get an error as it tries to open "open_doc895312493()"
Thanks.
I have a web page with this piece of code so when i click on the icon it opens the document in a new window:
<SCRIPT language="JavaScript">
function C{
var open_doc = window.open('file:\\\\server\file.pdf','popup','scrollbars=yes,height=600,width=800,resizable=yes');
}
</SCRIPT>
<a href="javascript
Now i've been asked if it's possible to right click on the icon to save the file. Right now, if you try to do so you get an error as it tries to open "open_doc895312493()"
Thanks.