Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/02/2013, 08:52
ingleonidas
 
Fecha de Ingreso: abril-2010
Mensajes: 87
Antigüedad: 14 años
Puntos: 1
Pregunta cerrar form popup y refrescar pagina padre

Estimados, les escribo porque no he conseguido realizar lo descripto en el titulo.
Intente varios script, pero nada...

Me dan una mano?
muchas gracias gente!!

Esta es la pagina padre que abre el popup:
Código PHP:
 <div class="titulo" style="background-color:#<?php echo $s?>; cursor: pointer;" onclick="window.open('popup/index.html',target='_blank','width=800,height=600')"></div>
popup:
Código:
<h2>Seleccionar </h2>
<form name="leo" id="leo" method="post" action="../index.php" >
     <div id="wrapping" class="clearfix">
          <section id="aligned">
			<h3>Cara:</h3>
				<span class="radiobadge">
					<input type="radio" id="s" name="s" value="eb4e32">
					<label for="s">Superior</label>
				</span>		
          </section>
		<section id="buttons">
			<input type="reset" name="reset" id="resetbtn" class="resetbtn" value="Reset">
			<input type="submit" name="submit" id="submitbtn" class="submitbtn" tabindex="7" value="Guardar" >
			<br style="clear:both;">
		</section>
</form>
Saludos!
leo