sic
09-01-2001, 12:07 PM
ok ive figured out i need to use asp for my project. i have found all sorts of codes and things i want to implement in my site but nowhere to explain how im supposed to use it. im trying to use an example called "user management". i do everything it says. all the file are uploaded into the main directory of my f2s web site. i have my main page which is called "index.asp"
all it says is this
Installing Information
----------------------------------
Easy, just un-zip the file and up-load to a directory of your choice- Should work straight out of the box
If you are installing the version with active user count you must put the global.asa file your main root directory to work- then if the active user count does not work-you might need to download the non active user count version. To get the panel on your page just type <!--#include file="user.asp" --> on the asp where you want it..
and this is what i have on my index.asp file
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body background="fetchbig.jpg" bgproperties="fixed" text="#000000">
<!--#include file="user.asp"-->
<center>
<table>
<tr>
<td><img src="aniwolf.gif"></td>
<td align="center">
<h1 align="center"><font size="+7" color="#0099FF">Welcome To Howlers
Den</font></h1>.........blahblahblah
i dont get it according to the file it should show up but it doesnt and all of the tutorials i have seen go from explining where asp comes from straight to defining variables and never tells simply how to use it
all it says is this
Installing Information
----------------------------------
Easy, just un-zip the file and up-load to a directory of your choice- Should work straight out of the box
If you are installing the version with active user count you must put the global.asa file your main root directory to work- then if the active user count does not work-you might need to download the non active user count version. To get the panel on your page just type <!--#include file="user.asp" --> on the asp where you want it..
and this is what i have on my index.asp file
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body background="fetchbig.jpg" bgproperties="fixed" text="#000000">
<!--#include file="user.asp"-->
<center>
<table>
<tr>
<td><img src="aniwolf.gif"></td>
<td align="center">
<h1 align="center"><font size="+7" color="#0099FF">Welcome To Howlers
Den</font></h1>.........blahblahblah
i dont get it according to the file it should show up but it doesnt and all of the tutorials i have seen go from explining where asp comes from straight to defining variables and never tells simply how to use it