473,398 Members | 2,525 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

no more pop-ups in IE?

Ed
read article:
http://www.globeandmail.ca/servlet/s...ry/Technology/

How will this impact legitimate web application pop-up windows, or web apps
that make use of their own custom error alert dialogs? i.e. javascript
window.open()

Jul 19 '05 #1
10 1762
I guess they'll have to start using target=_blank. Aw, what a pity. No
more taking over my browser. Good riddance.

"Ed" <ed*********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
read article:
http://www.globeandmail.ca/servlet/s...ry/Technology/
How will this impact legitimate web application pop-up windows, or web apps that make use of their own custom error alert dialogs? i.e. javascript
window.open()

Jul 19 '05 #2
"Ed" wrote:

http://www.globeandmail.ca/servlet/s...ry/Technology/

What's a pop-up ad?

How will this impact legitimate web application pop-up
windows, or web apps that make use of their own custom
error alert dialogs? i.e. javascript window.open()


Assuming MS implements pop-up blocking in a similar manner to that performed
by Mozilla, it shouldn't have much effect on applications. Mozilla blocks
"unrequested" windows, and I have found it to be quite accurate at
differentiating between requested and unrequested windows.

I haven't seen a pop-up/under ad in a very long time, and I have yet to
notice an application that broke as a result (though I can envision how it
might happen).
--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Jul 19 '05 #3
Ed wrote:
read article:
http://www.globeandmail.ca/servlet/s...ry/Technology/
How will this impact legitimate web application
it won't - applications created for use on the www don't use pop-ups
pop-up windows, or
web apps that make use of their own custom error alert dialogs? i.e.
javascript window.open()


does anybody still let javascript do that in their browser? why?

--
William Tasso - http://WilliamTasso.com
Jul 19 '05 #4
I write many legitimate web applications that are not on the www. In many
of these I use pop-ups for such things as adding additional information. A
good example, is a select list with the option of clicking on "new" to
create an additional entry in the list.

I've found that my users prefer to fill out forms all on one page, with pop
ups for supplementary information.
You may notice that Outlook Express "pops up" a new window when you hit
reply.

Tom B

"William Tasso" <ne****@tbdata.com> wrote in message
news:ex****************@TK2MSFTNGP11.phx.gbl...
Ed wrote:
read article:

http://www.globeandmail.ca/servlet/s...ry/Technology/

How will this impact legitimate web application


it won't - applications created for use on the www don't use pop-ups
pop-up windows, or
web apps that make use of their own custom error alert dialogs? i.e.
javascript window.open()


does anybody still let javascript do that in their browser? why?

--
William Tasso - http://WilliamTasso.com

Jul 19 '05 #5
On Tue, 25 Nov 2003 23:57:34 -0000, "William Tasso"
<ne****@tbdata.com> wrote:
Ed wrote:
read article:

http://www.globeandmail.ca/servlet/s...ry/Technology/

How will this impact legitimate web application


it won't - applications created for use on the www don't use pop-ups
pop-up windows, or
web apps that make use of their own custom error alert dialogs? i.e.
javascript window.open()


does anybody still let javascript do that in their browser? why?


Yes they do. Any number of reasons. Believe it or not, it is not up to
us to decide what is an appropriate use of user interface. We may not
like it, but that's why there is chocolate and vanilla. In the end, if
it can be done, it will be. Popups are common and many feel that it
emulates how a "normal" Windows app would function. Either way, if the
feature is there, it makes it difficult if it is pulled out for
whatever reason - even if it is "obvious" to others.
Jul 19 '05 #6
"William Tasso" <ne****@tbdata.com> wrote:
Ed wrote:
read article:

http://www.globeandmail.ca/servlet/s...ry/Technology/

How will this impact legitimate web application


it won't - applications created for use on the www don't use pop-ups


I beg to differ. Mine do.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov
Jul 19 '05 #7
ditto

granted most of mine are Intranet apps, but window.open()
is very usefull in legitimate apps.

-----Original Message-----
"William Tasso" <ne****@tbdata.com> wrote:
Ed wrote:
read article:
http://www.globeandmail.ca/servlet/s...GAM.20031124.g tpopnov24/BNStory/Technology/

How will this impact legitimate web application


it won't - applications created for use on the www don't

use pop-ups
I beg to differ. Mine do.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov
.

Jul 19 '05 #8
Ed
Can you elaborate on the differences between requested and unrequested
windows?
"Dave Anderson" <GT**********@spammotel.com> wrote in message
news:u$**************@TK2MSFTNGP12.phx.gbl...
http://www.globeandmail.ca/servlet/s...ry/Technology/
What's a pop-up ad?

How will this impact legitimate web application pop-up
windows, or web apps that make use of their own custom
error alert dialogs? i.e. javascript window.open()
Assuming MS implements pop-up blocking in a similar manner to that

performed by Mozilla, it shouldn't have much effect on applications. Mozilla blocks
"unrequested" windows, and I have found it to be quite accurate at
differentiating between requested and unrequested windows.

I haven't seen a pop-up/under ad in a very long time, and I have yet to
notice an application that broke as a result (though I can envision how it
might happen).

Jul 19 '05 #9
"Ed" wrote:

Can you elaborate on the differences between requested
and unrequested windows?


It essentially boils down to the triggering event. Such events as
window.onload do not qualify as "requests", whereas most .onclick events do.
I am not in possession of a comprehensive list.

--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Jul 19 '05 #10
Ed
What exactly does ad blockers do anyway? What particular Javascript code is
it looking for and filtering?

"Tim Slattery" <Sl********@bls.gov> wrote in message
news:8q********************************@4ax.com...
"William Tasso" <ne****@tbdata.com> wrote:
Ed wrote:
read article:

http://www.globeandmail.ca/servlet/s...nov24/BNStory/

Technology/

How will this impact legitimate web application


it won't - applications created for use on the www don't use pop-ups


I beg to differ. Mine do.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov

Jul 19 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Will | last post by:
Hi, Sorry to be a pest... But I can figure this out. I'm pushing to a stack. then I need to check to see if the word is a palindrome. Is the code below correct? if so, how can I check the...
3
by: Fred Atkinson | last post by:
I've installed the following Javascript on my Web page and it is working fine. It brings up a little pop up message (not an ad). <script language="JavaScript"><!--...
10
by: scott | last post by:
From an asp page, i'm trying to auto-open a pop-up page if something exists. I can do this within access via vba using below code. Anyone know how I could modify the below js to auto-lauch from...
13
by: nospam | last post by:
DEAR MICROSOFT: WOULD YOU PLEASE put up a web page showing the price list of EXPECTED COSTS for MOM & POP when choosing between MySql/PHP and .NET. FIRST: Show INITIAL COSTS for like a 5-10...
18
by: Mickey Segal | last post by:
On comp.lang.java.programmer we are discussing problems created for Java programs by pop-up blockers (in the thread "showDocument blocked by new microsoft pop-up blocker"). Our problem is that...
10
by: Madame Blablavatsky | last post by:
hello, i have a few links on a page. when one clicks a link an pop up window with an image opens. when people click an other link i want the already availible pop up window to close before the...
15
by: Stig Brautaset | last post by:
Hi group, I'm playing with a little generic linked list/stack library, and have a little problem with the interface of the pop() function. If I used a struct like this it would be simple: ...
2
by: domtam | last post by:
Hi all, Here is what I want: when a user clicks a <asp:button>, its event handler will do some server-side processing and then pop up a windows of another page. As far as I know, if no pop-up...
25
by: Nicholas Parsons | last post by:
Howdy Folks, I was just playing around in IDLE at the interactive prompt and typed in dir({}) for the fun of it. I was quite surprised to see a pop method defined there. I mean is that a...
7
by: Scott | last post by:
As said before I'm new to programming, and I need in depth explaination to understand everything the way I want to know it, call it a personality quirk ;p. With pop() you remove the last element...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.