q**1 发帖数: 193 | 1 我的一个目录是用来存 downloadable 文件的,例如
httpd.conf里面
Options +Indexes
.....
所以我能够用例如 http://example.com/download
在网页上单独显示该目录下的文件列表。 |
c*****t 发帖数: 1879 | 2 Use IFRAME.
【在 q**1 的大作中提到】 : 我的一个目录是用来存 downloadable 文件的,例如 : httpd.conf里面 : : Options +Indexes : ..... : : 所以我能够用例如 http://example.com/download : 在网页上单独显示该目录下的文件列表。
|
q**1 发帖数: 193 | 3 多谢,这个看着不错,就差一点了。 如何设置 iframe
的高度和我计算机显示的屏幕高度一致。。 现在 iframe
插入后只显示一个小框,比我的计算机屏幕小太多:
frameborder="0" scrolling="auto" marginheight="100%">
这个 height 和 marginheight 的设置好像没起作用。???
另外,还有没有其它用PHP/Perl/.... code能解决的办法??
【在 c*****t 的大作中提到】 : Use IFRAME.
|
q**1 发帖数: 193 | 4 ha, 搞定了一半,去掉marginheight,height="1000", 不过就是
footer被搞得很低,请教这个高度如何和屏幕高度联系在一起??
CSS??
【在 q**1 的大作中提到】 : 多谢,这个看着不错,就差一点了。 如何设置 iframe : 的高度和我计算机显示的屏幕高度一致。。 现在 iframe : 插入后只显示一个小框,比我的计算机屏幕小太多: : : frameborder="0" scrolling="auto" marginheight="100%"> : : 这个 height 和 marginheight 的设置好像没起作用。??? : 另外,还有没有其它用PHP/Perl/.... code能解决的办法??
|
q**1 发帖数: 193 | |
c***c 发帖数: 21374 | 6 用任何一种脚本语言去读取这个目录下面的文件列表,然后将返回的结果插入到你网页
中任何你指定的位置。
【在 q**1 的大作中提到】 : 我的一个目录是用来存 downloadable 文件的,例如 : httpd.conf里面 : : Options +Indexes : ..... : : 所以我能够用例如 http://example.com/download : 在网页上单独显示该目录下的文件列表。
|
q**1 发帖数: 193 | 7 这个没有 iframe 方便直接,因为我已经在httpd里设置好了各种所谓
FancyIndexes 自己做这些太麻烦,而且我里面有多级子目录,不然
我一行Perl code就把它们全搬过来了,呵呵
【在 c***c 的大作中提到】 : 用任何一种脚本语言去读取这个目录下面的文件列表,然后将返回的结果插入到你网页 : 中任何你指定的位置。
|
c***c 发帖数: 21374 | 8 你perl这么牛的话还要在这里问这些naive的问题?
【在 q**1 的大作中提到】 : 这个没有 iframe 方便直接,因为我已经在httpd里设置好了各种所谓 : FancyIndexes 自己做这些太麻烦,而且我里面有多级子目录,不然 : 我一行Perl code就把它们全搬过来了,呵呵
|
q**1 发帖数: 193 | 9 Perl is not web, one liner Perl is faaaaaaaaar away from good Perl ppl.
But I am very wondering why it's so wrong to hear some voices from
outside that I am not clear. Just coz they are easy for YOU
that I can not or should not ask. Or this place is just for some
personal club members.
【在 c***c 的大作中提到】 : 你perl这么牛的话还要在这里问这些naive的问题?
|
c*****t 发帖数: 1879 | 10 你又不是小孩子。别人说什么你愿意听不听拉倒。觉得自己牛就不会问这些
非常基本的问题了。
【在 q**1 的大作中提到】 : Perl is not web, one liner Perl is faaaaaaaaar away from good Perl ppl. : But I am very wondering why it's so wrong to hear some voices from : outside that I am not clear. Just coz they are easy for YOU : that I can not or should not ask. Or this place is just for some : personal club members.
|
q**1 发帖数: 193 | 11 I never said I am "NIU", I just asked many questions and want to
find some suggestions or discussions. and I think that's what a
technical board is supposed to do.. Maybe I was wrong. hehe
【在 c*****t 的大作中提到】 : 你又不是小孩子。别人说什么你愿意听不听拉倒。觉得自己牛就不会问这些 : 非常基本的问题了。
|
c***c 发帖数: 21374 | 12 perl也好,php也罢,java也好,都仅仅是一种编程语言而已
只要对其中任何一个很清楚,学其他的是很快的
很难想象一个perl那种“ugly”的语言都玩的很转的人能会对JS,php什么的
搞不定,看看文档即可
【在 q**1 的大作中提到】 : Perl is not web, one liner Perl is faaaaaaaaar away from good Perl ppl. : But I am very wondering why it's so wrong to hear some voices from : outside that I am not clear. Just coz they are easy for YOU : that I can not or should not ask. Or this place is just for some : personal club members.
|