Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XSLT calling external js function

Status
Not open for further replies.

lbrooks

IS-IT--Management
Jan 20, 2004
42
0
0
US
Within an XSLT file, I am calling an external js function.

I have the following within my XSLT file:

<script>
SetSelectIndex(this.form,'paramprocess', '{ParameterType}');
SetSelectIndex(this.form,'paramapproval', '{Any/ApprovalType}');
SetSelectIndex(this.form,'paramtype', '{Value/DataType}');
SetSelectIndex(this.form,'paramna', '{Any/Na}');
</script>

what would cause the following not to execute.
 
>what would cause the following not to execute.
You say "what"? Why don't you tell us, or, maybe save it to yourself and we may not bother.
 
I meant what would cause the above not to execute. The function SetSelectIndex is not firing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top