Hi,
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.