由买买提看人间百态

topics

全部话题 - 话题: html
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
w**********k
发帖数: 1135
1
来自主题: BuildingWeb版 - Re: 在cgi里如何写html?

把后面的blah blah去掉,
另外,在前面加一句 printf("Content-type: text/html\n\n");
b********n
发帖数: 113
2
【 以下文字转载自 Internet 讨论区 】
【 原文由 BelindaWan 所发表 】
大家好。
我现在正在作一个网站,这个网站提供
EMAIL SIGNATURE的设计服务,但现在
我们发现很多用户把我们设计好的HTML
文件给复制成自己的,而不在我们网站
注册。
我现在想,能否这个用户下载我们的EMAIL SIGNATURE
之后,只能在他自己的机器上使用,不能
在其他机器上用,这样就可以防复制了。
不晓得这种技术如何实现?
各位大虾给些建议先。
谢谢先!
s***l
发帖数: 321
3
来自主题: BuildingWeb版 - how to invoke cgi in html?
i have a cgi file written in perl.
i want to wake it up in html file.
how? thx.
I****u
发帖数: 81
4
来自主题: BuildingWeb版 - powerpoint->HTML一问
就是Word转换的HTML文件也是一塌糊涂,你最好重新作。有Powerpoi
nt作底子,应该是很容易的。
c**h
发帖数: 2
5
A small question: How to open compiled html file(*.chm)?
Thank you.
c**h
发帖数: 2
6
A small question: How to open compiled html file(*.chm)?
Thank you.
e*****n
发帖数: 11
7
来自主题: BuildingWeb版 - a HTML problem
The html page works fine if I just click it on my computer,
I set the action to be on .pl file, it can be executed. But
when I try to view the page online, when I click the submit
button, the .pl file is not executed, just the content of
.pl file is returned back to me. Anyone know how to solve
this problem?
Thanks.
s**********i
发帖数: 711
8
what language do you use?
how you want to send back the data?
if it's static page, you can redirect the client to it's
address.
if you don't want the client see it's address or it's
not available through HTTP, you can do this with perl:
print "content-type: text/html\n\n";
open F, 'filename.txt';
print while ;
close F;
exit;
q*u
发帖数: 2
9
来自主题: BuildingWeb版 - Help! books on html, css,xml,xsl, javascrip.
Does someone know good books or linkd on html, css, xml, xsl and javascript?
Thanks a lot for your kind help!
s**********i
发帖数: 711
10
来自主题: BuildingWeb版 - graphics in HTML
it depends on what effects exactly you want to achieve.
some simple location/size can be done by HTML only.
or maybe dynamically create gif/jpeg, or java applet...
plug-in is big turn off. most people don't bother to
download and install one just for your website.
k*******y
发帖数: 219
11
来自主题: BuildingWeb版 - 在HTML中, 空格是怎么 生成的.

不一定,你在html中的正文部分
把空格加进去也可以,比如
Text1 Text2
这样也可以,而且比较方便
s**********i
发帖数: 711
12
来自主题: BuildingWeb版 - 在HTML中, 空格是怎么 生成的.

this is against HTML standard and should be considered as
serious bug. which browser you use?
but you can always use some special spaces like GB double-byte
space.
l******g
发帖数: 90
13
you can import screenshot of the html into pp
w*l
发帖数: 43
14
来自主题: BuildingWeb版 - a question about printing html file
If I want to print the html file including text, especially want to print the
background color and the image on the web page, how can I do it? By the way, I
have color printer.
xt
发帖数: 17532
15
来自主题: BuildingWeb版 - HTML问题

现在知道怎么弄了: 我们得到的是java.util.ArrayList.
有个template专门处理这个东西,把里面的object一个个拿
出来产生html code.
xt
发帖数: 17532
16
来自主题: BuildingWeb版 - HTML问题
我在一页上有两个select, s1, s2.其中s1的值可以通过JSP
静态定义过去. S2的值则需要根据使用者在S1里面的取值来
动态确定.类似于Mapquest地图里面国家的选项.
用HTML怎么写?
s****g
发帖数: 183
17
Linux RH8,apache下,将主页拷在/var/www/html/下,在其中建一link连到同目录下的一
子目录,用web browser无法打开该link,请教大虾如何解决?多谢。
A*L
发帖数: 2357
18
来自主题: BuildingWeb版 - Looking for Good ASP&HTML editor
I just use EditPlus to edit the ASP, I think it is very good,
so quick and very convinient.
For HTML, that depends on you.
I hope one day the two things can be splitted, I am a programmer
not a art designer.
s***f
发帖数: 173
19
来自主题: BuildingWeb版 - Looking for Good ASP&HTML editor
EDITPLUS IS A GOOD TOOL FOR EDITING HTML AND ASP CODE
WWW.EDITPLUS.COM
SEARCH GOOLE TO FIND CRACKS
z****j
发帖数: 65
20
我也不知道为什么,我编写的html代码总是无缘无故的加入
下面的代码,不知道为什么,