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: | W5JSN |
---|---|
Location: | Tucumcari USA |
Users: | 2 |
Nodes: | 9 (0 / 9) |
Uptime: | 146:48:26 |
Calls: | 15 |
Files: | 33,271 |
D/L today: |
258 files (20,509K bytes) |
Messages: | 12,427 |