本文介绍了在textarea中编写文本时,更改会反映并显示在其他页面textarea上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有两个每页都有textarea的asp.net页面。我希望在我写作的同时也能反映出其他页面的其他文本区域。我必须使用手动ajax,这样如果我在第一页textarea上键入somthing,它会在没有任何第三方的情况下自动反映在其他页面textarea上。请帮忙。

解决方案

I have two asp.net pages having textarea on each page. I want that while I am writing something will reflect on other textarea of other page also. I have to use manual ajax so that if I type somthing on first page textarea, it automatically reflects on other page textarea too without any third party. Please help.

解决方案


这篇关于在textarea中编写文本时,更改会反映并显示在其他页面textarea上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 12:39