Pessoal, eu tenho o seguitne script pra abrir uma janela popup
<script LANGUAGE="JavaScript">
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=200,height=300,left = 340,top = 112');");
}
// End -->
</script>
Question
Fragata
Pessoal, eu tenho o seguitne script pra abrir uma janela popup
E o seguinte link pra abrir a janelaO código funciona bem, mas eu queria passar uma variável junto com o endereço 'formulario.php' pra ser pego por get no arquivo formulario.php.
Algo como formulario.php&id=<?=$variavel['id'];?>
Alguém aí tem ideia de como fazer? Obrigado desde já o/
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.