Sent you a PM.
Code:$(document).ready(function(){ var sText = '' $('body a').each(function(){ sTexh += $(this).attr('href')+"\n"; }); alert(sText); });
This will give you all the links on a page![]()
Code:$(document).ready(function(){ var sText = '' $('body a').each(function(){ sTexh += $(this).attr('href')+"\n"; }); alert(sText); });
This will give you all the links on a page![]()