document.lcoation.href is null or not an object
Dear members
Who could help me with this:
I use main file index.php
to include a file (abc.php)
on abc.php file, I retreive data from database, then use javascript to to get all data and link to new pages:
On index.php html file, I have
<a href="javascript:newLocation(0)"><img src..></a>
in abc.php
I have function newLocation:
function newLocation(x){
document.Location.href="http://www"+Info[x][thisAdd[x]];
}
then, when the program are runing, it said
document.Location.href is null or not object.
Who please to help me?
Thanks a lot
Ice
|