Click here to Skip to main content
15,901,721 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am trying to upgrade a website. It is supposed to work like when i click
a link ( which is targeted to excel file ) its should give OPEN/SAVE dialog box .
<a href="path to excel file" target="_blank">

but in new tab i am getting file not found.
How t get a OPEN/SAVE dialog option window when open Excel from IE browser ??
Thanks
Posted
Updated 11-Mar-12 11:15am
v2
Comments
Sergey Alexandrovich Kryukov 10-Mar-12 23:15pm    
Please excuse me, but how can you explain how can you develop Web applications at all, if you failed to format your question in HTML properly?
Please fix it.

And how come you cannot see that you information is not sufficient to help you?
--SA
prthpatel412 11-Mar-12 17:25pm    
I am sorry about that, but I am novice in this forum and in web development .
And my question is there is a working website where when you click on one of the tab in menu , it ask you to open/save excel file . Its working perfectly .I know the location of file also , now when i tried to replace that file with the new one by changing the name in href attribute ( by the way I put new file in same location where old file was ) its opening new tab with message file not found instead of giving me open/save dialog box.
I will be glad if you can guide me where i am going wrong .
Thanks

1 solution

There is a bug detected in Microsoft Internet Explorer 8, which creates problem to open links in a new tab or a new window. This issue occurs when a user right-clicks a web link/address on a web page, and then click [Open in New Window] or [Open in New Tab]. This bug makes the web page cannot be opened in a new window/tab

This is caused due to some registry problems occurred, when the program doesn’t get installed properly. To resolve this issue, follow the below steps:
CSS
1.  Go to Start > Run, type cmd and click ok.
2.  In cmd window, type regsvr32 actxprxy.dll and enter it.
3.  Now you will receive the following message: DllRegisterServer in actxprxy.dll succeeded. Click Ok
4.  Restart your computer
 
Share this answer
 
Comments
prthpatel412 11-Mar-12 17:28pm    
Thanks but i don't think i have that problem . May be i was not clear about my question .
My question is there is a working website where when you click on one of the tab in menu , it ask you to open/save excel file . Its working perfectly .I know the location of file also , now when i tried to replace that file with the new one by changing the name in href attribute ( by the way I put new file in same location where old file was ) its opening new tab with message file not found instead of giving me open/save dialog box.
I will be glad if you can guide me where i am going wrong .
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900