[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GScript BASIC 1.2 uploaded



Hi I have incorporated your changes and updated the GScript BASIC.

On 8月28日, 下午4时50分, "John B. Matthews" <nos...@nospam.invalid> wrote:

>     function runCombo() {
>         var file = document.getElementById("combo").value;
>         document.getElementById("file").value = file;
>         document.getElementById("script").src = "run.html?file=" + file;
>     }