Forum Moderators: open
Here is what I have...
onmousedown=" if (location!= top.location); {parent.bob.location.href='http://exaple.com';} elseif (location == top.location) {alert ('Locked'); return false;} "
What am I doing wrong?
John
onmousedown=" if (location!= top.location) {parent.bob.location.href='http://exaple.com';} else {alert ('Locked'); return false;} "