Hello,
we have a applet where we pass some parameters via javascript in the onload event of the HTML page.
In the Safari 123 Version this did work very good.
Now our users have upgraded to the new safari version 125, and now the onload event seems to
not get triggered. (Either not at all, or before the applet is ready to receive the event)
Is this a known issue or what might be the cause ?
Here is our onLoad event code:
<body bgcolor="#CCCCCC" onLoad="document.Ekit.setDocumentAarcatEscapes(opener.escapeCodes);document.Ekit.setDocumentTextAarcat(eval('opener.document.'+opener.formField).value);">
For test purposes we have added a button to the html page who does the very same.
<input TYPE="button" VALUE="Set TEXT" onClick="document.Ekit.setDocumentTextAarcat(eval('opener.document.'+opener.formField).value);">
When we click on the button, the the parameters are passed correctly to the applet.
Andri
aarboard ag
internet - networks - screen&print design - multimedia
Egliweg 10 - Postfach 214 - CH-2560 Nidau (Switzerland)
Phone +41 32 332 9714 - Fax +41 32 332 9715
www.aarboard.ch - email@hidden
_______________________________________________
webcore-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webcore-dev
Do not post admin requests to the list. They will be ignored.