I'm testing out the mobile blogger feature which allows me so send picture mail from my camera phone directly to website. One thing I don't like right off the bat is that the images are hyperlinked to appear on a page by themselves (which is presumably larger, but still testing) and this page has this script written into the header which keeps
I've disabled the link-through and dismantled the script so we can see it here.
script type="text/javascript"
!--
if (top.location != self.location) top.location = self.location;
// --
/script
This little code locks the user on that photo without allowing them the back button to return to the weblog? What's up with that?
No comments:
Post a Comment