Forum: ASP Apr 1st, 2008 |
| Replies: 2 Views: 1,263 |
Forum: HTML and CSS Apr 1st, 2008 |
| Replies: 11 Views: 1,671 Re: CSS not for FIREFOX? ALWAYS...
design for FF FIRST, then for IE. You will have far fewer headaches.
The primary differences you will run into between the two will relate to spacing: especially padding and margins. If... |
Forum: ASP Apr 1st, 2008 |
| Replies: 1 Views: 431 Mismatch Error Using VB ASP Access.
Here's the error I'm getting:
Here's the code:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!--#include file="Connections/RP_DB.asp" --> |
Forum: ASP Mar 25th, 2008 |
| Replies: 2 Views: 1,263 |
Forum: ASP Dec 20th, 2007 |
| Replies: 2 Views: 1,424 |
Forum: ASP Dec 19th, 2007 |
| Replies: 2 Views: 1,424 ASP & VB and Unterminated String Constant Can someone take a look at this and possibly tell me what I'm missing here?
<!-- #includes file="DBConnect.inc" -->
<%
u_CDNum=request.form("u_CDNum")
u_CDDesc=request.form("u_CDDesc") |