var gAutoPrint = true; // Flag for whether or not to automatically call the print function
function printSpecial()
{
if (document.getElementById != null)
{
var html = '\n
\n';
if (document.getElementsByTagName != null)
{
var headTags = document.getElementsByTagName("head");
if (headTags.length > 0)
html += headTags[0].innerHTML;
}
html += '\n\n\n';
var printReadyElem = document.getElementById("printReady");
if (printReadyElem != null)
{
html += printReadyElem.innerHTML;
}
else
{
alert("Could not find the printReady section in the HTML");
return;
}
html += '\n\n';
var printWin = window.open("","printSpecial");
printWin.document.open();
printWin.document.write(html);
printWin.document.close();
if (gAutoPrint)
printWin.print();
}
else
{
alert("Sorry, the print ready feature is only available in modern browsers.");
}
}
function check(field) {
for (i = 0; i < field.length; i++) {
if(field[i].disabled == false)
field[i].checked = true;
}
field.checked = true;
}
function uncheck(field){
for (i = 0; i < field.length; i++) {
if(field[i].disabled == false)
field[i].checked = false;
}
field.checked = false;
}
function submitpage(action,form,domain,ssid) {
switch(action)
{
//email.php to send.php
case "addtobasket" : form.action = domain + "mywtexpo/basket.php?WTEXPOID=" + ssid + "&action=add&from=wtebw";
form.target="_self";
form.submit();
break;
//click on 'enquiry' to goto sendenquiry.php
case "enquiry" : form.action= domain + "sendenquiry.php?WTEXPOID=" + ssid + "&from=enquiry";
form.target="_blank";
form.submit();
}
}
function redirect(URLStr) {
location = URLStr; }
var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
if(popUpWin)
{
if(!popUpWin.closed) popUpWin.close();
}
popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
function isURL(elm) {
var urlPrefix = "http" + "://";
var url = elm.value + "";
url = url.toLowerCase();
if (url.indexOf(urlPrefix) + "" != "-1")
return true;
else
return false;
}
function isFilled(elm) {
if (elm.value == "" ||
elm.value == null)
return false;
else return true;
}
// Check for email address: look for [@] and [.]
function isEmail(elm) {
if (isEmailString(elm.value) == false){
return false;
} else {
return true;
}
}
//Check that a string is a valid email
function isEmailString(email) {
if (email == "") {
return false;
}
if (email.indexOf(" ") + "" != "-1"){
return false;
}
if (isComposedOfChars("0123456789abcdefghijklmnopqrstuvwxyz&@.-_",email.toLowerCase()) == false) {
return false;
}
if (email.indexOf("@") + "" == "-1"){
return false;
}
if (email.indexOf("@") != email.lastIndexOf("@")){
return false;
}
if (email.indexOf(".") + "" == "-1"){
return false;
}
if (email.indexOf("@") + "" == "0"){
return false;
}
if (email.indexOf(".") == email.length - 1){
return false;
}
return true;
}
function isComposedOfChars(validChars, inString)
{
return (indexOfFirstNotIn(validChars, inString) == -1);
}
function isNumeric(number)
{
number = number + "";
return ((number.length > 0) && isComposedOfChars("0123456789", number));
}
function indexOfFirstNotIn(okayChars, inString)
{
var i;
for (i=0; i < inString.length; i++)
{
var charm = inString.charAt(i);
if (okayChars.indexOf(charm) == -1)
{
return i;
}
}
return -1;
}
function setFocus() {
if (is_ie3()== false) {
self.focus();
}
}
|
|
1. General
|
2. Features
|
3. Using WTEbw.Constructor
|
4. Troubleshooting
|
When I type in my new domain name, my site doesn't come up. Why not?
There are a few reasons why your site might not come up when you type in your domain name.
-- First, if it is a newly purchased domain name, you should be aware that there is usually a 3-5 day delay before your domain will be setup and working. -- Second, if your domain is still not connecting to your site, perhaps you did not properly configure your domain in your Admin Tools section. (for more info on this, scroll to the top of this page, and look under the section "Using WTEbw.Constructor") -- Third, If you still don't have your domain working, it is possible that if you registered it previously with another registrar company, it needs to be pointed to WTExpo.com nameservers. (for more info on this, scroll to the top of this page, and look under the section "Using WTEbw.Constructor")
|
Why can't I upload any pictures? It just keeps trying and trying, but never uploads.
This is a bug that is effecting approximately 1/100 of our users. There seems to be a bug in some browser versions which prevents uploading images through the browser. We strongly suggest using Microsoft Internet Explorer browser, and upload to the most current version. This usually solves the problem. We are still working on understanding exactly why this is happening.
|
Why can't I find my site when I search for it online?
This is a very common question. Your website will most likely not be immediately findable at search engines (such as Google.com, Altavista.com, Lycos.com and others). This is because they have to "index" your site. This means that their software is going around the internet from page to page "spidering" for new material. Expect this process to take at least 5 weeks to 2 months.
There are ways to speed this up, but most of them will require spending some time (and perhaps money) to learn the tricks of the trade.
Becoming easily found in the search engines has become an entire industry into itself. It is called SEO (which stands for Search Engine Optimization). The real keys to getting good placement in the search results are having relevant text in your pages, and a lot of it, as well as getting OTHER sites to link to your site. You can do this by asking others to link to you, and often times they will want a link back in return.
Above mention mator is good, but you need some time to do this, at WTExpo.com we have a unique search engine submittion engine to help our member to get more hight rangking and trafic, contact us for more information at customer@wtexpo.com
|
Can I have my own domain, such as (www.MySite.com) with WTExpo?
Yes, of course! First, register a domain name. Then, build a WTEbw.Constructor website. It's really that simple.
After purchasing a domain, you need to RETURN TO WTEbw.Constructor and login to your account. Inside here, you can enter in your domain name in the field provided. Save and exit making sure to apply the changes.
If you purchase your domain elsewhere, you will need to visit the website where you purchased the domain and login to your account. Then, you need to point to your website to WTEbw.Constructor Example: http://wtebw.wtexpo.com/userID.
If you need help with this part, you will need to contact the support staff where you purchased your domain.
|
What if I already HAVE an internet domain name (such as www.mycompany.com, etc.)? Can I use this with a WTEbw.Constructor site?
Easily. First return to the website where you purchased your domain name. Use their web-based interface or call them to point to your website at WTEbw.Constructor. Example: http://wtebw.wtexpo.com/userID.
Then, you need to RETURN TO WTEbw.Constructor and login to your account. Inside here, you can enter in your domain name in the field provided. Save and exit making sure to apply the update. We will do the rest on our end, and when you type in your address, it will go to your WTEbw.Constructor site! This usually takes a few days for the switch to be seen. Please be patient, this delay is out of our control, usually it is 2-5 days
|
Can I purchase my domain through WTExpo?
Yes. We also selling domains name.
When you sign our package (WTEbw.Constructor / WTEdw.Builder / WTEfw.Creator, you will get a domain name free of charge.
|
I bought a domain, and set everything up. Why can't I see it?
There is always a 2-5 working day delay, which is out of our control, when you set up a new domain. Once you have made sure that you:
1. Have purchased a domain (and set it to point to WTEbw.Constructor server) 2. Have paid for your website account, by signing up. 3. Have logged into your WTEbw.Constructor account, field in the prefer domains name.
|
Basic Domains Information?
When you purchase a domain, you should be aware of these important but often overlooked facts: 1. A Domain means your own website ADDRESS, such as www.thiscompany.com.
2. Buying a domain DOES NOT mean that you are a WTEbw.Constructor subscriber with your own website on WTEbw.Constructor. You still have to signup with WTEbw.Constructor and build a website, and link your domain to your site. 3. Your domain will not be setup immediately. You will immediately OWN your domain name, but you will not be able to go to your browser, type in the name and immediately see it. This takes a few days, and is detailed more in this FAQ page, about setting up domains.
4. Creating a website (using WTEbw.Constructor) called www.mysite.com doesn't mean that you own that domain. Many hot domain names are already taken. It is a good idea to SEARCH FIRST for the domain you want, and THEN build your site.
|
Can I have my own email addresses with my domain?
Yes! One of the cool features of getting your own domain name, is the ability to have customized email addresses. These emails will all be forwarded to your "real" email address (the one that you got from your internet access provider, or you could use a yahoo or hotmail account). So you could have an address like "me@mydomain.com". Additionally, you can setup up to few different email boxes, which can forward to other addresses. So for example, if you have a company with several employees, each of them can have a box that sends to THEIR "real" email address. For example, you could have: Jack@thecompany.com and Joe@thecompany.com as well as few others.
To set this up, you have to have: -- A paid site – WTEbw.Constructor -- You have signed up for this services -- A domain name, properly configured -- Multiple people with working email addresses -- To setup this service, please contact us, vie this email customer@wtexhibition.com or support@wtexhibition.com
|