Hello out there....
Not sure whether I should post this much code but this is the default.asp page that loads my initial page in explorer. Possibly by reviewing this code and knowing the operating system winnt with IIS4.0 you might be able to see the problem with why the page won't load??
<html>
<head>
<title>Virtual Shopping</title>
<script language="JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms
[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
if(!x && document.getElementById) x=document.getElementById
; return x;
}
function MM_jumpMenuGo(selName,targ,restore){ //v3.0
var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}
//-->
</script>
<LINK REL=STYLESHEET TYPE="text/css" HREF="style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<!--#include file="vsadmin/db_conn_open.asp"-->
<!--#include file="vsadmin/includes.asp"-->
<!--#include file="vsadmin/inc/languagefile.asp"-->
<!--#include file="vsadmin/inc/incfunctions.asp"-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#D0CDAD" width="181"><!--webbot bot="Include"
U-Include="includes/logo.htm" TAG="BODY" startspan -->
<a href=" src="images/coname.gif" alt="Company name" border="0" width="181" height="93"></a>
<!--webbot bot="Include" endspan i-checksum="20933" -->
</td>
<td width="3"><img src="images/clearpixel.gif" width="3" height="1" ALT=""></td>
<td width="100%" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" bgcolor="#C0BC91"><!--webbot bot="Include"
U-Include="includes/topmenu.htm" TAG="BODY" startspan -->
<a href="default.asp"><img border="0" src="images/menu/home.gif" width="77" height="39" alt="Home"></a><a href="about.asp"><img border="0" src="images/menu/about.gif" width="77" height="39" alt="About Us"></a><a href="categories.asp"><img border="0" src="images/menu/products.gif" alt="Products" width="77" height="39"></a><a href="affiliate.asp"><img border="0" src="images/menu/affiliates.gif" width="77" height="39"></a><a href="search.asp"><img border="0" src="images/menu/search.gif" width="77" height="39"></a><a href="cart.asp"><img border="0" src="images/menu/cart.gif" width="77" height="39"></a><a href="contact.asp"><img border="0" src="images/menu/contact.gif" width="77" height="39" alt="Contact"></a>
<!--webbot bot="Include" endspan i-checksum="49966" -->
</td>
</tr>
<tr>
<td class="whitetext" colspan="2" bgcolor="#D0CDAD" align="right">
<script language="JavaScript">
<!-- Begin
d = new Array(
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
);
m = new Array(
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
);
today = new Date();
day = today.getDate();
year = today.getYear();
if (year < 2000)
year = year + 1900;
end = "th";
if (day==1 || day==21 || day==31) end="st";
if (day==2 || day==22) end="nd";
if (day==3 || day==23) end="rd";
day+=end;
document.write(" ");
document.write(d[today.getDay()]+" "+m[today.getMonth()]+" ");
document.write(day+" " + year);
document.write(" ");
// End -->
</script>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#000000"><img src="images/clearpixel.gif" width="1" height="1" ALT=""></td>
</tr>
<tr bgcolor="#F8F0D8">
<form method="POST" action="search.asp">
<td>
<table width="300" border="0" cellspacing="0" cellpadding="3">
<tr>
<td><img src="images/icon_order.gif" width="11" height="11" alt="Order status"></td>
<td><a href="orderstatus.asp">View Order Status</a></td>
<td><img src="images/icon_cart.gif" width="14" height="13" alt="Checkout"></td>
<td><a href="cart.asp">Checkout</a></td>
<td><img src="images/icon_mail.gif" width="14" height="10" alt="Email"></td>
<td><a href="#">Email store</a></td>
</tr>
</table>
</td>
<td align="right">
<table width="260" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" nowrap><b>Search our store</b> </td>
<td>
<input type="hidden" name="posted" value="1">
<input type="hidden" name="sprice" value="">
<input class="search" type="text" name="stext" size="20">
</td>
<td>
<input type="image" name="Submit" src="images/go.gif" border="0" width="30" height="18">
</td>
</tr>
</table>
</td>
</form>
</tr> <tr>
<td colspan="2" bgcolor="#000000"><img src="images/clearpixel.gif" width="1" height="1" ALT=""></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="181" bgcolor="#C0BC91" valign="top">
<!--webbot bot="Include" U-Include="includes/leftnavigation.htm" TAG="BODY" startspan -->
<table width="170" border="0" cellpadding="0" cellspacing="1" align="center">
<tr>
<td width="8"><img src="images/menubut.gif" width="8" height="12" ALT="menu"></td>
<td width="162" class="menu"><a href="products.asp?id=3">PERIPHERALS</a></td>
</tr>
<tr>
<td colspan="2" bgcolor="F8F0D8"><img src="images/clearpixel.gif" width="1" height="1" ALT=""></td>
</tr>
<tr>
<td width="8"><img src="images/menubut.gif" width="8" height="12" ALT="menu"></td>
<td width="162" class="menu"><a href="products.asp?id=1">SYSTEMS</a></td>
</tr>
<tr>
<td colspan="2" bgcolor="F8F0D8"><img src="images/clearpixel.gif" width="1" height="1" ALT=""></td>
</tr>
<tr>
<td width="8"><img src="images/menubut.gif" width="8" height="12" ALT="menu"></td>
<td width="162" class="menu"><a href="products.asp?id=4">PRINTERS</a></td>
</tr>
<tr>
<td bgcolor="F8F0D8" colspan="2"><img src="images/clearpixel.gif" width="1" height="1" ALT=""></td>
</tr>
<tr>
<td><img src="images/menubut.gif" width="8" height="12" ALT="menu"></td>
<td class="menu"><a href="products.asp?id=2">SCANNERS</a></td>
</tr>
<tr>
<td colspan="2" bgcolor="F8F0D8"><img src="images/clearpixel.gif" width="1" height="1" ALT=""></td>
</tr>
<tr>
<td><img src="images/menubut.gif" width="8" height="12" ALT="menu"></td>
<td class="menu"><a href="products.asp?id=ALL">ALL PRODUCTS</a></td>
</tr>
<tr>
<td colspan="2" bgcolor="F8F0D8"><img src="images/clearpixel.gif" width="1" height="1" ALT=""></td>
</tr>
<tr>
<td><img src="images/menubut.gif" width="8" height="12" ALT="menu"></td>
<td class="menu"><a href="categories.asp">BROWSE STORE</a></td>
</tr> <tr>
<td colspan="2" bgcolor="F8F0D8"><img src="images/clearpixel.gif" width="1" height="1" ALT=""></td>
</tr>
</table>
<!--webbot bot="Include" endspan i-checksum="7274" -->
<!--webbot bot="Include" U-Include="includes/photo.htm" TAG="BODY" startspan -->
<img src="images/photo.jpg" width="181" height="220">
<!--webbot bot="Include" endspan i-checksum="7370" -->
<table width="181" border="0" cellspacing="0" cellpadding="3">
<tr>
<td align="center" class="smaller">
<br><!--webbot bot="Include" U-Include="includes/address.htm" TAG="BODY" startspan
-->
<p>
<b> COMPANY NAME</b><br>
ADDRESS<br>
CITY, STATE<br>
PHONE NUMBER</p>
<p><b><a href="#">Email Us</a></b></p>
<!--webbot bot="Include" endspan i-checksum="28063"
-->
</td>
</tr>
</table>
</td>
<td width="3" valign="top"><img src="images/clearpixel.gif" width="3" height="1" ALT=""></td>
<td width="100%" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td width="100%" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td colspan="2"><img src="images/onsale.gif" width="182" height="27"><br>
<table width="98%" border="0" cellspacing="0" cellpadding="3" align="center">
<tr>
<td class="smaller" width="17%" align="center"><b>My new product</b><br>
Green t-shirt<br>
<font color="#CC0000">$14.95</font><br>
</td>
<td width="17%" align="center"><img src="images/product1.gif" width="75" height="72" alt="Product"></td>
<td class="smaller" width="17%" align="center"><b>My new product</b><br>
Nice trousers<br>
<font color="#CC0000">$14.95</font></td>
<td width="17%" align="center"><img src="images/product2.gif" width="63" height="72" alt="Product"></td>
<td class="smaller" width="17%" align="center"><b>My new product</b><br>
Silver Earrings<br>
<font color="#CC0000">$14.95</font></td>
<td width="17%" align="center"><img src="images/product3.gif" width="75" height="72" alt="Product"></td>
<td> </td>
</tr>
<tr>
<td colspan="2" align="center"><img src="images/view.gif" width="60" height="18" alt="View">
<img border="0" src="images/buy.gif"></td>
<td colspan="2" align="center"><img src="images/view.gif" width="60" height="18" alt="View">
<img border="0" src="images/buy.gif">
</td>
<td colspan="2" align="center"><img src="images/view.gif" width="60" height="18" alt="View">
<img border="0" src="images/buy.gif">
</td>
</tr>
<tr>
<td colspan="2">
<hr width="70%">
</td>
<td colspan="2">
<hr width="70%">
</td>
<td colspan="2">
<hr width="70%">
</td>
</tr>
<tr>
<td align="center"><b>My new product</b><br>
Blue t-shirt<br>
<font color="#CC0000">$14.95</font></td>
<td align="center"><img src="images/product4.gif" width="75" height="72" alt="Product"></td>
<td align="center"><b>My new product</b><br>
More trousers<br>
<font color="#CC0000">$14.95</font></td>
<td align="center"><img src="images/product5.gif" width="63" height="72" alt="Product"></td>
<td align="center"><b>My new product</b><br>
Gold earrings<br>
<font color="#CC0000">$14.95</font></td>
<td align="center"><img src="images/product6.gif" width="75" height="72" alt="Product"></td>
</tr>
<tr>
<td colspan="2" align="center"><img src="images/view.gif" width="60" height="18" alt="View">
<img border="0" src="images/buy.gif">
</td>
<td colspan="2" align="center"><img src="images/view.gif" width="60" height="18" alt="View">
<img border="0" src="images/buy.gif">
</td>
<td colspan="2" align="center"><img src="images/view.gif" width="60" height="18" alt="View">
<img border="0" src="images/buy.gif">
</td>
</tr>
<tr>
<td colspan="2">
<hr width="70%">
</td>
<td colspan="2">
<hr width="70%">
</td>
<td colspan="2">
<hr width="70%">
</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#D0CDAD" align="center">
<td colspan="2">
<table width="260" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" nowrap><b>Search by category</b> </td>
<form name="form1"><td>
<select class="search" name="menu1" onChange="MM_jumpMenu('parent',this,0)">
<option value="index.html#" selected>Choose a
Category</option>
<option value="products.asp?id=3">Peripherals</option>
<option value="products.asp?id=1">Systems</option>
<option value="products.asp?id=4">Printers</option>
<option value="products.asp?id=2">Scanners</option>
</select>
</td>
<td valign="bottom">
</td></form>
</tr>
</table></td>
</tr>
<tr bgcolor="F8F0D8">
<td bgcolor="F8F0D8" valign="top"><img src="images/welcome.gif" width="182" height="27" alt="Welcome"><br>
Lorem ipsum dolor sit amet, consectetuer stie lacus. Aenean nonummyhen
cursusnec, luctus a, lorem. cursus nec, luctusa, lorem. MaecenasLorem
ipsum dolor sit amet, consectetuer stie lacus. Aenean nonummyhen cursusnec,
luctus a, lorem. cursus nec, luctusa, lorem. MaecenasLorem ipsum dolor
sit amet, consectetuer stie lacus. Aenean nonummyhen cursusnec, luctus
a, lorem. cursus nec, luctusa, lorem. MaecenasLorem ipsum dolor sit
amet, consectetuer stie lacus. Aenean nonummyhen cursusnec, luctus
a, lorem. Lorem ipsum dolor sit amet, consectetuer stie lacus. Aenean
nonummyhen cursusnec, luctus a, lorem. cursus nec, luctusa, lorem.
MaecenasLorem ipsum dolor sit amet, consectetuer stie lacus.Lorem
ipsum dolor sit amet, consectetuer stie lacus. Aenean nonummyhen cursusnec,
luctus a, lorem. cursus nec, luctusa, lorem. MaecenasLorem ipsum dolor
sit amet, consectetuer stie lacus. Aenean nonummyhen cursusnec, luctus
a, lorem. cursus nec, luctusa, lorem. MaecenasLorem ipsum dolor sit
amet, consectetuer stie lacus. Aenean nonummyhen cursusnec, luctus
a, lorem. cursus nec, luctusa, lorem. MaecenasLorem ipsum dolor sit
amet, consectetuer stie lacus. Aenean nonummyhen cursusnec, luctus
a, lorem. Lorem ipsum dolo</td>
<td valign="top" width="135"><!--webbot bot="Include"
U-Include="includes/minicart.htm" TAG="BODY" startspan -->
<div align="center"><img src="images/shopping_cart.gif" width="135" height="16" alt="Shopping cart"><br>
<!--#include file="vsadmin/inc/incminicart.asp"-->
</div><br><!--webbot bot="Include" endspan i-checksum="59777" -->
<!--webbot bot="Include"
U-Include="includes/news.htm" TAG="BODY" startspan -->
<img src="images/news.gif" width="135" height="16" alt="News">
<table width="135" border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="smaller" bgcolor="F8F4F0"> Some news can go here and
maybe a picture or two. Some news can go here and maybe a picture
or two. Some news can go here and maybe a picture or two. Some
news can go here and maybe a picture or two. Some news can go
here and maybe a picture or two. Some news can go here and maybe
a picture or two. </td>
</tr>
</table><!--webbot bot="Include" endspan i-checksum="18899" -->
</td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="181" bgcolor="#C0BC91" align="center"><!--webbot bot="Include"
U-Include="includes/copyright.htm" TAG="BODY" startspan -->
© Copyright 2004<br>
<a href=" target="_blank">Ecommerce
software</a><br>
by ecommercetemplates.com
<!--webbot bot="Include" endspan i-checksum="14590" -->
</td>
<td colspan="2" valign="top" bgcolor="#D0CDAD"><table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td><!--webbot bot="Include" U-Include="includes/whatsnew.htm"
TAG="BODY" startspan -->
<b>What's new this month...!</b><br>
Lorem ipsum dolor sit amet, consectetuer stie lacus. Aenean nonummyhen
cursusnec, luctus a, lorem. cursus nec, luctusa, lorem. MaecenasLorem
ipsum dolor sit amet, consectetuer stie lacus. Aenean nonummy
<!--webbot bot="Include" endspan i-checksum="51839" -->
</td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="3"><img src="images/clearpixel.gif" width="1" height="3" ALT=""></td>
</tr>
<tr>
<td colspan="3" bgcolor="#000000"><img src="images/clearpixel.gif" width="1" height="1" ALT=""></td>
</tr>
<tr>
<td width="181" bgcolor="F8F0D8" align="center"><!--webbot bot="Include"
U-Include="includes/credit_cards.htm" TAG="BODY" startspan -->
<img src="images/cards.gif" width="174" height="40" alt="Credit cards">
<!--webbot bot="Include" endspan i-checksum="11302" -->
</td>
<td colspan="2" align="center" bgcolor="F8F0D8"><!--webbot bot="Include"
U-Include="includes/bottomlinks.htm" TAG="BODY" startspan -->
<a href="default.asp">home</a>
| <a href="about.asp">about us</a> | <a href="categories.asp">products</a>
| <a href="affiliate.asp">affiliates</a> | <a href="search.asp">search</a>
| <a href="cart.asp">view cart</a> | <a href="contact.asp">contact us</a>
<!--webbot bot="Include" endspan i-checksum="63066" -->
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#000000"><img src="images/clearpixel.gif" width="1" height="1" ALT=""></td>
</tr>
</table>
</body>
</html>
********************* Are there special circumstances in this code that I have not considered or taken into account when purchasing this template?
Once again... Code is NOT on my resume... and when I purchased this product I thought I would just have to do a couple of things (Their words of course) to have this business up and running!!! What a crock that seems to have turned out to be.
Anyway....
I'm asking allot, I know.... but I am where I am, and I'm trying to salvage this situation as best as I can......
Take a look if you have a moment and let me know the highlights of what I need to address.
Have a great day....
TNF