In JQuery I would fetch it by doing: $meta = $('meta').val(); $title = $('title').html(); alert ($title); Regards, Jesse
yeah, you need jquery to access anything these days. vanilla javascript is deprecated / defunct now... </sarcasm>