Would like to copy the current url into a text box and create a prompt before it
I have class assigned to the text box in the form
Is there a way to use something close to the following to make this work?
$('.txtbox').val(window.location.pathname);
Thanks