Jump to content

dp2001

Members
  • Posts

    1
  • Joined

  • Last visited

dp2001's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello. I have a file field where a user can load in an image. After they load the image and click update, I've got some java that runs. I'd like to populate the url of that image in another field. I've got something like this that fires when the user updates, but I can't find the correct value for the image url and it clearly doesn't work: document.getElementById("EditRecordtextfield_1").value = document.getElementById("EditRecordImage_File_1").SRC Thought? Is this even possible? DP
×
×
  • Create New...