我是一个html页面,我在其中粘贴am xml数据。如果我按下提交按钮,数据(xml)应该转到数据库(可能是oracle)。但是在提交后,即时看到数据(可能是4个字段)没有插入到表中。
有什么建议吗?
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" conemphasized texttent="Mozilla/4.61 [en] (WinNT; I) [Netscape]">
<title> </title>
</head>
<body>
<h1>---Paste your XML file here---</h1>
<form method=POST action="http://Server-name:port/">
<p><textarea name="data" rows="21" cols="92"></textarea><p>
<input type=submit value=" SUBMIT ">
</form>
</body>