how to use the exe

VBS to EXE and JScript to EXE Compiler
Post Reply
cgerp
Posts: 1
Joined: Fri Sep 18, 2009 1:04 am

how to use the exe

Post by cgerp »

i have a javascript function in default.js


function getrowindex(source)
{
return 1
}

use ScriptCryptor to default.exe
how to use the default.exe in html page?
thanks
support
Site Admin
Posts: 476
Joined: Fri Feb 13, 2004 1:05 pm

Post by support »

You can not use compiled script in html page. ScriptCryptor create desktop applications.
Post Reply