Hi all,
I am trying to do the following.
Pass a value in to my SP.
Based on that value use the condition.
----------------------------------------
WHERE
CASE
WHEN @switch = 1 THEN ( r.id in (@rep) and (m.merchant_active=1))
ELSE (m.merchant_alias in (@merchant_alias) and...
Hi all.
I need to force behavior in a prompt box...
ex:
calvin is what the type in
xxxxxx is what is displayed.
Is this possible with a prompt box?
Thanks
Calvin Click
I am trying to through a erro if the user puts a special character in a form field. I have some code that works great but it saying a blank space is a invalid charachter. here is the code that is buggin...
function zipcheck() {
var mikExp =...
I need to get the total of the form fields on the fly..the user enters the qty and the ext price shows when a onchange event happens. I will include my code..note that the names and values of the products is generated dynamiclly.
<form action="addservices.cfm"...
How would I add multiple form fields that have more than one value while excluding the form fields with text...then write the total in another form field.
How do you keep the value of an input box displayed after you submit the page to its self..
<SCRIPT LANGUAGE="javascript">
function send()
{document.fu.submit()}
</SCRIPT>
</head>
<body>
<form name=fu method="post">
<input name="test">
<input...
I need to write a function that will do the following...
user enters an number in an input field..
user then clicks out of input field...
I need to get the value out of the input field with out submiting the entire page.(i just want one of the form elements to submit.)
Thanks
Calvin Click
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.