G
god263
Unregistered / Unconfirmed
GUEST, unregistred user!
网页内容如下:
<html>
<head>
<title>测试</title>
<body>
<input size="20" name="Edi" type="text">
<input size="20" name="editfile" type="file">
</head>
----------------------------
请问我用如下方法能自动填写第一个(edi)框
而第二个(editfile)却不能填写上去呢???
if UpperCase(doc.all.item(i).Name)='EDI' then
doc.all.item(i).Value :='填写'; //可以填写上去
if UpperCase(doc.all.item(i).Name)='EDIFILE' then
doc.all.item(i).Value :='d:/aa.txt';//不能填写上去
请大家指教!!!在线等待…………
<html>
<head>
<title>测试</title>
<body>
<input size="20" name="Edi" type="text">
<input size="20" name="editfile" type="file">
</head>
----------------------------
请问我用如下方法能自动填写第一个(edi)框
而第二个(editfile)却不能填写上去呢???
if UpperCase(doc.all.item(i).Name)='EDI' then
doc.all.item(i).Value :='填写'; //可以填写上去
if UpperCase(doc.all.item(i).Name)='EDIFILE' then
doc.all.item(i).Value :='d:/aa.txt';//不能填写上去
请大家指教!!!在线等待…………