﻿function ss() {
    window.location.href = 'goods.aspx?w=' + encodeURIComponent(document.getElementById('goodsname').value);
}