Suresh Behera

The Microsoft .Net Junkies

News

Blogroll

Reading

April 2009 - Posts

JavaScript Injection

Here is few nice help full toll for javscript injection

Testing different resolutions for web pages
javascript:window.resizeTo(1095,895); window.moveTo(55,55);

Rendered source of the currently displayed page

javascript:var myWin=window.open("","myWin","width=800,height=600,scrollbars,resizable,menubar");var myStr=document.documentElement.outerHTML;myStr=myStr.replace(/\</g,"&lt;").replace(/\>/g,"&gt;").replace(/\r\n/g,"<br>");myWin.document.open();myWin.document.write(myStr);myWin.document.close();

Rendered source for all frames in a frameset:

javascript:var myWin,myStr,fms=window.top.frames;var i,len=fms.length;for(i=0;i<len;i++){myWin=window.open("","frame"+i,"width=800,height=600,scrollbars,resizable,menubar");myStr=fms[i].document.documentElement.outerHTML;myStr=myStr.replace(/\</g,"&lt;").replace(/\>/g,"&gt;").replace(/\r\n/g,"<br>");myWin.document.open();myWin.document.write(myStr);myWin.document.close();}

All tag
javascript:alert(document.body.innerHTML)

http://www.patricktalmadge.com/2006/11/28/javascript-injection/

For more information please google
http://www.google.com/search?hl=en&q=javascript+injection&btnG=Search

NOTE: If you have more please post it on comment

Thanks,

Suresh Behera

Sync Framework for Windows Mobile (Devices) & some use full links

Some use full links for Sync Framework for Windows Mobile (Devices)

Sync Framework Overview
http://msdn.microsoft.com/en-us/library/bb902814.aspx

Microsoft Sync Framework v1.0 CTP1 - Devices
http://www.microsoft.com/downloads/details.aspx?FamilyId=A7C01A89-9AF8-4EEE-AB04-6A3AD098A03F&displaylang=en

Sync Framework for Windows Mobile (Devices)
http://blogs.msdn.com/sync/archive/2008/08/12/sync-framework-for-windows-mobile-devices-ctp1.aspx

Sync101 - (Windows Mobile) Device Synchronization
http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&ReleaseId=2214

Windows Mobile/CE Developer Glossary
http://community.intermec.com/intr/board/message?board.id=IDL-DRKs&thread.id=46

Useful developer and user tools
http://community.intermec.com/intr/board/message?board.id=IDL-DRKs&thread.id=35

 

 

Thanks,

Suresh Behera

More Posts