不可编辑的文本框 [英] Non editable text box

查看:99
本文介绍了不可编辑的文本框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以帮我决定最好的方法吗。


我正在写一个内联网,我需要放一些像不可编辑的东西
在主页上滚动文本框,可以放置每日公告。

我已经尝试添加滚动文本框,但我不知道如何制作它

不可编辑。有什么办法可以用

textstream这样填写文本框吗?我想这个组织中的一个人会以某种方式加入这个文本。

。我试图找到

最好的方法有点迷茫。


谢谢

Laura TD

Can anyone help me to decide the best way to do this please.

I''m writing an intranet and I need to put something like a non-editable
scrolling text box on the home page where daily announcements can be placed.
I''ve tried adding a scrolling text box, but I am not sure how to make it
non-editable. Is there any way I can fill the textbox using something like
textstream? I would imagine one person in the organisation would be in
charge of adding this text somehow. I''m a bit lost in trying to find the
best method.

Thanks
Laura TD

推荐答案

laura于2005年4月19日在microsoft.public.inetserver.asp.general写道:
laura wrote on 19 apr 2005 in microsoft.public.inetserver.asp.general:
我正在写一个内联网而我需要在主页上放置类似
不可编辑的滚动文本框,可以放置每日
公告。我已经尝试添加滚动文本框,
但我不知道如何使其不可编辑。有什么办法可以用textstream这样的东西填充文本框吗?我想,组织中的一个人将负责以某种方式添加这个文本。我试图找到最好的方法有点迷失。
I''m writing an intranet and I need to put something like a
non-editable scrolling text box on the home page where daily
announcements can be placed. I''ve tried adding a scrolling text box,
but I am not sure how to make it non-editable. Is there any way I can
fill the textbox using something like textstream? I would imagine one
person in the organisation would be in charge of adding this text
somehow. I''m a bit lost in trying to find the best method.




这不是一个服务器端的asp问题,asp没有文本框,

所以请跟进客户端代码NG。


我想你想要HTML:


< iframe src =''.. 。''style =''宽度:500px;高度:500px;''>< / iframe>

-

Evertjan。

荷兰。

(用我的电子邮件地址替换所有带点的十字架)



This is not a n serverside asp question, asp has no textboxes,
so please follow up on a clientside code NG.

I think you want HTML:

<iframe src=''...'' style=''width:500px;height:500px;''></iframe>
--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)


感谢您的投入,我正在工作在ASP中,我认为我可能会发现对象TextStream可能会做我需要做的事情但不确定如何将这个放在我的ASP / HTML页面上。我正在寻找ASP建议,如果

可能......我将非常感激。


Laura TD

" Evertjan"。 <前************** @ interxnl.net>在消息中写道

news:Xn ******************** @ 194.109.133.29 ...
Thanks for your input, I am working in ASP and thinking that I might find
that the object TextStream might do what I need to do, but not sure how to
put this on my ASP/HTML page. I was looking for ASP suggestions, if
possible... I would be most grateful.

Laura TD
"Evertjan." <ex**************@interxnl.net> wrote in message
news:Xn********************@194.109.133.29...
laura 2005年4月19日在microsoft.public.inetserver.asp.general上写道:
laura wrote on 19 apr 2005 in microsoft.public.inetserver.asp.general:
我正在写一个内联网,我需要把类似
不可编辑的滚动文本框放在上面可以放置每日
公告的主页。我已经尝试添加滚动文本框,
但我不知道如何使其不可编辑。有什么办法可以用textstream这样的东西填充文本框吗?我想,组织中的一个人将负责以某种方式添加这个文本。我试图找到最好的方法有点迷失。
I''m writing an intranet and I need to put something like a
non-editable scrolling text box on the home page where daily
announcements can be placed. I''ve tried adding a scrolling text box,
but I am not sure how to make it non-editable. Is there any way I can
fill the textbox using something like textstream? I would imagine one
person in the organisation would be in charge of adding this text
somehow. I''m a bit lost in trying to find the best method.



这不是一个服务器端的asp问题,asp没有文本框,
所以请跟进客户端代码NG。

我想你想要HTML:

< iframe src ='''''style =''width:500px; height:500px;' '>< / iframe>

-
Evertjan。
荷兰。
(在我的电子邮件地址中用点替换所有十字架)



This is not a n serverside asp question, asp has no textboxes,
so please follow up on a clientside code NG.

I think you want HTML:

<iframe src=''...'' style=''width:500px;height:500px;''></iframe>
--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)



" laura" <再***** @ group.com>在留言中写道

新闻:%2 **************** @ tk2msftngp13.phx.gbl ...

:谢谢为了你的输入,我在ASP工作,并认为我可能会发现

:对象TextStream可能会做我需要做的事情,但不知道如何

:把它放在我的ASP / HTML页面上。我正在寻找ASP建议,如果

:可能......我将非常感激。


不。 ASP可以将输出发送到客户端,但客户端根据客户端代码确定它是如何呈现的。


Ex。


Response.Write一些文字......


ASP将它发送到客户端并显示客户端:一些文字......


如果你想让背景颜色为浅蓝色,你可以这样做:


Response.Write"< span style = "" background-color:#ef"">一些文字...< / span>"


Response.Write将字符串发送到客户端但是浏览器呈现了

客户端内联CSS样式,并更改了

< span>< / span>之间的背景颜色标签为浅蓝色。就ASP而言,它发送了这个:

xxxxxxxxxxxxxxxxxxxxx。


Textstream与文件系统对象一起用于读/写文本文件。 />
这可能不是你想要的。

如果你已经对IE进行了标准化,那么这将有效。
http://kiddanger.com/lab/marquee1.html


如果没有,那么你需要跟进javascript / dhtml NG。


-

Roland Hall

/ *这些信息的分发是希望它有用,但

没有任何保证;甚至没有适销性的暗示保证

或特定用途的适用性。 * /

Technet脚本中心 - http:// www .microsoft.com / technet / scriptcenter /

WSH 5.6文档 - http://msdn.microsoft.com/downloads/list/webdev.asp

MSDN Library - http://msdn.microsoft.com/library/default.asp
"laura" <re*****@group.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
: Thanks for your input, I am working in ASP and thinking that I might find
: that the object TextStream might do what I need to do, but not sure how to
: put this on my ASP/HTML page. I was looking for ASP suggestions, if
: possible... I would be most grateful.

Nope. ASP can send output to the client but the client determines how it''s
rendered based on client-side code.

Ex.

Response.Write "some text..."

ASP sent it to the client and the client displayed: some text...

If you then want the background-color to be light blue, you can do this:

Response.Write "<span style=""background-color: #eef"">some text...</span>"

Response.Write sent the string to the client but the browser rendered the
client-side inline CSS style and changed the background-color between the
<span></span> tags to light blue. As far as ASP is concerned it sent this:
xxxxxxxxxxxxxxxxxxxxx.

Textstream is used with the file system object to read/write to text files.
It''s probably not what you''re looking for.
If you have standardized on IE, then this will work.
http://kiddanger.com/lab/marquee1.html

If not, then you''ll need to follow up in a javascript/dhtml NG.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp


这篇关于不可编辑的文本框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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