开发者

How to Open .htm file in HTML page and Edit it?

Can I open .htm file in HTML page and Edit it ?

e.g. using FrontPage inside HTML page to Open the .htm file and let one authorized user to modify contents of the .htm file, and then save the .htm file in the same folder from which the .htm file opened directly without searching for the folder ?


After Editing **************************

This is my code:

first HTML page

<li> <a target="_blank" href="1.htm">List1 </a></li>  

1.htm file:  

<frameset cols="50%,*">
    <frame name="contents" 开发者_如何转开发target="main" src="file_i_want_to_edit.htm">
    <frame name="main" src="1.pdf">
</frameset>  

Thanks,

Ahmed.


I gave the user access to the folder in web server, and built a favorite menu so that he can go directly to the required folder, then right click on the file and Open With... and choose FrontPage or SharePoint editor.

Another solution, you can go to IIS and choose MIME map and create a new type which will open say .htm files with msword.

Thanks,

Ahmed.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜