Table of Contents Chapter Index Previous Slide Next Slide 286
Understanding Program Script Use

Introducing Script Use

Understanding Program Script Use
  • Script nodes include:
  • url - the program script to use

    Script {
        url "circle.class"
    or...
        url "circle.js"
    or...
        url "javascript: ..."
    }