Response
第一種方案是
file
function OpenDialog(url
{
return window
}
file
<script language=
function js_do(val)
{
self
}
</script>
第二種方案是
file
<html>
<script language=
function OpenDialog(url
{
return window
}
function js_getData(url)
{
return OpenDialog(
}
</script>
<body>
<form name=
<input type=
</form>
</body>
</html>
file
<html>
<script language=
function js_do(val)
{
window
window
}
</script>
<body>
<form name=
<input type=
<input type=
</form>
</body>
</html>
Response
From:http://tw.wingwit.com/Article/program/Java/JSP/201311/19192.html