一个捆饶我的问题???????(100分)

W

winczh

Unregistered / Unconfirmed
GUEST, unregistred user!
如何在jsp页面里将数据显示类似Delphi的DbGird里。请各位大哥指点迷津。
my e-mail:czhlearn@21cn.com
 
不知道你的具体意思。
HTML里面只有Table,没有现成的像DBGrid这么先进的东西...
 
我的意思是Dbgrid旁边有滚动条,能否也在HTML里实现。要不然显示的数据太多了。
 
如果只需要效果一样,可以把数据以Table的形式组织,
然后把包含该Table的页面放到一个iFrame里即可。
 
如果你用jbuilder5,你可以看它自带的例子。其实就是用JApplet;
 
用swing吧
 
看你用什么编辑工具了,很多都可以做到的!
 
czh我是羊减肥:)
 
向你介绍一个工具吧:编JSP很简单的!
Dreamweaver UltraDev 4
 
no reusable simple is not simple.
if you need reusable thing, reference struts and tiles,
tiles is not template,tiles include templates.
a good way is just tring it.
 
<div id="Layer1" style="position:absolute;
OVERFLOW:auto;
width:195px;
height:260px;
z-index:1">
在这里定义你的Table,当table的高度超出div的height时,这时就会自动出现滚动条了。
</div>
 
先用delphi把dbgrid变成active控件,然后用frontpage加入
 

Similar threads

顶部