Click here to Skip to main content
15,899,937 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: web service Pin
JHizzle26-May-10 2:44
JHizzle26-May-10 2:44 
GeneralRe: web service Pin
lune1226-May-10 22:43
lune1226-May-10 22:43 
GeneralRe: web service Pin
JHizzle27-May-10 2:19
JHizzle27-May-10 2:19 
GeneralRe: web service Pin
lune1230-May-10 21:12
lune1230-May-10 21:12 
QuestionSpecial character sets in Website Pin
alwinSCH25-May-10 2:19
alwinSCH25-May-10 2:19 
AnswerRe: Special character sets in Website Pin
Peace ON28-May-10 5:56
Peace ON28-May-10 5:56 
GeneralRe: Special character sets in Website Pin
alwinSCH30-May-10 22:47
alwinSCH30-May-10 22:47 
QuestionPermission Denied error in IE when closing popups Pin
keniagm24-May-10 4:30
keniagm24-May-10 4:30 
Hi everyone!

I have a simple web testing application which is supposed to open and close several popups by itself (without user interaction). For this purpose i have a javascript function to access the variable where the popup reference is stored and close it if it´s not null, fairly simple. However I get random IE errors like

Message: No such interface supported
Line: 86
Char: 3
Code: 0
URI: http://10.10.0.61:10000/savmailer/adm/tests/common_tests_code.js

and

Message: Permission denied
Line: 86
Char: 3
Code: 0
URI: http://10.10.0.61:10000/savmailer/adm/tests/common_tests_code.js


The line 86 references exactly the point at which I do popup.close(); in the following function


function closePopupWindow(popup){
if (popup != null) {
popup.close();
popup = null;
}
}

I have googled and it seems this permission denied error is quite common to come through among IE developers, however there´s no clear solution for it, it´s just a matter of changing the code slightly "to please" IE, so to speak. However i have no idea how to change mine since it´s just 3 lines!
Tried also to change the security browser settings by adding my domain to the trusted zone, but nothing, doesn't help either.
If anyone has any helpful idea or notices something i might be forgetting, please, reply to this!

Thanks in advance,

Kenia
QuestionMaximize/Minimize Buttons Pin
Jamal Abdul Nasir24-May-10 4:00
Jamal Abdul Nasir24-May-10 4:00 
AnswerRe: Maximize/Minimize Buttons Pin
User 171649224-May-10 4:27
professionalUser 171649224-May-10 4:27 
QuestionHow can i save some path in html tags? Pin
002comp23-May-10 22:39
002comp23-May-10 22:39 
AnswerRe: How can i save some path in html tags? [modified] Pin
daveyerwin24-May-10 3:21
daveyerwin24-May-10 3:21 
QuestionGet complete URL address on address bar of browser Pin
tannghia22-May-10 5:20
tannghia22-May-10 5:20 
QuestionSocial Networking website Pin
mwaqas199021-May-10 19:20
mwaqas199021-May-10 19:20 
AnswerRe: Social Networking website Pin
Andy_L_J21-May-10 20:04
Andy_L_J21-May-10 20:04 
AnswerRe: Social Networking website Pin
Roger Wright21-May-10 20:27
professionalRoger Wright21-May-10 20:27 
GeneralRe: Social Networking website Pin
mwaqas199021-May-10 21:32
mwaqas199021-May-10 21:32 
QuestionOkay, This should be simple for you guys. Pin
Stathread20-May-10 7:53
Stathread20-May-10 7:53 
AnswerRe: Okay, This should be simple for you guys. Pin
T M Gray20-May-10 8:34
T M Gray20-May-10 8:34 
AnswerRe: Okay, This should be simple for you guys. Pin
Dr.Walt Fair, PE20-May-10 9:17
professionalDr.Walt Fair, PE20-May-10 9:17 
QuestionIs there a tool for simple multi user access test? Pin
AglaiaMasaki18-May-10 22:52
AglaiaMasaki18-May-10 22:52 
AnswerRe: I found the tool, Jmeter. Pin
AglaiaMasaki19-May-10 0:03
AglaiaMasaki19-May-10 0:03 
QuestionAd Rotators on Orange Webmail page, knew what other sites I'd visited. Pin
mnemonic6918-May-10 20:41
mnemonic6918-May-10 20:41 
AnswerRe: Ad Rotators on Orange Webmail page, knew what other sites I'd visited. Pin
David Skelly18-May-10 22:35
David Skelly18-May-10 22:35 
GeneralRe: Ad Rotators on Orange Webmail page, knew what other sites I'd visited. Pin
mnemonic6919-May-10 11:45
mnemonic6919-May-10 11:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.