![]() |
|
首页 │ Apache │ Linux│ Java│ MySQL│ 注册│帮助 | |||
相关问题
| • | 谢谢地主 |
| • | mysql中如何导入.sql文件? |
| • | 求一sql语句 |
| • | 在apache2.0下通过GET传递的变量为中文时, |
| • | 关于看电影的问题 |
| • | 看到“现代诗”,晕了 |
| • | mysql的各种极限问题???? |
| • | test |
| • | 正则式里面怎么添加变量呢? |
| • | 怎样在网上购书, |
| • | 无题 |
| • | 在PHP++oracle里desc table不能用马?! |
| • | 怎么引用文件啊? |
| • | 怎么回事啊?为什么不能上传文件?? |
| • | 请指教! |
[php]
function submitForm() {
try {
//alert(document.getElementById('edit').contentWindow.document.body.innerHTML);
document.getElementById('edit').contentWindow.document.body.innerHTML = document.RichTextEditor.mytext.value
}
catch (e) {
document.getElementById('edit').value;
}
[/php]
我想把document.getElementById('edit').value;的值输出来到网页中 怎么实现啊 谢谢
提问者:nesta2001zhang 08-15 13:01
答复

