UBB.Dev
Posted By: BassTeQ Java and VBScript - 11/12/2001 5:27 AM
Im using a Java applet that sets the status bar in the IE window to s certain value. Now normally in VBScript I can say
variable = window.status
and that will get the value of the text in the status window. Id does nor seem to work though with the applet setting the status value.

if I do
window.status = "This is the status value" then say
variable = window.status

Then the variable contains "This is the status value"
Its strange, any ideas why this problem could be occuring?
Thanks
Posted By: Matt Jacob Re: Java and VBScript - 11/12/2001 8:08 PM
I don't know Java or JavaScript well enough to help you out. Sorry.
Posted By: BassTeQ Re: Java and VBScript - 11/13/2001 4:27 AM
No problems. Thanks anyway
© UBB.Developers