Veran estoy tratanto de integrear un login en html que encontre en una web, el cual es este:
http://www.psdgraphics.com/psd/blue-...-psd-template/
El problema es que el codigo no tiene metodo post ni action, veo que la imagen de LOGIN manda a otra pagina si se requiere asi, pero esto no mandaria los datos por metodo post a mi pagina que lo procese en php? Ademas no esta en un formulario. AYUDA!
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Login Box HTML Code - www.PSDGraphics.com
</title>
<link href="login-box.css" rel="stylesheet" type="text/css" />
<div style="padding: 100px 0 0 250px;">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<div id="login-box-name" style="margin-top:20px;">Email:
</div><div id="login-box-field" style="margin-top:20px;"><input name="q" class="form-login" title="Username" value="" size="30" maxlength="2048" /></div> <div id="login-box-name">Password:
</div><div id="login-box-field"><input name="q" type="password" class="form-login" title="Password" value="" size="30" maxlength="2048" /></div> <span class="login-box-options"><input type="checkbox" name="1" value="1"> Remember Me
<a href="#" style="margin-left:30px;">Forgot password?
</a></span> <a href="#"><img src="images/login-btn.png" width="103" height="42" style="margin-left:90px;" /></a>