El iframe lo estoy trabajando con shadowbox y tengo algo asi
Código HTML:
function shadowbox() { / Shadowbox.init({ players: ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'] }); Shadowbox.open({ //abrimos nuestro contenido html onload player: 'iframe', title: 'Registrar Reserva', content: 'form.html', height: 526, width: 925 }); };
Necesito pasar 2 valores javascript a 2 campos del formulario (form.html)