SyntaxFix
Write A Post
Hire A Developer
Questions
if you are using jQuery 1.6 and up, you want to use .prop() rather than .attr():
.attr():
$('#abc_frame').prop('src', url)
See this question for an explanation of the differences.