如何编程不显示webform边框...帮助 [英] how to programatically NOT show webform border...help

查看:68
本文介绍了如何编程不显示webform边框...帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

好的,

我怎么能不显示标题栏?或边界在一个网络形式上

(我有一个透明的GIF作为边缘)?

谢谢,

Trint

推荐答案



" trint" < TR *********** @ gmail.com>在消息中写道

news:11 ********************** @ f14g2000cwb.googlegr oups.com ...

"trint" <tr***********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
好的,
我怎么能不显示标题栏?或边界在一个网络形式上(我有一个透明的GIF作为边缘)?
谢谢,
Trint
Ok,
How can I NOT show the "titlebar" or the "border" at all on a webform
(I have a transparent gif as the edges)?
Thanks,
Trint



删除标题栏:

据我所知:

您移除控制盒

您删除文本


To remove tehe title bar:
As far as I am conscious of:
You remove the control box
You remove the text





你在谈论一个WEB表格吗?


如果是这样,你不能,你可以删除标题,状态栏,菜单等,但是我不想回忆任何只显示页面的方法,即使现在我也不认为你

甚至可以删除控制盒,否则所有弹出窗口都会使用它!

欢呼,


-

Ignacio Machin,

ignacio.machin AT dot.state.fl.us

佛罗里达州交通局

" trint" < TR *********** @ gmail.com>在消息中写道

news:11 ********************** @ f14g2000cwb.googlegr oups.com ...
Hi,

are you talking about a WEB form ?

if so, you cannot, you can remove the title, statusbar, menu, etc but I
don''t recall any way to show just the page, even right now I don''t think you
can even remove the control box, otherwise all the popup would use it !!!
cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"trint" <tr***********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
好的,
我怎么能不显示标题栏?或边界在一个网络形式上(我有一个透明的GIF作为边缘)?
谢谢,
Trint
Ok,
How can I NOT show the "titlebar" or the "border" at all on a webform
(I have a transparent gif as the edges)?
Thanks,
Trint



但是,

我可以通过window.open这样做吗:


函数showRemote(){

self.name = "主英寸; //将当前窗口命名为main


var windowprops =" frameset rows =''*,0''framespacing = 0 frame name =''top''

src =''" + urlPop +"''scrolling = auto border = 0 frameborder = 0

toolbar = 0,location = 0,directories = 0,status = 0, +

" menubar = 0,scrollbars = 0,resizable = 0,width = 224,heig ht = 372;


"< frame name =''top''src =''" + urlPop +"''scrolling = auto>" +

"< frame name =''bottom's'src =''关于 :空白''滚动=''不''


OpenWindow = window.open(" http://mis12/travel10/cE.aspx" ;,远程,

windowprops); //打开遥控器

}


如果是这样,我在哪里放这个,因为这确实显示了标题栏和

边框?


谢谢,

Trint

BUT,
I can I do this through window.open?:

function showRemote() {
self.name = "main"; // names current window as "main"

var windowprops = "frameset rows=''*,0'' framespacing=0 frame name=''top''
src=''"+urlPop+"'' scrolling=auto border=0 frameborder=0
toolbar=0,location=0,directories=0,status=0, " +
"menubar=0,scrollbars=0,resizable=0,width=224,heig ht=372 ;

"<frame name=''top'' src=''"+urlPop+"'' scrolling=auto>"+
"<frame name=''bottom'' src=''about:blank'' scrolling=''no''

OpenWindow = window.open("http://mis12/travel10/cE.aspx", "remote",
windowprops); // opens remote control
}

If so, where can I put this, because this does show the titlebar and
border?

Thanks,
Trint


这篇关于如何编程不显示webform边框...帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆