CodeChargeMVP
Posts: 473
|
| Posted: 05/24/2010, 1:47 AM |
|
Hello,
I´m executing this line (I just copy some part of it):
var parametros =
"width=700,height=550,left=100,top=10,resizable=no,menubar=no,toolbar=no,directories=no,location=no,scrollbars=no,status=no";
window.open(linkhref,"ventana",parametros);
But it doesn´t have any effect on the new window than it´s open,the new window inherit the features
from the main window,żany suggestion?
Thank you very much in advance.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
ckroon
Posts: 869
|
| Posted: 05/24/2010, 8:20 AM |
|
Get the free Popup Window tool from CCtools... works great.
http://www.codechargetools.com/product.php?product_id=8
_________________
Walter Kempees...you are dearly missed. |
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 05/24/2010, 9:12 AM |
|
Quote ckroon:
Hello Ckroon,
Thank you for your suggestion.
I´ve find than that behaviour happens because of the firefox doesn´t allows some features from windows.open
while Internet Explorer does it.
I´ll install that tool.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
|