![]() |
|
| |||||||
| Notices |
| General Support Issues Answers to general questions and help with common problems. For help with a specific issue, post to one of the forums below. |
![]() |
| | Thread Tools |
|
#1
| |||
| |||
|
Hi, (I am from denmark, so my english may not be a 100% accurat.) first I would like to say thank you, for such an easy-to-use webdevelop-program. I am about to make my first web-company using BlueVoda, and so far it is really looking like an expensive, professionel homepage! I would like it to go online the 1īst of April, and I even have the name for it. The only thing (at all!) that im not a 100% sure of is: when I have to publish my whole website, do I publish one page at a time, starting with the main- or index-page? And when publishing a site, if I want to publish my index-page and I want it to be named www.mycompany.com, do I then click the "publish"-button and type www.mycompany.htm or www.mycompany.com in the category "folder", or am I totally lost?? And, is there no way at all, that I could have my domain to end with ".dk/"? Best regards Rico Rosenkrans |
|
#2
| |||
| |||
| Quote:
aussiebaz |
|
#3
| |||
| |||
|
Thanks a lot! That really helped. I just have one more question, do you know any html-code that could redirect people from my ".dk"-site to my ".com"-site? Or is there a more simple way? (I am using Microsoft FrontPage for the ".dk"-site") Best regards |
|
#4
| |||
| |||
|
Here are 2 scripts for redirecting: A/ if you want to redirect people to another site as soon as they arrive at your url: Change the "window.location to whatever url you want to take them to,place script in body of page =================================== <script type="text/javascript"> <!-- window.location = "http://www.yourdomain.com/" //--> </script> =============================== B/ This script will have a time delay before taking your viewer to your selected page change the URL to the url that you want them to go to ========================= <html> <head> <script type="text/javascript"> <!-- function delayer(){ window.location = "URL" } //--> </script> </head> <body onLoad="setTimeout('delayer()', 5000)"> <h2 >Prepare to be redirected!</h2> <p>This page is a time delay redirect, please update your bookmarks to our new location!</p> </body> </html> ================================== or alternatively you could just set up a hyperlink stating: Please Click here to be taken to out new Site and make the Click Here a link to your new page |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |