472,808 Members | 2,352 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Certificates and popups

Hi,
IE in Windows XP Service Pack 2 has a popup blocker that blocks unsolicitedpopups
IE (other than Windows XP Service Pack 2) also has many add-ons (Google toolbar,Yahoo! toolbar, Norton Internet Security, etc) that block unsolicited

popups.

Just wondering, if one provides/uses a certificate on the website, does that
solve the problem with blocked popups?

I am building an application in PHP/JavaScript that will be used only on our
clients' computers, but new clients are added frequently.

I want to use popups to simulate a windows like environment, and I dont want
to go anywhere near ASP.NET, just in case somebody likes to suggest that, no
thank you at this time :-)

TIA,

Tom
Jul 23 '05 #1
2 1724
Tom Szabo wrote:
Hi,
IE in Windows XP Service Pack 2 has a popup blocker that blocks unsolicitedpopups
IE (other than Windows XP Service Pack 2) also has many add-ons (Google toolbar,Yahoo! toolbar, Norton Internet Security, etc) that block unsolicited
popups.

Just wondering, if one provides/uses a certificate on the website, does that
solve the problem with blocked popups?


No.
I am building an application in PHP/JavaScript that will be used only on our
clients' computers, but new clients are added frequently.
Then I guess you can be incredibly unenlightened and insist that your client
allow popups from your site. Assuming they know how to configure their browsers
appropriately.
I want to use popups to simulate a windows like environment, and I dont want
to go anywhere near ASP.NET, just in case somebody likes to suggest that, no
thank you at this time :-)


ASP.NET does not solve the problem of blocked popups. And using the Web browser
as a UI for a "Windows like" application is a very very bad idea. You simply do
not have enough control over the UI to do the types of things that you will want
to do.

Your choices are:
1) live with the limitations of the Web browser based UI and realize there are
things you will be simply unable to do
2) write a client-based application in .Net (not ASP.NET) or Java or C++ or
Delphi or PowerBuilder that will give you the level of control you desire

--
Grant Wagner <gw*****@agricoreunited.com>
comp.lang.javascript FAQ - http://jibbering.com/faq

Jul 23 '05 #2
Your choices are:
1) live with the limitations of the Web browser based UI and realize there are things you will be simply unable to do
I think I will take this one (1) I think a lot of limitations in our mind.
If we think outside of the square, anything is possible. I am actually quite
amazed by how productive PHP with Java once I have libaries. I am not using
PHP in the conventional embedded mode, what I am doing is slightly different
.....

2) write a client-based application in .Net (not ASP.NET) or Java or C++ or Delphi or PowerBuilder that will give you the level of control you desire


....as this (2) is not a choice for me! I am not interested to lock myself
into an MS platform in any way.

So far the only problem I can see is that our industry is full of idiots who
try to decide for the user of their hardware and software what is the best
for them. Good example MS WinXP SP2.

I am happy that MS improves its products, but I am certainly not happy with
XP Pro having new features default on. I think the user should have the
choice.

Actually I am quite dissapointed with the Google Toolbar, for the same
reason...

Anyway that is just my opinion..:-)

Thanks for your help,
Tom
Jul 23 '05 #3

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

Similar topics

52
by: Harlan Messinger | last post by:
Can you help me figure out what to do about popups? Sometimes we develop web applications where popups make very good sense for precisely the same reasons they make sense in traditional...
1
by: Next | last post by:
Hello, I sure could use someone's help : ) I need to authenticate users and securely upload files from laptops on the internet ( not on the same domain as server ) to a server on my domain....
0
by: dinoo | last post by:
Can some body help me out? I am trying to use client certificates in a Webservice. But some how i am not able to make it. I went through the msdn resources but i think some one needs to help me...
2
by: Larry David | last post by:
Hi, This is one of those posts where not only do I not know the answer, I don't fully understand the *question* that I should be asking... but I'll try my best: I've designed a web site which...
5
by: | last post by:
Hi all, HttpWebRequest, and SoapHttpClientProtocol both expose a ClientCertificates property, which can hold multiple client certificates, but on the service side, it can only receive one client...
2
by: Rune Nergard | last post by:
I have tried to use the System.Security.Cryptography.Xml.SignedXml class to sign an Xml message with Xml-DSIG and using an Enveloped signature type and the sha1RSA algorithm. Everything works fine...
1
by: YotamElal | last post by:
Hello, I have a popup problem. When a popup is opened, I want all other popups to close immediatly. (except for its self and it's child popups) Here is my code: code: <!DOCTYPE HTML PUBLIC...
1
by: Moe Sisko | last post by:
Using : ASP.NET 2.0, IE 7. This is a strange problem with popups not working in IE to remote sites, even though popups are allowed in IE. To reproduce, create web site with two pages,...
5
by: GaryDean | last post by:
I have to write an asp.net app that uses a web service requiring x.509 certificates. Are there any good docs on how to do this both in code and on the server. Most of the stuff I'm finding...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?

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.