Okay, I have been trying to fix for the past couple hours but this is starting to become ridiculous.
On the first couple lines, I have this code:
var XMLHttpRequestObject = false;
if(window.XMLHttpRequest){
XMLHttpRequestObject = new XMLHttpRequest();
}
else...
Okay, I have been trying to fix for the past couple hours but this is starting to become ridiculous.
On the first couple lines, I have this code:
var XMLHttpRequestObject = false;
if(window.XMLHttpRequest){
XMLHttpRequestObject = new XMLHttpRequest();
}
else...
Is there a way to return back to the homepage using relative directories in html?
For example, if I was at home->folder1->folder1a and I wanted to return home, is there any other way than ../.. using relative directories?
I want to know because I am still considering on a domain name and want...