Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

How can I get Firefox to print a table of URLs associated with the page or selection being printed as is an option in Internet Explorer?

  • 1 პასუხი
  • 13 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 4 ნახვა
  • ბოლოს გამოეხმაურა cor-el

In Internet Explorer, selecting 'File' and then 'Print' brings up a Print dialog box with two tabs. The second tab allows you to select the option to 'Print a table of Links' from the URLs encoded in the page or selection being printed. This is a very useful feature, and would make a nice addition to the outstanding features of Mozilla Firefox.

In Internet Explorer, selecting 'File' and then 'Print' brings up a Print dialog box with two tabs. The second tab allows you to select the option to 'Print a table of Links' from the URLs encoded in the page or selection being printed. This is a very useful feature, and would make a nice addition to the outstanding features of Mozilla Firefox.

ყველა პასუხი (1)

You can use a bookmarklet like this to see list of links in a Firefox tab (window) and print that list.

javascript:(function(){var links=document.links,info='',i,L;for(i=0;L=links[i];i++){info+=L.href+'<br>';}with(window.open().document){write(info);close();}})();


javascript:(function(){var links=document.links,info='',i,L;for(i=0;L=links[i];i++){info+='<a href="'+L.href+'">'+L.innerHTML+'</a><br>';}with(window.open().document){write(info);close();}})();


javascript:(function(){var links=document.links,info='',i,L;for(i=0;L=links[i];i++){info+=L.innerHTML+' : <a href="'+L.href+'">'+L.href+'</a><br>';}with(window.open().document){write(info);close();}})();

ჩასწორების თარიღი: , ავტორი: cor-el