I am creating a html file with a table over xslt. I am using JavaScript for filtering some rows. Is it possible to write some parameters behind the URL to change the drop-down-menu item when I open the html-file the first time?
For example I got the html file "my_file.ht ml".
Is it possible to change this to e.g. "my_file.ht ml -parameter", then read "parameter" with javascript and set my drop-down-menu to Paramter?
I do not want to make a new entry "Parameter" to my drop-down-menu. I just would like to show the parameter item in my drop-down-menu and my table should be filtered by that.
For example I got the html file "my_file.ht ml".
Is it possible to change this to e.g. "my_file.ht ml -parameter", then read "parameter" with javascript and set my drop-down-menu to Paramter?
I do not want to make a new entry "Parameter" to my drop-down-menu. I just would like to show the parameter item in my drop-down-menu and my table should be filtered by that.
Comment