fork download
  1. value = 'J590'
  2. print(f"document.getElementById('CustCd').setAttribute('value', {value})")
Success #stdin #stdout 0.02s 9176KB
stdin
Standard input is empty
stdout
document.getElementById('CustCd').setAttribute('value', J590)