Hello,
I have a standard link in my html <a href="....
I would like to override it's normal behaviour and open a window that I decide it's size, toolbar ect.
For that, I have added it an onClick event and wrote window.open in the appropriate javascript function.
The problem is that the target at href is opened with this window and if I try to put an empty href <a href=""... it doesn't work at all.
Any ideas how to accomplish this?
I have a standard link in my html <a href="....
I would like to override it's normal behaviour and open a window that I decide it's size, toolbar ect.
For that, I have added it an onClick event and wrote window.open in the appropriate javascript function.
The problem is that the target at href is opened with this window and if I try to put an empty href <a href=""... it doesn't work at all.
Any ideas how to accomplish this?