 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
John Evans Guest
|
Posted: Fri Jun 24, 2005 11:05 am Post subject: pop-ups versus pages |
|
|
Dear all,
if I use the TIWURL component to launch a new page, Firefox
allows it.
If I use a button that executes
WebApplication.NewWindow(lURL,'menu',600,600); // where lURL is passed as
a var beforehand.
then Firefox views it as a pop-up and wants to block it. I believe other
things like Norton Personal firewall also view it as a pop-up.
How do I launch a new window from a button, without it being considered a
pop-up?
many thanks
--
John Evans
Managing Director
Clear Advantage Ltd
www.Clear-Advantage.co.uk
|
|
| Back to top |
|
 |
John Evans Guest
|
Posted: Tue Jun 28, 2005 11:28 am Post subject: Re: pop-ups versus pages |
|
|
Dear all,
I have solved this problem eventually.
If anyone is interested, I added the JavaScript for a window.open event into
a stringlist and then assigned the stringlist to the onclick event of the
button.
This makes the request a client side event.
regards
John
"John Evans" <johnevans (AT) clear-Advantage (DOT) co.uk> wrote
| Quote: | Dear all,
if I use the TIWURL component to launch a new page, Firefox
allows it.
If I use a button that executes
WebApplication.NewWindow(lURL,'menu',600,600); // where lURL is passed
as
a var beforehand.
then Firefox views it as a pop-up and wants to block it. I believe other
things like Norton Personal firewall also view it as a pop-up.
How do I launch a new window from a button, without it being considered a
pop-up?
many thanks
--
John Evans
Managing Director
Clear Advantage Ltd
www.Clear-Advantage.co.uk
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|