Click here to Skip to main content
15,920,468 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: want to prevent un-intentional button clicks to query report Pin
raouls11-Jan-05 18:42
raouls11-Jan-05 18:42 
GeneralRe: want to prevent un-intentional button clicks to query report Pin
ashu_sharma2111-Jan-05 18:53
ashu_sharma2111-Jan-05 18:53 
GeneralRe: want to prevent un-intentional button clicks to query report Pin
raouls11-Jan-05 20:17
raouls11-Jan-05 20:17 
Question&#xxx to character? Pin
Samsung10-Jan-05 2:34
Samsung10-Jan-05 2:34 
AnswerRe: &#xxx to character? Pin
V.10-Jan-05 23:19
professionalV.10-Jan-05 23:19 
GeneralDIV with automatic line feed Pin
raed9-Jan-05 19:05
raed9-Jan-05 19:05 
GeneralRe: DIV with automatic line feed Pin
Roger Wright10-Jan-05 0:53
professionalRoger Wright10-Jan-05 0:53 
GeneralActiveX events in ASP.NET page Pin
Meninga9-Jan-05 14:16
Meninga9-Jan-05 14:16 
Hi,
I'm trying to respond to events fired from an ActiveX control embedded in an ASP.NET webform using client side script. I can successfully do this on a standard html page served from the same web site but when I transfer my script into my webform html it does not respond to the event. This is what my my test html page looks like...

<HTML>
<HEAD>
<TITLE>ATL 3.0 test page for object GWUPload</TITLE>
</HEAD>
<BODY>
<script Language="VBScript">
<!--
Sub GWUPload_PropertyChange()
MsgBox(GWUPload.FilePath)
end sub
-->
</script>

<OBJECT ID="GWUPload" width=100% CLASSID="CLSID:2CB1B6F7-A2FB-4D97-96EF-2FD3CF6CC4D9"></OBJECT>
</BODY>
</HTML>

I've also read "HOW TO: Host ActiveX Controls in a Web Form" on MSDN and tried the Javascript version without success. I've checked all my local security settings and made sure IE will allow ActiveX to interact with scripts (my tests are all on localhost).
The ActiveX control is one of mine but the fact that I can trap the event on a standard HTML page makes me think the problem is in my ASP.NET code.
Any ideas will be appreciated.




Thanks,
Meninga
GeneralUnicode hex value to character, string,... Pin
Samsung9-Jan-05 10:22
Samsung9-Jan-05 10:22 
GeneralRegex help Pin
alex.barylski7-Jan-05 15:12
alex.barylski7-Jan-05 15:12 
GeneralRe: Regex help Pin
Ted Ferenc8-Jan-05 0:16
Ted Ferenc8-Jan-05 0:16 
Generalcannot create new web project Pin
cookiend7-Jan-05 7:59
cookiend7-Jan-05 7:59 
GeneralRe: cannot create new web project Pin
MoustafaS15-Jan-05 3:02
MoustafaS15-Jan-05 3:02 
GeneralPHP, XML and Web Services Pin
Anonymous6-Jan-05 22:12
Anonymous6-Jan-05 22:12 
GeneralRe: PHP, XML and Web Services Pin
Anonymous14-Jan-05 11:46
Anonymous14-Jan-05 11:46 
GeneralDatagird format Pin
amit__86-Jan-05 18:33
amit__86-Jan-05 18:33 
GeneralRe: Datagird format Pin
JKroschel14-Jan-05 4:50
JKroschel14-Jan-05 4:50 
QuestionFirefox event cancelling??? Pin
alex.barylski6-Jan-05 12:15
alex.barylski6-Jan-05 12:15 
AnswerRe: Firefox event cancelling??? Pin
raouls6-Jan-05 21:40
raouls6-Jan-05 21:40 
GeneralRe: Firefox event cancelling??? Pin
alex.barylski6-Jan-05 22:33
alex.barylski6-Jan-05 22:33 
GeneralWeb Interface Pin
Anthony_Yio5-Jan-05 21:07
Anthony_Yio5-Jan-05 21:07 
GeneralRe: Web Interface Pin
raouls5-Jan-05 21:42
raouls5-Jan-05 21:42 
GeneralRe: Web Interface Pin
Anthony_Yio5-Jan-05 21:53
Anthony_Yio5-Jan-05 21:53 
GeneralRe: Web Interface Pin
raouls5-Jan-05 22:44
raouls5-Jan-05 22:44 
GeneralCreating automatic updating web pages Pin
Krishnan V5-Jan-05 3:45
Krishnan V5-Jan-05 3: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.