80给的获取ewebeditor编辑器中上传图片路径代码

先写下来,改天再好好研究研究

 第一段:

                 if  EditorType = 2.8   then
                    FormCellTmp
= FormCellTmp & " <iframe id=""eWebEditor " & EditorId & " "" src=""/80/eWebEditor28/ewebeditor.asp?id= " & cName & " &style=standard&savefilename=imgs"" frameborder=""0"" scrolling=""No"" width=""650"" height=""350""></iframe> "
                
elseif  EditorType = 3.6   then
                    FormCellTmp
= FormCellTmp & " <iframe id=""eWebEditor " & EditorId & " "" src=""/80/eWebEditor36/ewebeditor.htm?id= " & cName & " &style=coolblue&savefilename=imgs"" frameborder=""0"" scrolling=""No"" width=""550"" height=""400""></iframe> "
                
elseif  EditorType = 3.7   then
                    FormCellTmp
= FormCellTmp & " <iframe id=""eWebEditor " & EditorId & " "" src=""/80/eWebEditor37/ewebeditor.htm?id= " & cName & " &style=coolblue&savefilename=imgs"" frameborder=""0"" scrolling=""No"" width=""650"" height=""350""></iframe> "
                
elseif  EditorType = 3.8   then
                    FormCellTmp
= FormCellTmp & " <iframe id=""eWebEditor " & EditorId & " "" src=""/80/eWebEditor38/ewebeditor.htm?id= " & cName & " &style=blue&savefilename=imgs"" frameborder=""0"" scrolling=""No"" width=""650"" height=""350""></iframe> "
                
end   if

第二段:

FormCellTmp = FormCellTmp & " <iframe id=""eWebEditor " & EditorId & " "" src=""/80/eWebEditor38/ewebeditor.htm?id= " & cName & " &style=blue&savefilename=imgs"" frameborder=""0"" scrolling=""No"" width=""650"" height=""350""></iframe> "


第三段:
80端口.实现(XXXXXXX) 15:46:54
/80/eWebEditor38/ewebeditor.htm?id="&cName&"&style=blue&savefilename=imgs
80端口.实现(XXXXXXX) 15:47:27
看到没,这样调用,savefilename=imgs
imgs就是需要保存的路径input的name,然后就自动赋值了

NND,又被BS了一次

下面这个是网上的一篇参考文章:http://hi.baidu.com/taffen/blog/item/ca 38f 580c 2701ed59123d 9f 5.html

你可能感兴趣的:(c,input)