Please advise me on how to do a toggle to select a certain number of checkboxes based on my dropdown list (50,100,150,etc...)
Say I have a dropdown box with options to select with values: 50, 100, 150, and so on.
What I would like to do is when I select "50" from the dropdown list, the FIRST...
I would like to send out 10 emails at the time select from table with N results.
Is there an easy way to do with cfloop startrow and endrow dynamically, say when it completes first 10 records, it starts next 10, and so on or until it reaches recordcount?
thanks so much in advance for any helps.
hello, please help !!!! I'm new to xml and xsl.
i have the data in comma delimited list:
<dispositionMethod>ST,DE,OT</dispositionMethod>
the data are not always in this order, however, i want to parse each field to something as for option checkbox list in my XSL with output:
match ST...
Thank you both feherke & monksnake for giving me more helpful information, i'm still working on the codes to make it optimal for my problem.
Thank you so much!!!
thank you so much feherke !!! your codes work so well for my problem. you saved my day !!!
Again, much appreciated your help!! kudos to both feherke and monksnake!!!
it doesn't work, and I get no javascript error? something is missing? please help!
<script>
function setAllValues() {
var quantityAllValue = document.getElementById("keySHIPMENT_QUANTITY").value;
var inputArray = document.getElementById("contentDiv").getElementsByTagName("input");
var...
here is my html code, and also I'm testing out monksnake's suggestion..
<table cellpadding="0" cellspacing="0" border="0" style="width: 700px; position: relative; float: left;" class="topBorder">
<tr>
<td class="pad2px" width="200">Set all of the below to:</td>
<td class="pad2px"...
Does anyone have the script that can set all select boxes or text to the same value? I need to set up for something looks like the screen design below:
Thanks so much in advance!!! Your help/hint would be greatly appreciated!!!
I have this scenerio. I have a multiple selection list of Countries, however, when US (country_id = 1) is selected, I want to deselect all other countries. In other words, EITHER you select US only OR you select other countries (but US). Does anyone has a javascript that can do such thing or any...
i have "ORDER BY id, state, article"
yeah, i just changed to one CFOUTPUT with GROUP=STATE
but how to i output when it's a multi-state, again like this:
STATE ARTICLE
AK, CA bug
plant
thanks!! please help!
I have a query result as followed:
ID, STATE, ARTICLE
1 AK bug
1 AK plant
1 CA bug
1 CA plant
2 NY fly
.
.
how to do I output the STATE column output when it's a multi-state and separate each state by a comma? i want to output like this:
STATE ARTICLE
AK...
well, here is what i have so far (only for mm/dd/yyyy) Please help me with the other 3 allowable formats :
mm/yyyy
mmm dd, yyyy
yyyy
thanks....
-----
<script>
function validateForm() {
dateCheckMsg = checkDate(document.searchchoice.beg_date_val.value);
if (dateCheckMsg.length > 0) {...
thank you so much! however, seem like it only checks one format which is mm/dd/yyyy
What should i change or add to make it validates all 4 format scenerios:
mm/dd/yyyy
mmm dd, yyyy (e.g. aug 13, 1999)
mm/yyyy
yyyy
Any advices? please help...i'm just a novice in javascript ...
does anyone have or know javacript that can do validate the date in these 4 formats:
mm/dd/yyyy
mmm dd, yyyy (aug 13, 1999)
mm/yyyy
yyyy
please help!! Thanks!!!!...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.