Unfortunatelly, I did't write the control. So I don't have any chance (how I
supposed) to affect default event behavior by script?
> you need to a property to the control the script can set. client script does
> not support passing value types by ref.
[quoted text clipped - 21 lines]
> >
> > Thanks for any suggestions.
your only option is to use vbscript which supports byref.
-- bruce (sqlwork.com)
> Unfortunatelly, I did't write the control. So I don't have any chance (how
> I
[quoted text clipped - 30 lines]
>> >
>> > Thanks for any suggestions.
Ivan - 08 Nov 2005 06:06 GMT
I tried something like this:
Sub Ctrl_DoNavigateToURL(url, window_name, ByRef enable_default)
... code
enable_default=False
End Sub
But with no effect. But I use VBScript very rarely and I'm not sure code is
OK.
Thanks.
> your only option is to use vbscript which supports byref.
>
[quoted text clipped - 34 lines]
> >> >
> >> > Thanks for any suggestions.