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;
> }