PDA

Click to See Complete Forum and Search --> : Sending activex code to a webbrowser on a form..


qpabani
Jan 29th, 2001, 11:01 AM
say i wanted to pass the code

<SCRIPT LANGUAGE="JScript" defer>
<!--
var Filler = new ActiveXObject("RoboForm.FormFiller");
Filler.FillForms(external.menuArguments);
delete Filler;
-->
</SCRIPT>

to a webbrowser in a form.. how would i be able to do that?