Hello All,
I have a table with links to various excel files in my app. Ex: '882700.xlsx'
A user can click to open this excel and make the necessary changes and save it. When the next reload takes place the changes reflect over the app.
All this process works fine with IE, but with mozilla i get a new tab which doesn't respond anymore and with Chrome i cannot at all click on the link.
Also, i observed that the link generated by IE is different from Mozilla and Chrome
IE: \\MyServerName\Folder\SubFolder\882700.xlsx
Mozilla and Chrome: http://MyServerName/Folder/SubFolder/882700.xlsx
Can someone please provide inputs over this.
TIA!!