<body>
<form name="form1" method="post" action="">
<input type=hidden name=content1
value=''>
<iframe ID='eWebEditor1' src='eWebEditor/ewebeditor.asp?id=content1&style=standard' frameborder=0 scrolling=no width='550' HEIGHT='350'>
</iframe>
<input type="submit" name="Submit" value="提交">
</form>
</body>
正如以上的代码中表示,我在eWebEditor中写东西或添加图片,当我点击“提交”的时候,这个eWebEditor的内容就可以存入到数据库中了,以备其他网页调用数据库。
这个怎么实现呀!!
我这样表达还比较清楚吗???
急死我了