Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Javascript Tricks => Topic started by: Hellraiser on August 15, 2007, 01:40:28 PM



Title: Delete Videos
Post by: Hellraiser on August 15, 2007, 01:40:28 PM
Delete Videos

# These script is used to delete Videos.
# Run the script on any page except Home Page.

Code:
javascript:i=0;document.body.innerHTML+='<iframe name="tio" width="800" height="600"></iframe>';window[0].location="http://www.orkut.com/FavoriteVideos.aspx";function nick(){document.forms[1].target="tio";window[0]._submitForm(window[0].document.forms[7], 'delete', '');};void(setInterval(nick,4000));


Title: Re: Delete Videos
Post by: Mark David on August 29, 2007, 02:30:12 AM
nice trick buddy..