> > Set the "campus" listbox value and theb call fire event, such as in
> the
> > code below. I get an "access denied" error.
Fire-events on campuses were forbidden by George W because of
terrorists might use them.
Jeff
--
http://mail.python.org/mailman/listinfo/python-list
Regarding the call to FireEvent:
I still do not understand why you could call fireEvent('onchange')
and now it you have to call "FireEvent('onchange')" to avoid the
Access denied message
In Ruby or Perl you still call "fireEvent('onchange')" it has not
changed and you do not get the access den
Found that you have to call FireEvent a different way in the News IE
and sp2
Instead of:
ie.Document.forms[0].campus.fireEvent('onchange')
if needs to be changed to:
ie.Document.forms[0].campus.FireEvent('onchange')
RLM
[EMAIL PROTECTED] wrote:
> Hello,
>
> Does anyone know a workaround f
Hello,
Does anyone know a workaround for calling fireEvent.
With the latest from Microsoft OS XP2 and Hot fixes to
IE it now gives an "access denied" error in Python when called.
Here is what I am trying to do:
Set the "campus" listbox value and theb call fire event, such as in the
code below. I