开发者

Open Jpg in morzila firefox using jsp link dynamicaly generated for image

开发者 https://www.devze.com 2023-02-01 23:39 出处:网络
How to open jpeg in jsp file using Mozila Firefox? It works in IE but can\'t run in Firefox by passing it\'s scr tag dynamicaly

How to open jpeg in jsp file using Mozila Firefox? It works in IE but can't run in Firefox by passing it's scr tag dynamicaly

It will say E:\stxavier\docs\7.jpg

e not protocol error

and without generate dynamic content it will see path like

e|\stxavier\docs开发者_开发知识库\7.jpg 

So I can't understand that meaning I also use this thing but my other link to pdf or avi file is lost


To link to a local file, like "E:\stxavier\docs\7.jpg" you should prepend the local path with "file:///".("file:///e:/stxavier/docs/7.jpg") But even if you do this Firefox and Opera sometimes DO NOT ALLOW links to the local file system. Sometimes it will work sometimes it will not, you just can not relly on links to local files.

0

精彩评论

暂无评论...
验证码 换一张
取 消