由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 用什么方法可以disable那个“view source”的功能呢?
相关主题
求教:如何在网页上化图?perl cgis: how to send back frame webpage?
想做个主页,请大家帮忙anybody know how to build MDI webpage?
[转载] How to hide the URL in status bar in a webpage?graphics in HTML
拍照上瘾,有者往之?做了个网站
类似股票股价走势的动态显示图片是怎么做的?怎么把SVG的图放在网上,让别人可以浏览?
weird webpage用什么软件和技术实现在线3D几何物体的visulization
Webpage questionservlet 是比较不错
网页设计一问。suggestion
相关话题的讨论汇总
话题: ns话题: ie话题: flash话题: source话题: use
进入BuildingWeb版参与讨论
1 (共1页)
j***y
发帖数: 2074
1
希望大侠能举个例子,谢谢。
r****y
发帖数: 26819
2
No use. There's only one way to hide your source code from others: using
servlets.

【在 j***y 的大作中提到】
: 希望大侠能举个例子,谢谢。
s**********i
发帖数: 711
3

any server side programs don't show the source code of the program,
but the user can ALWAYS get the HTML source of the page.

【在 r****y 的大作中提到】
: No use. There's only one way to hide your source code from others: using
: servlets.

r****y
发帖数: 26819
4
But you can use program like JSP to create HTML for webpages, then no one
can get it.

【在 s**********i 的大作中提到】
:
: any server side programs don't show the source code of the program,
: but the user can ALWAYS get the HTML source of the page.

i******i
发帖数: 54
5
html是肯定可以被看到的,在ie里面 。

【在 r****y 的大作中提到】
: But you can use program like JSP to create HTML for webpages, then no one
: can get it.

p******f
发帖数: 162
6
one way to hide client side code is to use Java Applet.

【在 r****y 的大作中提到】
: But you can use program like JSP to create HTML for webpages, then no one
: can get it.

s**********i
发帖数: 711
7

and you may lose a number of your visitors because many people
don't use or like java.

【在 p******f 的大作中提到】
: one way to hide client side code is to use Java Applet.
p******f
发帖数: 162
8

Just state a fact. It's not me who wants to hide source code.
I would prefer lynx-friendly web interface or
"best viewed with any browser".

【在 s**********i 的大作中提到】
:
: and you may lose a number of your visitors because many people
: don't use or like java.

s**********i
发帖数: 711
9

cool. few website can do this now though...
but fancy features sometimes do serve something... :)

【在 p******f 的大作中提到】
:
: Just state a fact. It's not me who wants to hide source code.
: I would prefer lynx-friendly web interface or
: "best viewed with any browser".

w*****n
发帖数: 94
10

right, i really dislike those flashy things. and
many website are designed solely for IE.
at least one should support both NS & IE.

【在 s**********i 的大作中提到】
:
: cool. few website can do this now though...
: but fancy features sometimes do serve something... :)

相关主题
weird webpageperl cgis: how to send back frame webpage?
Webpage questionanybody know how to build MDI webpage?
网页设计一问。graphics in HTML
进入BuildingWeb版参与讨论
s**********i
发帖数: 711
11

NS is dead... :) probably less than 10% users use it.

【在 w*****n 的大作中提到】
:
: right, i really dislike those flashy things. and
: many website are designed solely for IE.
: at least one should support both NS & IE.

r****y
发帖数: 26819
12
I don't think so. For some Unix systems, they are still using NS.
Habbits go much slowly than our imagination or technologies.

【在 s**********i 的大作中提到】
:
: NS is dead... :) probably less than 10% users use it.

s**********i
发帖数: 711
13

typically you need to consider what your audiences are
when you write your webpages. if you anticipate that some
of your visitors will be using Linux, yes, the percentage
of NS will be higher than if all your visitors will be
windows users.
if only a small part of your users use NS, you surely
can design the site for IE, while not let the pages
get screwed on NS (that is, fancy result for IE, plain
for NS). this is same for backward compatibility.

【在 r****y 的大作中提到】
: I don't think so. For some Unix systems, they are still using NS.
: Habbits go much slowly than our imagination or technologies.

r****y
发帖数: 26819
14
I agree with your words.
It's really hard to design a general website. Sometimes I think IE is really
good enough from the view of site designers.
But the thing is: the world is shared by many people.

【在 s**********i 的大作中提到】
:
: typically you need to consider what your audiences are
: when you write your webpages. if you anticipate that some
: of your visitors will be using Linux, yes, the percentage
: of NS will be higher than if all your visitors will be
: windows users.
: if only a small part of your users use NS, you surely
: can design the site for IE, while not let the pages
: get screwed on NS (that is, fancy result for IE, plain
: for NS). this is same for backward compatibility.

b*******s
发帖数: 470
15
how about flash? i think it's more widely accpeted, right?

【在 s**********i 的大作中提到】
:
: typically you need to consider what your audiences are
: when you write your webpages. if you anticipate that some
: of your visitors will be using Linux, yes, the percentage
: of NS will be higher than if all your visitors will be
: windows users.
: if only a small part of your users use NS, you surely
: can design the site for IE, while not let the pages
: get screwed on NS (that is, fancy result for IE, plain
: for NS). this is same for backward compatibility.

s**********i
发帖数: 711
16

not exactly right now (less than 20% users have flash
installed I believe, java certainly is much higher, but
some people hate to see a page uses java).
however, I do believe flash has a better future. the plug-in
is light-weighted and almost needs no time to load, in contrary
to tens of seconds for java to load.
fewer and fewer websites use java applets now, but more and
more use flash.

【在 b*******s 的大作中提到】
: how about flash? i think it's more widely accpeted, right?
r****y
发帖数: 26819
17
Flash is not safe to hide any secret from readers.

【在 b*******s 的大作中提到】
: how about flash? i think it's more widely accpeted, right?
r****y
发帖数: 26819
18
Flash would survive for a long time. But XML and SVG and corresponding
animation tech would be terminator of Flash.
Will not be too far. I guess in 5-10 years.

【在 s**********i 的大作中提到】
:
: not exactly right now (less than 20% users have flash
: installed I believe, java certainly is much higher, but
: some people hate to see a page uses java).
: however, I do believe flash has a better future. the plug-in
: is light-weighted and almost needs no time to load, in contrary
: to tens of seconds for java to load.
: fewer and fewer websites use java applets now, but more and
: more use flash.

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
suggestion类似股票股价走势的动态显示图片是怎么做的?
Re: 用Servlet显示数据库里的数据,分页的? (很实际的问题)weird webpage
Re: One Simple Apache QuestionWebpage question
how to get pop window to ask for password without showing my index page网页设计一问。
求教:如何在网页上化图?perl cgis: how to send back frame webpage?
想做个主页,请大家帮忙anybody know how to build MDI webpage?
[转载] How to hide the URL in status bar in a webpage?graphics in HTML
拍照上瘾,有者往之?做了个网站
相关话题的讨论汇总
话题: ns话题: ie话题: flash话题: source话题: use