Guest User

code .js

a guest
Mar 9th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // JScript File
  2. if (typeof(width) == 'undefined') width = 600;
  3. if (typeof(height) == 'undefined') height = 400;
  4. if (width < 480) width = 480;
  5. if (height < 380) height = 380;
  6. if (width < height) height = width;
  7. document.write('<ifr'+'ame src="http://www.direct-tv.comuf.com/channel/id/'+ fid +'.php?width='+width+'&height='+height+'" width="'+ width +'" height="' + height + '" frameborder="0" scrolling="no" allowtransparency="true" id="direct-tv.comuf.com"></ifr'+'ame>') ;
  8. /**/
Advertisement
Add Comment
Please, Sign In to add comment