|
My Microsoft host (1and1.com) does not support cron jobs
Is there a way to run ASP scripts without havnig a web site up (behind the scenes).?
Two Mothods:
First:
Write a html page include asp scripts from other asp host, for example:
<html>
<body>
Static Content....
<!-- Asp Scripts -->
<iframe src="http://joyfrosh.com/code.asp"></ifr...
</body>
</html>
Second:
<% response.write "<html>code</html>" %>
Would you mind add friend link with my website?Thanks!
|