"iFrame/Frame to link list" bookmarklets
Monday, 5. June 2006, 05:39:52
These bookmarklets make lists of iFrames/Frames in current page.
By clicking the link you can see the iFrame/Frame on a whole window.
This function is useful for narrow and small screen devices.
1. iFrame/Frame to link list
2. Frame to link list
For more detailed descriptions please see following pages.(Sorry, Japanese only)
http://d.hatena.ne.jp/borbis/20040514/p4
http://d.hatena.ne.jp/borbis/20040514/p5
By clicking the link you can see the iFrame/Frame on a whole window.
This function is useful for narrow and small screen devices.
1. iFrame/Frame to link list
javascript:(function(){var d=document,f,g,n=0,s="",t=["frame","iframe"],u;for(u in t)for(f=d.getElementsByTagName(t[u]),g=0;g<f.length;g++,n++)s+="<a href=\""+f[g].src+"\">"+n+"."+t[u]+"="+f[g].name+"</a><BR>";n?d.write(s):alert("NoIFrame!")})()
2. Frame to link list
javascript:(function(){if(top.length<1){alert("NoFrame!")}else{var i,s=""; for(i=0;i<top.length;i++){s+="<a href="+frames[i].location.href+">"+i+"."+frames[i].document.title+"</a><BR>";}; document.write (s);}})();
For more detailed descriptions please see following pages.(Sorry, Japanese only)
http://d.hatena.ne.jp/borbis/20040514/p4
http://d.hatena.ne.jp/borbis/20040514/p5








