Forum: JavaScript / DHTML / AJAX Nov 13th, 2005 |
| Replies: 3 Views: 9,276 Hi everyone,
I used the setTimeout() function and got that working perfectly, thank you. But the problem I am having with it is that It doesn't call my function until the time has been met, if I... |
Forum: JavaScript / DHTML / AJAX Nov 10th, 2005 |
| Replies: 3 Views: 9,276 After much tinkering with it, I got it to work! I don't know why I was having so much trouble with it. Thank you.
Nick |
Forum: JavaScript / DHTML / AJAX Nov 9th, 2005 |
| Replies: 3 Views: 9,276 Hi everyone,
I am working on a program that will allow a user to enter some customer information including name/acct number, call back number, and reason for call back, and time of call back. What I... |
Forum: JavaScript / DHTML / AJAX Jun 27th, 2005 |
| Replies: 9 Views: 13,134 Thanks a lot! I understand that now!
-Nick |
Forum: JavaScript / DHTML / AJAX Jun 27th, 2005 |
| Replies: 9 Views: 13,134 Thank you very much for the help. It does work! But if I can ask one more quesiton, I am not really understanding the 'top' call in top.frames["frame"].location="www.com";
Could you maybe explain... |
Forum: JavaScript / DHTML / AJAX Jun 27th, 2005 |
| Replies: 9 Views: 13,134 Here is the frameset page. Thanks for your help.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title></title>
<meta... |
Forum: JavaScript / DHTML / AJAX Jun 27th, 2005 |
| Replies: 9 Views: 13,134 here is the code for it.
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var g;
function track()
{
g=document.log1.T1.value; |
Forum: JavaScript / DHTML / AJAX Jun 26th, 2005 |
| Replies: 9 Views: 13,134 Hey all.
I have been messing around with javascript for a while now and I am not all too good with it. I built a little javascript program that takes the input from a text box and depending on... |