|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Make my site your home page |
|
From: |
Keith |
|
Date: |
7/26/2001 4:44:02 PM |
|
IP: |
199.79.96.101 |
<html>
<head>
<script language="JavaScript">
function makeDefault(element)
{
element.style.behavior='url(#default#homepage)';
element.setHomePage('http://Your page');
}
</script>
</head>
<body>
<p>Click the button and Your page will become your default home page.</p>
<form>
<input type="button"
onclick="makeDefault(this)"
value="Make Your page your default homepage">
</form>
</body>
</html>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|