Search Result

Collapse
7 results in 0.0041 seconds.
Keywords
Members
Tags
submit
  •  

  • How can I keep certain hidden text values after submitting a multi-page form?

    I am making a two-page form that will be used to have a classroom of people submit their information by passing around an iPad. I have 'form1.php', where a leader types their name and a class they are teaching. There are two input text boxes on this form: leader name and class name. After filling the two fields, they hit 'continue' to go onto the next form page.

    The 'continue' button goes to 'form2.php', where a person in the class...
    See more | Go to post

  • how do i document.forms[0].submit() a form to a window.open?

    I have a virtual form with inputs like this...
    Code:
    newInput = document.createElement("INPUT");
    newInput.type = "hidden";
    newInput.name = "deprecated_form_id";
    newInput.value = deprDocID;
    document.forms[0].appendChild(newInput);
    and when i do a document.forms[0].submit(); how do I get it to submit to a window.open with specific options like toolbar=no, location=no...
    See more | Go to post

  • How do I change destination of 'Submit' button depending on the radio button chosen?

    I am trying to make a 'Character Generator' for a website.

    In the first page they are asked for three pieces of information each with a group of radio buttons; Gender-Male, Female; HairColour-Black, Blonde, Brown, Grey, Orange, White; ClothingColour- Red, Yellow, Pink, Green, Purple, Orange, Blue.

    Once they have selected an option and click submit they are redirected to a page with an image of the character they created....
    See more | Go to post

  • rudiedirkx
    started a topic onsubmit in form in Safari (windows)

    onsubmit in form in Safari (windows)

    Gents,

    I have a problem (only in Safari) with the onsubmit in webforms. This topic covers the same subject: http://bytes.com/topic/javascript/an...nsubmit-safari but not as detailed as I will.

    Let me illustrate the problem with examples.
    The HTML:
    Code:
    <html>
    
    <head>
    <script type="text/javascript" src="/js/mootools_1_11.js"></script>
    <script
    ...
    See more | Go to post

  • brian210
    started a topic Using multiple buttons with PHP
    in PHP

    Using multiple buttons with PHP

    I am currently trying to make a four question quiz. Each question is on a new page. There will be a previous button and a next button to take the user to the previous and next question respectively. There will also be a save button to save the current answer selected for the questions so far. Finally, I will have a submit button that will submit all the answers of the quiz and give back a score. I have to use these buttons, and I have to have my...
    See more | Go to post
    Last edited by Dormilich; Oct 13 '09, 07:46 PM. Reason: Please use [code] tags when posting code

  • aashishn86
    started a topic multiple submit buttons

    multiple submit buttons

    hi !
    how can i use multiple submit buttons in the same form

    i want to pass form values to different pages depending on which of the two submit button is clicked...
    thank's
    See more | Go to post

  • jeschafe
    started a topic Submit Javascript Pop-up from main page

    Submit Javascript Pop-up from main page

    Hi I'm developing in Oracle Application Express and I want to put a link on one of my pages that opens a pop-up of a different php page using javascript.

    Code:
    <script language="JavaScript" type="text/javascript">
    <!--
    
    function popitup(url) {
         newwindow=window.open(url,'name','height=500,width=500,  
                           scrollbar=yes,resizable=yes,directories=yes,
    ...
    See more | Go to post
Working...