Not finding what you are looking for? Request a recipe!
I am putting together a form for an inventory and would like to set it up so that if a certain item is selected from a drop down menu, the text field related to the volume of that item is automatically populated based on the selection in the drop down menu. Is this possible through javascripting?
Currently, using xfa.host.importData();, the user must directly select an xml file in a directory of their choice (wherever they placed it). However, the xml file that they will be importing is contained in a .zip file in a folder in the zip named "XML". Is there a way for the user to navigate to ...
How and where can I create a reuseable public function? Even this simple test does not work: form1.subInstructions.Button1::click - (JavaScript, client) ChangeCheckBox1() form1.#variables[0].MyCode - (JavaScript, client) function ChangeCheckBox1() { CheckBox1.rawValue = 1 }
Adobe X Pro - I am converting an Engineering Audit 40 tab Excel booklet to a fillable PDF forms. I found a Java Script by Joel Geraci to use a button icon for the picture field and action tab. This works but now I need to allow the user to resize the picture once inserted. Is this doable in Adobe ...
I have a soccer tournament with 64 teams that I built with Dreamweaver and everything works great. People sign up using a Form titled Anmeldung (Sign-up) that I built (also works well) with Name, Club, Country, League and email. I then take this information (I recieve an email, via a php script, wit ...
I want a php submission form with some fields. example: first field dropdown...for selecting Region Second field dropdown ...for selecting city. i want that when user select some particular region then an another dropdown field is display automatically.(city). The value of city depends on the ...
My form has 2 repeatable subforms. They contain identical sets of objects to hold names and addresses except one SF (called DDSF) has a drop-down for the names and the other (NoDD) doesn't. The plan is for an 'administrator" to enter names and addresses into the NoDD subform repeating the sf as ma ...
I have created an HTML from in Robohelp that uses check boxes. I contacted a developer at my company to see if he would write a Javascript that would save the state of the check boxes, since everytime a new page in loaded in the AIR output, the form is rewritten. We found a post data code sample ...
Hi, I have the following problem: I must embed two flex 4 applications made in flash 4.5 into separate web parts in sharepoint 2010 using visual studio 2010. The idea is, that both web parts communicate with each other and send data to each other. Maybe using javascript could be a good solution ...
i want to take four pictures of the comic books i have and create a webpage for the sale of said books. What is best way to start?