View Single Post
Old 10-05-2012, 08:07 AM   PM User | #2
shyagrawal
New Coder

 
Join Date: Sep 2012
Posts: 22
Thanks: 0
Thanked 6 Times in 6 Posts
shyagrawal is an unknown quantity at this point
There is an error in this function.
function redirect2(z){
parent.chartsloader.location=temp1[z].value
}

pleasee update your function to:
function redirect2(z){
parent.location=temp1[z].value;
}
shyagrawal is offline   Reply With Quote
Users who have thanked shyagrawal for this post:
Torr (10-05-2012)