由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 问一个web browser 的问题
... ?
相关主题
如何下载网络页面,不包含,
how to display an excel file in java? (转载)
Browser对Jason object的size有limit吗?How to Parsing function in haskell?
Using EXCEL VBA to download information from websiteparsing bibliography and sorting (转载)
Regular Expressions Cookbook, 2nd Edition问java api的问题
cgi测试newbee问题parsing file in node: js or python ?
问个perl Mechanize问题请教一个parser的问题
Is it possible to run GUI application through browser?URL questions
请教一个vignette vcm问题 (转载)请教一个语言选择的弱问题
相关话题的讨论汇总
话题: file话题: do话题: html话题: ie话题: http
进入Programming版参与讨论
1 (共1页)
k******r
发帖数: 2300
1
IE 在parse URL 和 parse 硬盘上的文件有什么不一样的地方吗?它们的protocol 不
一样,一个是HTTP, 另一个是FILE。
c**t
发帖数: 2744
2
there is no difference on parsing; but will have difference on redering/
execution.

【在 k******r 的大作中提到】
: IE 在parse URL 和 parse 硬盘上的文件有什么不一样的地方吗?它们的protocol 不
: 一样,一个是HTTP, 另一个是FILE。

k******r
发帖数: 2300
3
What is the difference in redering/execution? Would you give me some details
please? Thanks.

【在 c**t 的大作中提到】
: there is no difference on parsing; but will have difference on redering/
: execution.

X****r
发帖数: 3557
4
Mostly security related stuff, e.g. execute script, navigate from
http:// to file://, etc.

details

【在 k******r 的大作中提到】
: What is the difference in redering/execution? Would you give me some details
: please? Thanks.

k******r
发帖数: 2300
5
Sorry I am kind of slow. What did you mean navigate from http:// to file://? Do you have any good book covering this topic to recommend? Thanks.

【在 X****r 的大作中提到】
: Mostly security related stuff, e.g. execute script, navigate from
: http:// to file://, etc.
:
: details

X****r
发帖数: 3557
6
Modern browsers will prevent user from opening local files from web
pages, including direct link, via iframe, via script src, etc.
Recalled from my momery, may not be very accurate.
I don't know any book on that. Why do you care about file:// anyway?

file://? Do you have any good book covering this topic to recommend?
Thanks.

【在 k******r 的大作中提到】
: Sorry I am kind of slow. What did you mean navigate from http:// to file://? Do you have any good book covering this topic to recommend? Thanks.
c**t
发帖数: 2744
7
check this out: http://en.wikipedia.org/wiki/File_URI_scheme

Sorry I am kind of slow. What did you mean navigate from http:// to file://? Do you have any good book covering this topic to recommend? Thanks.

【在 k******r 的大作中提到】
: Sorry I am kind of slow. What did you mean navigate from http:// to file://? Do you have any good book covering this topic to recommend? Thanks.
k******r
发帖数: 2300
8
I am having a strange issue with IE 9 beta. I have a page used to display a
html file in my local drive. But every time, when the page is loaded the
html file won't be displayed until the whole page is minimized and then is
opened again. This issue exists only with IE 9 and it doesn't exist with any
other previous versions. To make it more interesting, if the page is used
to displayed a url, then it will be displayed at once without refreshing
like local html file. Do you have any idea why? Thanks.

【在 X****r 的大作中提到】
: Modern browsers will prevent user from opening local files from web
: pages, including direct link, via iframe, via script src, etc.
: Recalled from my momery, may not be very accurate.
: I don't know any book on that. Why do you care about file:// anyway?
:
: file://? Do you have any good book covering this topic to recommend?
: Thanks.

X****r
发帖数: 3557
9
Does this happen to all local HTML files, or just your particular file?

display a
is
any
used

【在 k******r 的大作中提到】
: I am having a strange issue with IE 9 beta. I have a page used to display a
: html file in my local drive. But every time, when the page is loaded the
: html file won't be displayed until the whole page is minimized and then is
: opened again. This issue exists only with IE 9 and it doesn't exist with any
: other previous versions. To make it more interesting, if the page is used
: to displayed a url, then it will be displayed at once without refreshing
: like local html file. Do you have any idea why? Thanks.

k******r
发帖数: 2300
10
It happens to all the local HTML files.

【在 X****r 的大作中提到】
: Does this happen to all local HTML files, or just your particular file?
:
: display a
: is
: any
: used

1 (共1页)
进入Programming版参与讨论
... ?
相关主题
请教一个语言选择的弱问题cgi测试newbee问题
请问一个基本的minimization problem有没有近似解法? (转载)问个perl Mechanize问题
问一道面试题Is it possible to run GUI application through browser?
Random Switch Between Two Different URLs请教一个vignette vcm问题 (转载)
如何下载网络页面,不包含,
how to display an excel file in java? (转载)
Browser对Jason object的size有limit吗?How to Parsing function in haskell?
Using EXCEL VBA to download information from websiteparsing bibliography and sorting (转载)
Regular Expressions Cookbook, 2nd Edition问java api的问题
相关话题的讨论汇总
话题: file话题: do话题: html话题: ie话题: http