hi experts,
I have a sample on how to populate related two select box by populating the next select box based on my selected value.
but what i want to know is to put an action so that the value will pass to another page after clicking submit button, i heard this can be done in javascript.
Any...
hi experts,
i have script, it works only if there are more than 1 checkbox. But it doesnt work if there is only one checkbox present.
Any one who can figure out?
function validateForm()
{
obj = document.formname.elements("chkbox");
for (i = 0; i < obj.length; i++)
{...
hi experts,
any one who can correct this.....
Element ITEMS is undefined in a Java object of type class [Ljava.lang.String; referenced as
<cfoutput query="products">
<tr class="maintxt" align="center" bgcolor="">
<td><input type="radio" name="items#customertransactionID#"...
hi experts,
i have form with array fields. How do i set my query to insert value to table?
<form method="post" action="insert.cfm">
<input type="Text" name="t" value="a">
<input type="Text" name="t" value="b">
<input type="Text" name="t" value="b">
<input type="Submit" name="submit"...
Hi experts,
Any idea/code who can share with us on how to delete duplicate values in list?
SAMPLE.
List:
john
peter
dave
jason
peter
joel
john
OutPut:
john
peter
dave
jason
joel
Anyone who could help me to convert this to cfm?
<html>
<head>
<TITLE>Page</TITLE>
<
</head>
<%
'Constants
Const MIN_PAGESIZE = 5 'Minimum pagesize
Const MAX_PAGESIZE = 20 'Maximum pagesize
Const DEF_PAGESIZE = 10 'Default pagesize
'Variables
Dim strSearch
Dim strURL
Dim objCn...
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.