Is there a way to repack the index once you delete an
element of the array. This leads to a ever growing array
since my application is adding and deleting
elements of the array. Without repack...
i have just included javascript source in a separate file instead of embedding in the HTML document.:-
<SCRIPT SRC="anexample.js">
</SCRIPT>
_________________________________________
accordin...
Hello,
I have a situation where the user clicks on the form button, which causes the "order information" to be passed to a cgi. In turn, the cgi validates the order information, closes th...
I have a Cold Fusion app. My cold fusion pages have queries embedded in the source that execute. I therefore, don't want the user to hit the back button, to reload a page becuase it will ex...
In the following Script; how do I get the total to round to two decimal places i.e. $21.36?
<html>
<head>
<script language="JavaScript">
var N=3 // number of VAL/QTY pairs
function calci...