Forum: ASP May 9th, 2008 |
| Replies: 8 Views: 843 |
Forum: ASP May 9th, 2008 |
| Replies: 8 Views: 843 |
Forum: ASP May 9th, 2008 |
| Replies: 8 Views: 843 |
Forum: ASP May 8th, 2008 |
| Replies: 3 Views: 1,075 Re: For Loop Nearly, should be...
If rs("distance")<=25 Then Exit For
...for less than or equal to. :o) |
Forum: ASP May 8th, 2008 |
| Replies: 1 Views: 483 Re: asp and SQL Server By getting the knowledge to do so. Check out this site with these two links, the basics are there...
http://www.w3schools.com/asp/default.asp
http://www.w3schools.com/ado/default.asp
Good luck ... |
Forum: ASP May 8th, 2008 |
| Replies: 1 Views: 474 |
Forum: ASP May 8th, 2008 |
| Replies: 8 Views: 843 |
Forum: ASP May 8th, 2008 |
| Replies: 1 Views: 854 |
Forum: ASP Apr 28th, 2008 |
| Replies: 1 Views: 325 Re: Links in Tables Need to slightly alter your code from what you have to read as follows...
<td><a href="U_ViewTransDet.asp?id=<%=rs("Field_Id")%>">Name of link</a></td>
Hope that helps,
Rob.
<snipped> |
Forum: ASP Apr 28th, 2008 |
| Replies: 1 Views: 494 Re: Auto email in asp? Can't be done with Access I'm afraid, you could cheat however and create a routine that runs whenever someone firsts visits your site, it could check the date against the database and another field... |
Forum: ASP Apr 28th, 2008 |
| Replies: 1 Views: 365 |