| Author | Message | 
  
	|  Topic: Problem with writing in hebrew. | 
  
	| Sparkyologist 
 Replies: 6
 Views: 40785
 
 |  | 
  
	| <%@ CodePage=1252 Language=VBScript %> <%
 Response.CodePage = 1252
 Response.CharSet = "utf-8"
 %>
 | 
  
	|  Topic: Thumbnaill Photos | 
  
	| Sparkyologist 
 Replies: 5
 Views: 13746
 
 |  | 
  
	| 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: 25367
 
 |  | 
  
	| What "other" firewall are you using. | 
  
	|  Topic: host 2 different websites | 
  
	| Sparkyologist 
 Replies: 35
 Views: 80169
 
 |  | 
  
	| <%@ 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: 10473
 
 |  | 
  
	| Try aspfree.com They have a lot of available asp scripts involving send mail. | 
  
	|  |