User Profile
Collapse
-
Wesso replied to JavaScript: How do I find all possible letter combinations of given letters though ..in JavascriptThanks Dormilich for your reply -
Wesso started a topic JavaScript: How do I find all possible letter combinations of given letters though ..in JavascriptJavaScript: How do I find all possible letter combinations of given letters though ..
I would like to have a javascript that calculates all possible letter combinations of given letters with number of characters in the output.
However, not the same letter from the given letters more than once, except it is in the given word more than once.
For example:
- Named letters "ABCDE"
- Output letters are 4
- Results could be OKAY: "CBED", "ACED", "DEAB",... -
How to send a variable value from html to XSLT?
Hi
I have a xsl page, that shows 14 barcodes on one page for printing.
I have created a dropdown list so that you can define how many barcodes you want on a single page.
I have an xsl variable "barcodeTotalNr" with default value of 14.
I have a dropdown list "barcodeTotal" which assigns a value to be read into "barcodeTotalNr" by a reloading / submiting the page....Last edited by Dormilich; May 15 '12, 02:17 PM. Reason: Please use [CODE] [/CODE] tags when posting code.
No activity results to display
Show More
Leave a comment: