So if you have a html List Box, also called a multiple select, and you want to generate a comma delimited string that lists all the values in that List Box ... |
So I have a textbox which allows a max entry of 5 characters.
The user should enter the time in the format hh:mm or hhmm , into the textbox.
Supposing the user enters ... |
How can I do some manipulations with the text in a TextBox on resize in Adobe InDesign CS5?
The main goal is too split the last word on every row to achieve ... |
Hey, I've run into a problem here. I have a text box that is only returning an empty string.
var myFields = [];
for(var i = 0; i < fields.length; i++){
...
|
I have a javascript function below:
var alphabet = [ "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", ...
|
One thing that has got me now though is that I would like to put a " in the line of output. The code as recommended by you says - Code: document.getElementById("showCode2").value="Line "+document.getElementById("Comm1Lineno").value+" has failed, Jenbo have been informed and will attend on "+document.getElementById("Comm1Date").value+">" This gives me the output like this - Line 1 has failed, Jenbo have been informed and ... |
Hey everyone, I have a simple HTML multiline textbox, and I want to use Javascript to get text that the user types into that box, and then I want to print that text in a different multiline text box. How would I do that? I've figured out how to get the value from the original textbox and write it on the ... |
|
Hi, I am trying to write a piece of javascript that will open a popup and include the the text from a textbox in the url. See below what I have so far. The javascript fires ok but instead of picking up the text from the box it keeps opening the url: ....AddClaimPerson.aspx?name=undefined Does anyone know where I am going wrong? ... |
This obv seems simple from the title, hoverever i dont want to just had text into a text area i want to be able to add in addition to what the user has already input. example when you like the code button on this form the '[ code ][ /code ]' text comes up. this is exacly what i want. any ... |
Hey everyone, I'm new to JS so forgive me if I sound like I don't have a clue what I'm talking about here ( - : Let's say I have a simple HTML multiline textbox. I want to use Javascript to get text that the user types into that box, and then I want to print that text in a different ... |
|
|
// You can set the hook variable to a function that // is called whenever the select list is filtered. // For example: // myfilterlist.hook = function() { } // Flag for debug alerts // Set to true if you are having problems. |
|
Hi, Im new to javascript and have a question on syntax to basically do this: on page load, check if there is a query string called frmdate. If there is, I set the text box on the page called "myDate" equal to the query string variable. full syntax is much appreciated, thanks much. -JBD |