index.html

来自「This is a simple exercices for the javas」· HTML 代码 · 共 18 行

HTML
18
字号
<!--http://www.lawebdelprogramador.com/--><html><head><title>Modificar el contenido de un formulario desde otra pagina web</title></head><body><h1>Modificar el contenido de un formulario desde otra pagina web</h1><div>	<form action='' method='post' name='nameform'>		<a href="javascript:window.open('listimages.html','targetB','width=500,height=500,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=no');void(null);">Mostrar imagenes</a>		<br /><textarea name='content' cols=40></textarea>	</form></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?