System commands

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
User avatar
MrTAToad
Posts: 291
Joined: Sun Apr 20, 2014 11:43 am
Location: Chichester, England
Contact:

System commands

Post by MrTAToad »

Would be nice if it was possible to get the operating system being used. Would also be nice to have an easier way of getting the browser type too.
User avatar
Peter
Posts: 1093
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: System commands

Post by Peter »

Code: Select all

Define OS.s
Define Browser.s
! v_os = navigator.platform;
! v_browser = navigator.userAgent;
Debug OS
Debug Browser
Greetings ... Peter
Post Reply