javascript:
function showBorders(wndw){
void(tags=wndw.document.all?wndw.document.all.tags('TABLE'):wndw.document.getElementsByTagName('TABLE'));
for(var i=0;i<tags.length;i++)void(tags[i].border=(tags[i].border=='0'?'1':'0'));
}
void(frms=window.frames);
if(frms.length==0){
showBorders(window);
}
else{
for(iQA=0;iQA<frms.length;iQA++){
showBorders(frms[iQA]);
}
}
View Document Object Model:
View dynamically created source:
javascript:(
function(){
function htmlEscape(s){
s=s.replace(/&/g,'&');
s=s.replace(/>/g,'>');
s=s.replace(/</g,'<');
return s;
}
x=window.open();
x.document.write('<pre>' + htmlEscape('<html>\n' + document.documentElement.innerHTML + '\n</html>'));
x.document.close();
}
)();
See also:
| file: /techref/app/ie/LinkScripts.htm, 2KB, , updated: 2004/12/28 13:49, local time: 2009/11/21 22:00,
38.107.191.100:LOG IN
|
| ©2009 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? Please DO link to this page! Digg it! <A HREF="http://piclist.com/techref/app/ie/LinkScripts.htm"> Internet Explorer World Wide Web Browser Link toolbar "Scriptletts"</A> |
| Did you find what you needed? |
|
PIC 16 series Microcontroller Instruction Set Reference. And his Hobby Electronics web site at http://hobby_elec.piclist.com. |
|
Peter Todd has released source and sample projects for his artwork, including his 3d wireframe cube renderer for the PIC 18f6520 This includes examples of hardware developed with free software tools such as gEDA/gschem/PCB, SDCC, gputils and picp all on Linux. http://petertodd.ca/art/source-code/ |
.