In my page, the javascript coding is as follows
<script>
function validationcomplete(){
var strg1=document.getElementById("Endereço").value;
var strg2=document.getElementById("Numero").value;
var strg1=document.getElementById("Endereço").value;
var strg2=document.getElementById("Numero").value;
document.getElementById("Endereço").value=strg2+" "+strg1;
alert("Potvrđujemo da je vaš dopis uspješno prosljeđen Službi odnosa sa strankam Dacia");
}
</script>
I have to replace this coding with a static JS resource file. How can I do this?
script
tag; that remains in your Visualforce page. – Keith C 21 hours ago