desdee ya gracias, si tiene otra forma de hacerlo se los agredeceria
Código HTML:
<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>::: INNOVA SUR ::::</title> <link href="css/style.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> function abreventanaMax_Certifica(aURL, aWinName) { var wOpen; var sOptions; sOptions = 'directories=no,status=yes,toolbar=no,menubar=no,scrollbars=yes'; sOptions = sOptions + ',resizable=yes,location=no,maximize=yes'; sOptions = sOptions + ',width=' + (screen.availWidth - 12).toString(); sOptions = sOptions + ',height=' + (screen.availHeight - 122).toString(); sOptions = sOptions + ',screenX=0,screenY=0,left=0,top=0'; wOpen = window.open( '', aWinName, sOptions ); wOpen.location = aURL; wOpen.focus(); wOpen.moveTo( 0, 0 ); wOpen.resizeTo( screen.availWidth, screen.availHeight ); return wOpen; } //--> </script> </head> <body> <a href="#" onclick="javascript:abreventanaMax_Certifica('perfil/','nombre ventana ');"> Dejar Perfil</a> </body> </html>