由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 请教(紧急): 如何实现同一网页中的局部刷新?
相关主题
怎样从多个页码收集数据?question about ASP
Help! how to design a submit button in a form?a question about photoshop
如何改变IFRAME内的HTML?How to get button name?
.NET 网站问题王爷制作一问,甚感困惑
请大牛们指教html问题how to open a new window when pick a selection in the List/Menu
how to control back and forward in IEhow to preload a frame with certain page?
Form里的submit button怎么调整大小啊?how to refresh parent page by javascript
Q: 2 submit buttons in 1 pageA javascript question
相关话题的讨论汇总
话题: form话题: button话题: name话题: javascript
进入BuildingWeb版参与讨论
1 (共1页)
b*h
发帖数: 353
1
当PRESS 不同的BUTTON,网页中的局部显示不同内容(主要是不同的FORM),而网页的
其他部份不变(不用FRAME)?
多谢!
g******d
发帖数: 157
2
iframe 可以用吗?
我感觉一般情况下都是局部刷新,因为相同的内容都已经再你硬盘的cache里了

【在 b*h 的大作中提到】
: 当PRESS 不同的BUTTON,网页中的局部显示不同内容(主要是不同的FORM),而网页的
: 其他部份不变(不用FRAME)?
: 多谢!

k*******y
发帖数: 219
3

JS应该可以,不过不知道怎么搞

【在 g******d 的大作中提到】
: iframe 可以用吗?
: 我感觉一般情况下都是局部刷新,因为相同的内容都已经再你硬盘的cache里了

s***f
发帖数: 173
4
Using IFRAME is the only solution to your case.

【在 b*h 的大作中提到】
: 当PRESS 不同的BUTTON,网页中的局部显示不同内容(主要是不同的FORM),而网页的
: 其他部份不变(不用FRAME)?
: 多谢!

b*h
发帖数: 353
5
I don't think iframe works, since I have forms in the area that need to be
refreshed and in rest of the other part also. So when SUBMITTing, all the info
in the forms should be saved. Is there any other way to realize it? Thanks.
s***f
发帖数: 173
6
POST YOUR CODE

info

【在 b*h 的大作中提到】
: I don't think iframe works, since I have forms in the area that need to be
: refreshed and in rest of the other part also. So when SUBMITTing, all the info
: in the forms should be saved. Is there any other way to realize it? Thanks.

m**c
发帖数: 90
7

Don't use default "Reset" button, create your own buttons and add JavaScript
to it:







Is this what you are looking for?

【在 b*h 的大作中提到】
: I don't think iframe works, since I have forms in the area that need to be
: refreshed and in rest of the other part also. So when SUBMITTing, all the info
: in the forms should be saved. Is there any other way to realize it? Thanks.

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
A javascript question请大牛们指教html问题
html下拉式菜单求助how to control back and forward in IE
又遇到个诡异问题Form里的submit button怎么调整大小啊?
怎样读取一个新网页内容(按一个button后出来的新网页)Q: 2 submit buttons in 1 page
怎样从多个页码收集数据?question about ASP
Help! how to design a submit button in a form?a question about photoshop
如何改变IFRAME内的HTML?How to get button name?
.NET 网站问题王爷制作一问,甚感困惑
相关话题的讨论汇总
话题: form话题: button话题: name话题: javascript