Question
onclick open window
<a href="##" onClick="window.open(
'\\server name\cr\google\info\sent\0\#filename#',
'myWin',
'status, width=800, height=200, screenX=100,screenY=75,left=100,top=75'); return false">#
filename# </a>
I am using onclick to open a text file locate on different server but it did not work any suggestions?