w**********k 发帖数: 1135 | 1
把后面的blah blah去掉,
另外,在前面加一句 printf("Content-type: text/html\n\n"); |
|
b********n 发帖数: 113 | 2 【 以下文字转载自 Internet 讨论区 】
【 原文由 BelindaWan 所发表 】
大家好。
我现在正在作一个网站,这个网站提供
EMAIL SIGNATURE的设计服务,但现在
我们发现很多用户把我们设计好的HTML
文件给复制成自己的,而不在我们网站
注册。
我现在想,能否这个用户下载我们的EMAIL SIGNATURE
之后,只能在他自己的机器上使用,不能
在其他机器上用,这样就可以防复制了。
不晓得这种技术如何实现?
各位大虾给些建议先。
谢谢先! |
|
s***l 发帖数: 321 | 3 i have a cgi file written in perl.
i want to wake it up in html file.
how? thx. |
|
I****u 发帖数: 81 | 4 就是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 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 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 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
不一定,你在html中的正文部分
把空格加进去也可以,比如
Text1 Text2
这样也可以,而且比较方便 |
|
s**********i 发帖数: 711 | 12
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 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
现在知道怎么弄了: 我们得到的是java.util.ArrayList.
有个template专门处理这个东西,把里面的object一个个拿
出来产生html code. |
|
xt 发帖数: 17532 | 16 我在一页上有两个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 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 EDITPLUS IS A GOOD TOOL FOR EDITING HTML AND ASP CODE
WWW.EDITPLUS.COM
SEARCH GOOLE TO FIND CRACKS |
|
z****j 发帖数: 65 | 20 我也不知道为什么,我编写的html代码总是无缘无故的加入
下面的代码,不知道为什么,
|
|