HoLa!
Tengo un pequeño problemita yo consegui este codigo:
Código:
<script language="javascript">
var win = null;
function nuevaVentana(pagina,nombre,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
estilo =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(pagina,nombre,estilo)
}
</script>
y despues este q va en el hipervinculo
Código:
<a onclick="nuevaVentana(this.href,'name','790','600','yes');return false" href="pagina1.htm">
pero yo quiero que cuando se abra no aparezca la barra de desplazamiento.
q le tengo q agregar???????
espero q me puedan ayudar!!!!!!!
::: Un BeSo :::
<html><center><embed src="http://yas.latinowebs.com/FIRMA.swf" height=70 width=350>
</embed></center></html>