Passing parameter from javascript to xslt !!
I have a employees.xml file. Using xslt I am creating a combobox and populating the names of the employees to the combobox.
When I select a option from comobox, I am invoking a javascript function using onChange() event. Inside the javascript, I am obtaining the selected item from the combobox.
My Requirement: I want the user to view the employees details for whom he selected from the comobox and display in the same page.
Note: I cannot use the following, as if I am right, cannot be used with Mozilla and other browsers.
1) ActiveXObject("Msxml2.DOMDocument.4.0")
2) ActiveXObject("Msxml2.FreeThreadedDOMDocument.4.0" )
Thanks!
Suresh.
__________________
Cheers [-:]
Suresh!
|