Subj : webv4 add menu items
To : Mortifis
From : echicken
Date : Sat Apr 04 2020 08:06 pm
Re: webv4 add menu items
By: Mortifis to echicken on Sat Apr 04 2020 19:26:08
Mo> it was orinally an .xjs file, I stripped the <?xjs ?> tags and changed the
Mo> extension to ssjs. I was getting the same error with the sbbslist.xjs so I did
Mo> the same to that both work ... no worries, thanks for the help, I'll keep
When doing this, you'd also need to convert any non-js stuff into printed JS strings:
<div>hi</div>
becomes:
write('<div>hi</div>');
but that's a huge pain. I'd rather figure out the cause of the problem than engage in that kind of workaround.