Click here to Skip to main content
15,890,438 members
Home / Discussions / Web Development
   

Web Development

 
QuestionMultiple websites/databases with a shared database [modified] Pin
Brendan Vogt17-Jun-09 22:09
Brendan Vogt17-Jun-09 22:09 
AnswerRe: Multiple websites/databases with a shared database Pin
himanshu256117-Jun-09 22:17
himanshu256117-Jun-09 22:17 
AnswerRe: Multiple websites/databases with a shared database Pin
Marc Firth17-Jun-09 23:46
Marc Firth17-Jun-09 23:46 
AnswerRe: Multiple websites/databases with a shared database Pin
DoctorMick18-Jun-09 0:31
DoctorMick18-Jun-09 0:31 
AnswerReplicate registered user info Pin
David Mujica18-Jun-09 3:04
David Mujica18-Jun-09 3:04 
QuestionI want to restrict users to access JS and CSS files using URL absolute path. Pin
A k ch17-Jun-09 19:57
A k ch17-Jun-09 19:57 
AnswerRe: I want to restrict users to access JS and CSS files using URL absolute path. Pin
Niladri_Biswas17-Jun-09 20:31
Niladri_Biswas17-Jun-09 20:31 
QuestionDetect activeX control under IE8 Pin
chatko16-Jun-09 8:39
chatko16-Jun-09 8:39 
I'm trying to detect if my ATL control is installed on the users system in IE8. I am using the following vbscript code:

function DetectActiveX (controlName)
    on error resume next
    dim res
    res = 0
    if IsObject(CreateObject(controlName)) then
        res = 1
    end if
    DetectActiveX = res
end function


The problem is that the detection fails if the control has been installed by the user running firefox (or any other non-IE browser) and when the user later returns to the same page using IE8.

This is because IE8 blocks the object creation with an "Add-on disabled, Run add-on?" drop down info bar. My javascript/vbscript has no way to detect this situation, so i force a download ... which is is at best confusing to the user.

Anyone have a suggestion on what else i could try? Perhaps there is another way to detect this scenario. Or perhaps my installer needs to register something extra with IE8/windows when installed outside of the IE8 process.

Thanks,

Chris
AnswerRe: Detect activeX control under IE8 Pin
led mike16-Jun-09 11:53
led mike16-Jun-09 11:53 
QuestionGetting Event loger warning message: IIS event 1010 Pin
PREMSONBABY15-Jun-09 23:48
PREMSONBABY15-Jun-09 23:48 
AnswerRe: Getting Event loger warning message: IIS event 1010 Pin
Aman Bhullar16-Jun-09 2:52
Aman Bhullar16-Jun-09 2:52 
GeneralRe: Getting Event loger warning message: IIS event 1010 Pin
PREMSONBABY16-Jun-09 3:59
PREMSONBABY16-Jun-09 3:59 
GeneralRe: Getting Event loger warning message: IIS event 1010 Pin
Aman Bhullar16-Jun-09 19:17
Aman Bhullar16-Jun-09 19:17 
QuestionHow create an xls file with n sheets Pin
SIlviaTerzi15-Jun-09 23:34
SIlviaTerzi15-Jun-09 23:34 
AnswerRe: How create an xls file with n sheets Pin
dan!sh 16-Jun-09 2:57
professional dan!sh 16-Jun-09 2:57 
AnswerRe: How create an xls file with n sheets Pin
Nelson Costa Inácio18-Jun-09 0:32
Nelson Costa Inácio18-Jun-09 0:32 
GeneralRe: How create an xls file with n sheets Pin
SIlviaTerzi18-Jun-09 22:24
SIlviaTerzi18-Jun-09 22:24 
QuestionThreading async programming JavaScript Pin
Amr M. K.15-Jun-09 22:11
Amr M. K.15-Jun-09 22:11 
AnswerRe: Threading async programming JavaScript Pin
Aman Bhullar16-Jun-09 2:47
Aman Bhullar16-Jun-09 2:47 
QuestionLearn Web Development Pin
fsjay15-Jun-09 21:55
fsjay15-Jun-09 21:55 
QuestionCR XI web viewer landscape printing problem. Pin
Junaid Raza Khan15-Jun-09 19:57
Junaid Raza Khan15-Jun-09 19:57 
QuestionHow to apply css to content page Pin
mdazeemuddin15-Jun-09 19:54
mdazeemuddin15-Jun-09 19:54 
AnswerRe: How to apply css to content page Pin
mdazeemuddin15-Jun-09 22:19
mdazeemuddin15-Jun-09 22:19 
QuestionHow to stream webcam to a browser Pin
smorris1015-Jun-09 6:33
smorris1015-Jun-09 6:33 
AnswerRe: How to stream webcam to a browser Pin
Christian Graus15-Jun-09 15:23
protectorChristian Graus15-Jun-09 15:23 

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.