| Author |
Connecting database to web site
|
|
| ig.martix@gmail.com 2007-03-09, 6:16 pm |
| This is all the code of the page. Am I missing somethere?
I also found in the Page Options uder the Authoring tab there's a
check box for JavaScript/Jscript that's checked but it's also grayed
out. Does this matter?
<html>
<!-- Include file for JScript ADO Constants -->
<!--#include File="adojavas.inc"-->
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>Header</title>
<base target=frm_dsp>
</head>
<body>
<script language=jscript>
function test()
{
var conn = Server.CreateObject("ADODB.Connection");
var rs = Server.CreateObject("ADODB.recordset");
}
</script>
<p align="center">Input Phone Number <input type="text" name="Tin"
size="20" onblur="test();"> Market Name
<input type="text" name="Tname" size="20"> Market Number
<input type="text" name="Tcc" size="20"></p>
<p align="center">
<a href="market_info.htm">Market Info </a>
<a href="rentals.htm">Rentals</a> <a
href="delivery.htm">
Delivery</a> <a href="service.htm">Service</
a>
<a href="address_book.htm">Address Book</a>
<a href="sales.htm">Sales</a> <a
href="change_of_owner.htm">
Change of Owner</a> <a
href="price_descriptions.htm">Price
Descriptions</a> <a href="after_hours.htm">After
Hours</a></p>
</body>
</html>
| |
| Mike Mueller 2007-03-09, 6:16 pm |
| Try to keep it in the origianl thread.
<ig.martix@XXXXXXXXXX> wrote in message
news:1173467468.188949.256050@n33g2000cwc.googlegroups.com...
: This is all the code of the page. Am I missing somethere?
:
: I also found in the Page Options uder the Authoring tab
there's a
: check box for JavaScript/Jscript that's checked but it's
also grayed
: out. Does this matter?
:
:
: <html>
: <!-- Include file for JScript ADO Constants -->
: <!--#include File="adojavas.inc"-->
:
:
: <head>
: <meta http-equiv="Content-Language" content="en-us">
: <meta http-equiv="Content-Type" content="text/html;
: charset=windows-1252">
: <title>Header</title>
:
:
: <base target=frm_dsp>
:
:
: </head>
:
:
: <body>
:
:
: <script language=jscript>
:
:
: function test()
: {
:
:
: var conn = Server.CreateObject("ADODB.Connection");
: var rs = Server.CreateObject("ADODB.recordset");
:
:
:
: }
:
:
: </script>
:
: <p align="center">Input Phone Number <input type="text"
name="Tin"
: size="20" onblur="test();"> Market Name
: <input type="text" name="Tname" size="20"> Market Number
: <input type="text" name="Tcc" size="20"></p>
: <p align="center">
:
:
: <a href="market_info.htm">Market Info
</a>
: <a href="rentals.htm">Rentals</a> <a
: href="delivery.htm">
: Delivery</a> <a
href="service.htm">Service</
: a>
: <a href="address_book.htm">Address
Book</a>
: <a href="sales.htm">Sales</a> <a
: href="change_of_owner.htm">
: Change of Owner</a> <a
: href="price_descriptions.htm">Price
: Descriptions</a> <a
href="after_hours.htm">After
: Hours</a></p>
:
:
: </body>
:
:
: </html>
:
| |
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |