Trying to modify the wildcat clone menu to call a Javascript module.
cmdkey N
exec_xtrn "NEWS"
pause
end_cmd
News is the external name for the news.js module
Is this the correct way to make the call, or can baja not call java script ? Maybe I need to call jsexec and filename?
Trying to modify the wildcat clone menu to call a Javascript module.
cmdkey N
exec_xtrn "NEWS"
pause
end_cmd
News is the external name for the news.js module
Is this the correct way to make the call, or can
baja not call java script ? Maybe I need to call jsexec and filename?
Re: Calling Java Script from Baja script By: Amessyroom to All on Mon Aug 26 2024 12:53 pm
Trying to modify the wildcat clone menu to call a Javascript module.
cmdkey N
exec_xtrn "NEWS"
pause
end_cmd
News is the external name for the news.js module
Is this the correct way to make the call, or can baja not call java script
? Maybe I need to call jsexec and filename?
Looks correct to me. Why, is it not working?
You can also manually execute a JavaScript module with the "EXEC" sysop command (e.g. type ";exec ?news" from the main menu of the default command shell) - assuming news.js is in your exec or mods directory.
--
digital man (rob)
Sent before I edited. Got it working with Nightfox's suggestion of using exec and ? but had to give relative path ../mods/News-main/news.jscmdkey N
exec_xtrn "NEWS"
pause
end_cmd
Looks correct to me. Why, is it not working?
You can also manually execute a JavaScript module with the "EXEC" sysop DM> command (e.g. type ";exec ?news" from the main menu of the default command DM> shell) - assuming news.js is in your exec or mods directory. DM> --
digital man (rob)
Sysop: | MarisaG |
---|---|
Location: | South San Francisco, CA |
Users: | 5 |
Nodes: | 10 (0 / 10) |
Uptime: | 229:57:40 |
Calls: | 123 |
Files: | 36 |
Messages: | 30,543 |