Welcome, Guest. Please login or register.

Author Topic: Language shopping  (Read 2422 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline BigBenAussie

  • Sr. Member
  • ****
  • Join Date: Feb 2004
  • Posts: 313
    • Show all replies
Re: Language shopping
« on: May 05, 2004, 09:33:21 PM »
@Karlos

How can you use javascript on an Amiga?

I mean outside of a browser, or is that what you are talking about?
 

Offline BigBenAussie

  • Sr. Member
  • ****
  • Join Date: Feb 2004
  • Posts: 313
    • Show all replies
Re: Language shopping
« Reply #1 on: May 06, 2004, 03:40:18 AM »
Only problem is you can't touch the filesystem from javascript. Unless of course you allow it to post to a webserver cgi script hosted on the machine, but how many people are going to do that.

I wish there was an IE like object like you have on windows which could capture the post event and do something useful. You could then issue system commands or database updates through javascript.