Forum: JavaScript / DHTML / AJAX Jun 22nd, 2006 |
| Replies: 13 Views: 4,359 <html>
<head></head>
<body>
<script language="javascript" type="text/javascript">
var set_action = "";
var set_path = "images/";
var set_id="<!--%ID%-->";
var set_spacer = "spacer.gif";... |
Forum: JavaScript / DHTML / AJAX Jun 6th, 2006 |
| Replies: 11 Views: 76,637 What you usually do is what Tom has suggested, but you would invoke a call to the code that you want to execute after timeout.
So if you had an algorithm like such:
function myFunction(){
... |
Forum: JavaScript / DHTML / AJAX Jun 23rd, 2005 |
| Replies: 11 Views: 7,518 whoops, my bad... I did mean to write Javascript.
However I am Java developer working at a Java IT solutions shop (which is possibly how I made this error - other work on the mind).
But it is... |
Forum: JavaScript / DHTML / AJAX May 12th, 2005 |
| Replies: 3 Views: 22,660 There are a few ways you can operate using arrays in javascript... firstly, you don't need to be constrained to using integer indexes... all arrays in javascript are simply normal javascript... |