/ Published in: JavaScript
Expand |
Embed | Plain Text
//Javascript function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //HTML <a href="#" onClick="MM_openBrWindow('archivo.html','nombre-ventana','scrollbars=yes,width=655,height=350')">Hola mundo</a>
You need to login to post a comment.
