Jump to content

Setting Homepage


Kahiera

Recommended Posts

I think they mean a button like a favorites button but one that will make their page the users homepage when they click?If so here is the code:

<FORM><INPUT TYPE="button" VALUE="Your Text Here" onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage('The URL of your page');"></FORM>

there that should work

Link to comment
Share on other sites

I think I know what you mean, rename your homepage file to index.htm that should do trick...Or if you want to make it your actual first page when you open up internet explorer...click tools, internet options, then there is the address of your current homepage at the top....delete that and enter your new one :wink:

Link to comment
Share on other sites

No chris, he means a button for homepage on a browser. Im sorry autasebo, but I had to fix the script in your signature :).

<script language="javascript">function checkCoolness(){  var Jônin = document.getElementById("Kakashi")  if (Jônin == "supercool") { document.write("<b>!!Kakashi's Awesome!!</b>") }  else { document.write("<b>!!Wrong!!</b>") }}</script>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...