No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 an item appears to be missing from your page in FF, it is probably shoved off so …
Using VB ASP Access. Here's the error I'm getting: [QUOTE]Error Type: Microsoft VBScript runtime (0x800A000D) Type mismatch /RP_Ref_Guide/RP_search_results.asp, line 23 Browser Type: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1) Page: POST 109 bytes to /RP_Ref_Guide/RP_search_results.asp POST Data: Partner_Name=Agilsys+Hospitality+Systems&Relationship=&Industry=&Partner_Manager=&Territory=&RP_Search=Search[/QUOTE] Here's the code: [CODE=VBSCRIPT]<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!--#include file="Connections/RP_DB.asp" --> <% rp_name = Request.Form("Partner_Name") …
ASP & VB with MS Access. This recordset should spit out the results of a search from several select boxes on previous page. I keep getting: [QUOTE]Error Type: Microsoft VBScript compilation (0x800A03EA) Syntax error /RP_Ref_Guide/RP_search_results.asp, line 25 IF fRPname <> "" THEN results1=results1 &" WHERE tbl_Partners.Partner_company = " & fRPname …
Can someone take a look at this and possibly tell me what I'm missing here? [code=VBScript] <!-- #includes file="DBConnect.inc" --> <% u_CDNum=request.form("u_CDNum") u_CDDesc=request.form("u_CDDesc") u_CDStock=request.form("u_CDStock") %> <% SQL = "INSERT INTO CDNumber (nCDNumber, tCDDescription, bStockorMiscImages) VALUES ('"&u_CDNum&"','"&u_CDDesc&"','"&u_CDStock&"')" conn.Execute(SQL) %> [/code] Get's this: Microsoft VBScript compilation error '800a0409' Unterminated string constant /rsd_image_library/X/input_text_to_db.asp, …
The End.
vicshoup