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: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 1,007 |
Nodes: | 10 (0 / 10) |
Uptime: | 160:52:03 |
Calls: | 13,135 |
Calls today: | 3 |
Files: | 186,574 |
D/L today: |
349 files (130M bytes) |
Messages: | 3,304,523 |