My webserver requires that my homepage be .htm extension however the webpage client I use makes the files all .html extension. Can someone show me the code to auto load a webpage. I tried the below but it didn't work.
<body onload=www.webpage.com/Main/index.html>


