Tagged Questions
1
vote
3answers
109 views
error at javascript that connect to sql, asp.net c#
I have javascript timer countdown with the code:
<script language="JavaScript">
TargetDate = "<% = TargetDate %>";
/*this is a property in code behind*/BackColor = "palegreen";
ForeColor ...
0
votes
4answers
522 views
Timer countdown sql, asp.net c#, javascript
i have the next javascript code:
<script language="JavaScript">
TargetDate = "12/31/2020 5:00 AM";
BackColor = "palegreen";
ForeColor = "navy";
CountActive = true;
CountStepper = -1;
...
0
votes
1answer
216 views
PHP/SQL Cycle items every x minutes
I have a friend who runs an online auction website. He currently has a featured items section on the homepage that he wants to have cycle an item every X amount of minute. The site runs off a MySQL ...