Search the Community
Showing results for tags 'URL'.
-
Pull Image URL using Javascript element
dp2001 posted a topic in User JavaScript and CSS Discussions
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- 2 replies
-
- javascript
- image
-
(and 2 more)
Tagged with:
-
Hi everyone, I am looking to assign a unique URL to my customers that when entered into a web browser will take them to one of my deployed datapages and autofill one of the fields to access the data page. Basically I think I need it to insert a record, however, I do not know how to build a URL to allow this. In other words, I want it to go to "mywebsite.com" and fill in a field such as "User ID" (User_ID being one of my parameters). Any ideas on how I can achieve this? Thanks! Logan
-
Good afternoon all, I am changing the source of an iframe based on a button press that runs a script. The url of the page the button is on is as follows: https://www.mysite.com/job-dash.html?Job_RID=1&Market_RID=1&Port_RID=1 And the javascript changes the iframe source to: src=https://c0eru288.caspio.com/dp.asp?AppKey=[redacted]?Job_RID=[@Job_RID]&Market_RID=[@Market_RID]&Port_RID=[@Port_RID] Now it is receiving the Job_RID no problem, but is unable to capture the Market or Port RID’s Is there some trick I am missing in passing param
- 2 replies
-
- iframe
- parameters
-
(and 2 more)
Tagged with: