Author |
Message |
Topic: Problem with writing in hebrew. |
Sparkyologist
Replies: 6
Views: 39194
|
|
<%@ CodePage=1252 Language=VBScript %>
<%
Response.CodePage = 1252
Response.CharSet = "utf-8"
%> |
Topic: Thumbnaill Photos |
Sparkyologist
Replies: 5
Views: 12795
|
|
You can set up an ASP script to read the contents of the folder and print the photos to a web page. This requires some administrative work and ActiveHTML to process the ASP scripts on your web server. |
Topic: Cant get to internet |
Sparkyologist
Replies: 11
Views: 23744
|
|
What "other" firewall are you using. |
Topic: host 2 different websites |
Sparkyologist
Replies: 35
Views: 73710
|
|
<%@ Language=VBScript %>
<% Response.Buffer=True
'Active Server Pages script filename:index.asp
'White Technologies
'
Dim strname
strname=Request.ServerVariables("SERVER_NAME")
... |
Topic: Email???? |
Sparkyologist
Replies: 2
Views: 9961
|
|
Try aspfree.com They have a lot of available asp scripts involving send mail. |
|