Hello Listers,

I want to execute some custom javascript in a Remedy form.
I went to the 'Edit Web Header Content' in View Properties -> Appearance
and pasted the following sample code:

<div>
<script language="JavaScript">
function printMsg()
{
  alert ("This is a test");
}
</script>
</div>

I have a button on the same form, which has an active link, with a RUN
PROCESS action. The command line is:

javascript printMsg();

When I press this button in the mid-tier page of the form, I expect the
alert dialog, but instead I get the error:
Caught Exception: Object Expected

Can anyone help me with this error??

Thanks,
Murtuza.

ARS 6.3
Mid-tier 7.0
Solaris 8
Websphere


_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to