Login or Sign Up
Logging in...
Remember me
Log in
Forgot password or user name?
or
Sign Up
Log in with
Search in titles only
Search in HS3 Script & PlugIn Library only
Search
Advanced Search
Forums
Shop
Downloads
New Unread Topics
Today's Posts
Member List
Mark All Forums Read
Forum
Developer Support
HS3 Development
HS3 Script & PlugIn Library
If this is your first visit, be sure to check out the
FAQ
. You must
register
before you can post. Your first post will be checked for appropriate content (SPAM) - please allow a bit of time for that. After that, you'll be able to post at will!
Announcement
Collapse
No announcement yet.
how do you add a asp to my homeseer?
Collapse
X
Collapse
Posts
Latest Activity
Photos
Search
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
ffarrell
DecaSeer
Posts:
16
#1
how do you add a asp to my homeseer?
January 20, 2004, 01:42 PM
how do you add a asp to my homeseer web page?
thanks
fvf
Rupp
OmniSeer
Posts:
37024
Location:
Huntsville, Al. USA
#2
January 20, 2004, 02:10 PM
cut and paste this code into a file named first.asp and put it in the HTML directory:
<pre class="ip-ubbcode-code-pre">
<%@ Language=VBScript %>
<HTML>
<HEAD>
</HEAD>
<BODY>
<%Response.Write "My first ASP page"%>
</BODY>
</HTML>
</pre>
Call it like you would any page in your html directory.
A good source for all programming is
http://www.devguru.com
There are also many asp pages in the script library to use as examples.
-Rupp
What hair color do they put on the driver's licenses of bald men?
-Rupp
sigpic
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
X
Comment