I
ig.martix
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>
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>