fill in the text field by clicking on another link on the page

I have two pages. When I click on the link on the first page, it fill the text field on the second page (pull out the 'from' value). My first page abc.php codes:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head>  <body> <p><strong>From</strong> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>&nbsp;Subject</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>Reply</strong></p> <p>biri&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;deneme girdi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#">click</a></p> </body> </html>

and this is the second page lumu.php:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head>  <body> <form id="form1" name="form1" method="post" action=""> <label> <input type="text" name="hum" id="hum" /> </label> </form> </body> </html>

What should I do?

I thought about it. Thank you.

Tags: Dreamweaver

Similar Questions

  • How do fill you a text field based on the entries in other text fields?

    I would like to be able to have a text field that fills as 'Full' or 'Incomplete' based on the question if all required fields have been filled or not.

    For example, if the "First Name", "Last Name" and "City" text fields are not filled, the text of "the State of completion" field displays 'Incomplete' and once they are filled, the text of "the State of completion" field will turn into "Complete".

    How can I do this using javascript? I searched the web for a tutorial, but most of the results seems to be focused on the menu drop-down.

    Please point me in the right direction!

    Try the script below. I put this on the calculate for Field1 event

    If (FirstName.rawValue == null |) LastName.rawValue == null | City.rawValue == null) {}

    Field1.RawValue = "incomplete."

    }

    on the other

    Field1.RawValue = "complete."

  • Problems with the filling of a text field with 2 other fields data


    I have 3 domains Tools_1a_pri, Tools_1a_pri_other, Tools_1a_pri_txt.

    Tools_1a_pri is a drop-down list box with a predefined list. One of the options is the 'other '.  If 'Other' is selected, the text Tools_1a_pri_other field becomes visible for users to enter the name of the other tool.

    The Tools_1a_pri_txt is a text field with a calculation that shows a text indicating that no tool has been selected or the Tools_1a_pri & or Tools_1a_pri_other.

    When I select one of the predefined tools, everything works.  When I choose the other, it seems that nothing has changed.  Must I click another field before.  It's confusing for the user.

    Tools_1a_pri validate code
    this.getField("Tools_1a_pri_Other").display = event.value is "Other"? Display.visible: display.hidden;

    Computer Tools_1a_pri_txt code
    If nothing is selected, follow these steps
    If (getField("Tools_1a_pri").value.length < 2) {}
    event.target.textColor = color.red
    Event.Value = "no identified main tool";
    } else if (getField("Tools_1a_pri").value! = 'Other') {}
    If not do that if the other is selected
    event.target.textColor = color.black
    Event.Value = getField("Tools_1a_pri").value;
    } else if (getField("Tools_1a_pri").value = 'Other') {}
    If not do so if the other is not selected
    event.target.textColor = color.black
    GetField("Tools_1a_pri").value = Event.Value + "-" + getField("Tools_1a_pri_Other").value;
    }

    You have made the classic mistake of using the assignment operator in a statement instead of the comparison operator. Change this line:
    } else if (getField("Tools_1a_pri").value = 'Other') {}

    To do this:

    } Else if (getField("Tools_1a_pri").value == 'Other') {}

  • I have reset default firefox but the BBC website opens OK but will return to the display of the text when I click on a link.

    (Newish laptop so I'm not really familiar with operating systems (Win 8.1 I think) and more) Initially, my BBC homepage opened OK in Firefox, but after a period, he began to view a text version. This can be temporarily cured by restoring the default Firefox (Firefox / help / troubleshooting information / restore Firefox) but as soon as I click a link on the page of the BBC, it is up to the display of the text. Is there a way I can solve this problem. Other sites seem to be working properly.

    It's a problem of missing style sheet. If you have modules like Adblock Plus installed, first of all, try to start Firefox with the disabled modules and check if the problem persists.

    Otherwise,.

    1. Hold down the ALT key and press V to open the view menu. Open the submenu Style Page and make sure that "Basic Page Style" is selected.
    2. Clear the cache.
    3. Remove the cookies from the site in question.
    4. If the problem persists, see
  • How is it, text fields are spread over another?

    Hello

    I've been through the forums and I tried some of the options available for others, but they do not seem to work for me.

    I currently have a dynamic form.  The 1st page positioned, so I tried as flowed, or work.  I wraped the text in their own subfrom fields and have added both of foregoing, still not woking.  I of course chose allow multiple lines and page break on several pages, still does not.  I am very frusttrated.  When I got on the 2nd page text fields that they develop properly, they should all text and automatically moved to the next page.  Is it because I have now on the 1st page?  I have the seal of assistance.  BTW, I don't know where I am with this anymore, my brain is anesthetized.

    Hello

    Please find the updated form, and now the text encapsulates not on top of the next text box.

    I placed all the controls in the group under asubform and sank... And then each text box I placed inside another subform and checked the automatic adjustment of the Height property in the layout for each subform tab...

    Let me know if you still have any questions...

    Thank you

    Srini

  • LiveCycle: How to select a drop-down list and fill in a text field.

    I have a PDF on Adobe livecycle 8.0 that if selected will auto fill the field area:

    GoalDropDownList: has points:

    People with disabilities

    Functional

    Impairment

    I would like that when disability is chosen this GoalTextField show:

    Patient will return to the previous level of function.

    When functional is chosen GoalTextField to see the

    Patient able to stand 5 minutes

    When the disability is selected GoalTextField to see the

    Patient has full range of motion

    Any help would be appreciated.

    I'm new so can you include in java script where it must go out, enter, etc..

    Thank you all.

    In fact I don't know how to show a picture of this to illustrate what someone knows how?

    Write the code javascript next to the drop-down list in the change event.

    var

    selectedValue = xfa.event.newText;

    If

    (selectedValue is 'Disability')

    TextField1.rawValue

    = "Patient will return to the previous level of function.";

    on the other

    if(SelectedValue=="Functional")

    TextField1.rawValue

    = 'Patient able to stand for 5 minutes.';

    on the other

    TextField1.rawValue

    = 'Patient has full range of motion. "

    Thank you.

  • Fill in the page for the site test under design Web does not appear in firefox. I have to zoom out to the page to appear. What is the problem?

    Hello

    I am designing a Web test page and it looks wrong in firefox... half top of page Web appears and I have to press ctrl and - to see the whole page... also, even when I see the entire page, the right scroll bar that appears on every Web page does not appear? What could be the problem? Any help will be appreciated.

    The missing scroll bar is caused by the position: fixed; and top: 0px; rules.

    DIV .header also has a height: 100px which is not correct.

    .header {
    background-image: url(images/bg-header.jpg);
    padding: 0px 0px 0px 0px;
    height: 100px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 50;}

    A good place to ask for advice on web development is to the 'Web Standards Development/evangelism' MozillaZine forum.

    Aid to this forum are better informed on issues related to web development.

    You must register on MozillaZine forum site to post in this forum.

  • Fill in the field of text based on the menu drop down.

    Here's the scenario: I have 2 drop-down lists on page 1 (list1, List2). Based on this selection, I want to fill in a text field on page 2 with their values, after clicking on a button to update at the bottom of page 2. I use the button click event, but how can I get the actual values of each drop-down list on the previous page?

    You must give the full path to the objects (i.e. form1. Page1.DDListName.RawValue). look in the view hierarchy to see the structure you want. Conversely, you can place the cursor in the script editor where you want the reference to appear, hold done the key ctrl and move the mouse to the object you wish to reference (it will change into a V). Then click on the mouse and the appropriate for this object reference is displayed in the script editor.

    Paul

  • How to change the font that is used to populate a text field in an interactive form.

    Can you please tell me how I can change the font that is displayed when you go to fill in a text field in an interactive PDF?

    This is adjustable in InDesign or must it be done in Acrobat format?

    Only in Acrobat. Tools > forms > change. Double-click the text field to change its appearance.

  • How can I set a text field to convert all text entered in uppercase when filled?

    I want to have any text you entered filled in specific text fields to automatically convert uppercase. I am working in LiveCycle Designer ES2.

    I don't know how to put the code to make it work. Cannot make it work.

  • NULL text field, how to fill in another text field

    I would like to be able to invite the user to fill one of two text fields, if for example they fill in A text field, then no guest would jump to the top, but if they don't fill in the text field then a prompt would leap upward by asking them to fill out the text field B.

    Thank you

    Hello

    One way would be to place a JavaScript in the output of TextFieldA event:

    if (this.rawValue === null) {
         xfa.host.messageBox("Please complete Text Field B", "Attention", 0, 0);
    }
    

    However this fires when the user leaves TextFieldA. You may need extra script if it is likely that the user is not yet in this text field.

    Niall

  • link to the function in the dynamic text field

    so I have a dynamic text field that needs to display something like...

    You have been identified as Syd Barrett. If it is incorrect, click here

    the dynamic part is the name of Syd Barrett in this example, which is introduced by a variable. now how the word 'here' to become a link to an ActionScript function and a different color?

    I was wondering how to do this also. There is a global function called asfunction, described in language AS as Reference: a special protocol for URLS in HTML text fields that allows an HREF link call an ActionScript function.
    The code below is what you're after. Your use does not need the setting but I included it for info. The parameter must be a single string, so if you want to pass multiple values, you need to analyze the in your function.

  • Text in the text field

    Hello

    I have a text field and submit button. When I enter a value in the text field and click submit, I want value and my own value given in the code should appear.

    For ex,.

    In the code if I gave Hello and enter the text as a user field. After clicking on the button submit, I get like ' Hello user ' in the text field.



    Thanks in advance,
    Roselyne

    Hello

    in processFormRequest write this code

    {if (PageContext.GetParameter (submitbutton_id)! = null)}

    OAMessageTextInputBean oaBean = (OAMessageTextInputBean) webBean.findIndexedChildRecursive (id_of_text_field);

    String sValue = (String) oaBean.getValue (oaPageContext);

    throw new OAException ("Hello" + sValue, OAException.CONFIRMATION);

    }

    That would solve your problem,

    thanx
    Pratap

  • Limit of characters in the text field (multiline). Is this true or am I dreaming?

    Hello

    I use the plugin CKEDITOR with my text entries and when dough stylized text, attributes, and other things like customers are created by increasing the number of characters in textarea html sense cannot be complete if we limit characters in the article multiline text field web app.

    A lot of pages break when the web application retrieves these fields in the details of page layout view, because html is not complete in the text field.

    Then text field for Web (Multiline) application has the limit of characters, or maybe I am doing something wrong?

    What it takes to get rid of this limit?

    Thank you

    Hi Ray,

    Please refer to this thread below the limit of characters for the two text (string and multiline) at this stage.

    - http://forums.adobe.com/message/4342388

    Kind regards

    -Sidney

  • rawValue of several text fields

    Using LiveCycle Designer ES3.

    I have a form created that the user enters customer information, once entered this info I am trying to get a contract to fill on the next page.

    What are the names of the 1 page text fields:

    rsalutation

    rfirstname

    rlastname

    Page 2:

    Here's what I now that isn't currently do not fill any result:

    this.rawValue = page1.rsalutation.rawvalue + '_' page1.rfirstname.rawvalue '_' + page1.rlastname.rawvalue;

    I am very new to work with JavaScript, so please excuse me if I made an obvious error.  I tried about 20 different ways to write this script but nothing has worked.  Also, if that makes a difference with this calculation in the text field is autoexpanding by http://forms.stefcameron.com/samples/ExpandFitEntireValue.pdf.

    Any help is greatly appreciated!

    There is of course no problem. I think that your way to fields must be bad.

    Could you insert a screenshot of your form?

    Now I noticed that you forgot a '+' and your syntax is wrong (V instead of v by rawValue)

    bad:

    this.rawValue = page1.rsalutation.rawvalue + "_" page1.rfirstname.rawvalue + "_" page1.rlastname.rawvalue;
    

    right (when your path is right)

    this.rawValue = page1.rsalutation.rawValue + "_" + page1.rfirstname.rawValue + "_" + page1.rlastname.rawValue;
    

    If the script does not work, please check the next.

    In the menatime, try the following:

    1. NOT manually insert the path.
    2. Click with the cursor after this.rawValue = |
    3. Then click the STRG (CTRL) key and at the same time that the memorandums of understanding in the first field (rsalutation)
    4. The mouse will be a 'V' and insert the correct path.

    Kind regards Mandy

Maybe you are looking for

  • Call the library feature not filling in DLL functions

    I have a DLL (written in VB) who controls some 3rd party hardware. They have some (very bad) documents that has a few functions in the DLL as well as input parameters. I am using the library function node call in LabVIEW to open the DLL so I can take

  • 8100037b Messenger error code.

    I get an error message stating "We cannot log in Windows Live Messenger because we have made changes to Windows Live Messenger that affect your account."  Details of the 8100037b error code list.  I can't find any solution to this.  Please notify.

  • HP Pavilion p6240f: upgrade RAM, Pavilion p6240f works not

    Greetings HP community. Today, I'm working on a HP Pavilion p6240f. I am trying to install (2) 8 GB DDR3 1600 chips.  When I turn on the computer I hear 1 short beep and 1 long beep, which results in an error of memory.  Bought the wrong RAM?  Can I

  • No dialog for password

    Hello I'm in a coffee right now & to use its wi - fi (which I did 100 times in the past). I know the password & the location is one of my connections wireless in the area. But I can't connect. Only I can not connect, I get even a dialog box asking me

  • How to display the 1 button on the keypad for field textbox "BasicEditField.FILTER_REAL_NUMERIC"?

    Hi all I use "BasicEditField.FILTER_REAL_NUMERIC" for one of my EditField to only show the digital field. It works fine, but I am not able to see the digital 1 on the keyboard on the Blackberry 9530 Simulator. How can I show the digital 1 on the keyb