Hello All,

We have a javascript print function which works fine on midtier 7.5 (ARS 7.5 p3). Now after upgrading to mid-tier 8.1, it gives an error on all browsers "ARERR 9369 Function not supported". The JavaScript function which we call using a run process in an Active link is as follows:

<script language="JavaScript">
function printit() {
        window.frames['VF536870913'].focus();
        window.frames['VF536870913'].print();
}
</script>

Basically, we want to print the content of a view field only and not the entire page.

Any help would be greatly appreciated!!

Regards,
Ritesh

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to