由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - protopage with AJAX
相关主题
Writely网站设计语言layer question
今天(6/9)的google主页这样的打印能办到吗?
大size文件upload问题请教这个project应该用什么语言编写?
求助php后台运行提一个CSS字体的问题
用getURL+DOM能不能算ajaxjavascript 求救
现在网站都要学什么?css,ajax,...?how to implement iframe in Netscape 4.x
请帮我看一下这个用ASP.NET+JQUERY做投票调查的实例一个PHP问题
netvibes 要比 protopage酷的多Could someone help test this JavaScript?
相关话题的讨论汇总
话题: ajax话题: protopage话题: window话题: javascript话题: select
进入BuildingWeb版参与讨论
1 (共1页)
E*n
发帖数: 351
1
This is cool... DOM and javascript has come a long way...
http://www.protopage.com/
m******t
发帖数: 2416
2

I have been prototyping with Echo2: http://www.nextapp.com/products/echo2/
and find AJAX very interesting.

【在 E*n 的大作中提到】
: This is cool... DOM and javascript has come a long way...
: http://www.protopage.com/

c**t
发帖数: 2744
3
more like Google..

This is cool... DOM and javascript has come a long way...
http://www.protopage.com/

【在 E*n 的大作中提到】
: This is cool... DOM and javascript has come a long way...
: http://www.protopage.com/

f**u
发帖数: 559
4
真的很COOL.不知道背后的实现有多复杂? 多谢推荐

【在 E*n 的大作中提到】
: This is cool... DOM and javascript has come a long way...
: http://www.protopage.com/

c**t
发帖数: 2744
5
A few issues:
When DIVs overlap each other, it's hard to switch;
Need a "window >> cascade or tile" function/button;
When there is a select box in a div, it will cover the overlapped DIV

【在 f**u 的大作中提到】
: 真的很COOL.不知道背后的实现有多复杂? 多谢推荐
c*****t
发帖数: 1879
6
There is no way around "select" box on IE since it uses a window
control to display the button.

【在 c**t 的大作中提到】
: A few issues:
: When DIVs overlap each other, it's hard to switch;
: Need a "window >> cascade or tile" function/button;
: When there is a select box in a div, it will cover the overlapped DIV

E*n
发帖数: 351
7
不是很复杂,其实一直以来都有人用javascript在browser里写这样的用户端程序,主要
是要考虑生成用户端url,和一些browser compatibility问题,不过现在有很多toolkit
已经含有XMLHttpRequest,开发起来速度就快多了。
http://en.wikipedia.org/wiki/AJAX

【在 f**u 的大作中提到】
: 真的很COOL.不知道背后的实现有多复杂? 多谢推荐
c**t
发帖数: 2744
8
还是可以实现的,给it加id,然后屏蔽掉

【在 c*****t 的大作中提到】
: There is no way around "select" box on IE since it uses a window
: control to display the button.

c*****t
发帖数: 1879
9
You will have to do it whenver "move", "put window on top/behind", and
even possibily scroll action. Also the possiblity of having multiple
window overlapping creates some serious problems. What's worse, if IFRAME
is used in a window, more trouble comes.

【在 c**t 的大作中提到】
: 还是可以实现的,给it加id,然后屏蔽掉
c**t
发帖数: 2744
10
did you check milonic.com out? Their DHTM menu works great when over
select box

【在 c*****t 的大作中提到】
: You will have to do it whenver "move", "put window on top/behind", and
: even possibily scroll action. Also the possiblity of having multiple
: window overlapping creates some serious problems. What's worse, if IFRAME
: is used in a window, more trouble comes.

c*****t
发帖数: 1879
11
Is there a demo on their behavior?
Edit: oops, found it. Let me learn their method. Very strange indeed.
Hope that I don't put them out of business.
Edit:
I think know what's going on. I did a keyword search of iframe in
milonic's JavaScript menu code and it is indeed there. AFAIK, it is
the only way to lay a control on top of a select box. This is the reason
Milonic "has to" draw submenu dynamically.
For menu script it is okay, but it is obviously not suitable for
protopage.com's D

【在 c**t 的大作中提到】
: did you check milonic.com out? Their DHTM menu works great when over
: select box

c**t
发帖数: 2744
12
another good source is http://www.bindows.net/. I think they also solved
the issue of select box.

【在 c*****t 的大作中提到】
: Is there a demo on their behavior?
: Edit: oops, found it. Let me learn their method. Very strange indeed.
: Hope that I don't put them out of business.
: Edit:
: I think know what's going on. I did a keyword search of iframe in
: milonic's JavaScript menu code and it is indeed there. AFAIK, it is
: the only way to lay a control on top of a select box. This is the reason
: Milonic "has to" draw submenu dynamically.
: For menu script it is okay, but it is obviously not suitable for
: protopage.com's D

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
Could someone help test this JavaScript?用getURL+DOM能不能算ajax
懒得找了,这里问吧现在网站都要学什么?css,ajax,...?
adding a search link请帮我看一下这个用ASP.NET+JQUERY做投票调查的实例
请教(紧急): 如何实现同一网页中的局部刷新?netvibes 要比 protopage酷的多
Writely网站设计语言layer question
今天(6/9)的google主页这样的打印能办到吗?
大size文件upload问题请教这个project应该用什么语言编写?
求助php后台运行提一个CSS字体的问题
相关话题的讨论汇总
话题: ajax话题: protopage话题: window话题: javascript话题: select