I have been trying to pass a value from an external javascript file to an HTML form with no luck. The files are rather large so I am not sure I can explain it all but ill try.>
Can it be this?:
function divElement(divCode){ return divCode; } divElement(document.getElementById('adcode').value);