View Single Post
Old 12-30-2012, 02:43 AM   PM User | #1
vegetto4093
New to the CF scene

 
Join Date: Dec 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
vegetto4093 is an unknown quantity at this point
need help translating

i know nothing about java script, but i need to translate this so another program can understand it.

here's the code:

function jal(str){var zwq = '';for(var i=0;i < str.length;i++){zwq += ''+str.charCodeAt(i).toString(16);}return zwq;}

where the str = "http://atdhenet.tv/"

there's another var that is assigned like this

var kol = jal("http://atdhenet.tv/")

so i just need to know what var kol will end up being :/

thanks for all your help
vegetto4093 is offline   Reply With Quote