Forum: ASP May 17th, 2007 |
| Replies: 7 Views: 3,280 sQuery="SELECT * FROM personal,policy,staff "_
&"WHERE personal.name="&Request.Form("name")&" "_
&"AND personal.id=policy.id "_
&"AND policy.id=staff.id;"
[connection].execute(sQuery)
I... |
Forum: JavaScript / DHTML / AJAX Apr 16th, 2007 |
| Replies: 1 Views: 1,020 The second call to new Date(..) is converting output to a UTCString.
Simply comment out the line var result=new Date(date1) and instead document.write(date1).
You might also check your script... |
Forum: Community Introductions Apr 14th, 2007 |
| Replies: 5 Views: 856 Greetings, I'm a late (web) developer from northwest England.
That's late as in "advanced in years", not (I trust) as in "dead".
Bye for now. |