For Programmers: Free Programming Magazines  


Home > Archive > C# > April 2006 > <object> usage in ASPX page after IE update









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author <object> usage in ASPX page after IE update
di.popa@gmail.com

2006-04-25, 7:09 pm

<object> usage in ASPX page after IE update

I have one window form created in C#; before the security update update
KB912812(Cumulative security update for Internet Explorer)
I use this form inside a ASPX page using:

<object id="MyControl" height="100%" width="100%"
classid="/MyWinControls.dll#Module.TestDesign.Components.EditorControl"
</object>

and it work perfect;

After the security update was install, I must activate the control
before use it;
the message "Click to activate and use this control" appear, I must
double-click on the control before use it;

I have try to use Microsoft solution to create a JavaScript function
that will insert the text from the Object tag...but it doesn't work;
the control is no longer initiated;

Any idea how should I use the win control in order to skip the
"activate"?
Any idea what is wrong?

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com