|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Form shows in Explorer but Not in Netscape??? |
From: |
Ben |
Date: |
5/24/2000 5:25:57 PM |
IP: |
199.229.9.2 |
I created a form in asp which shows in explorer, but not in Netscape
Check out my code, and let me know what you think...
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="O&M User">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<title>The Ideal Guestbook</title>
</head>
<%@ LANGUAGE="VBSCRIPT" %>
<% ACTION = Request.Form("ACTION") %>
<%
Session("ConnGuestBook_ConnectionString") = "DBQ=" & Server.Mappath("..\_database\guestbook.mdb") & ";DefaultDir=" & Server.Mappath("..\_database") & ";Driver={Microsoft Access Driver (*.mdb)};DriverId=25;FIL=MS Access;ImplicitCommitSync=Yes;MaxBufferSize=512;MaxScanRows=8;PageTimeout=5;SafeTransactions=0;Threads=3;UID=admin;UserCommitSync=Yes;"
Session("ConnGuestBook_ConnectionTimeout") = 15
Session("ConnGuestBook_CommandTimeout") = 30
Session("ConnGuestBook_RuntimeUserName") = "admin"
Session("ConnGuestBook_RuntimePassword") = ""
%>
<% If ACTION = "Save" Then %>
<!--#INCLUDE FILE="include_save_message.asp"-->
<% End If %>
<% If ACTION = "Save" Then %>
<body bgcolor="#000000" text="#AB9663">
<p align ="center"><font face="Arial">Thank You For Your Comments and Support! </font></pÿLM/W3SVC/3/Root |
Follow Up - Re: Form shows in Explorer but Not in Netscape??? - Vijay 5/26/2000 11:14:54 AM
|
|

|
|
|
|
|
|
|
|
|
|