Search Result

Collapse
8 results in 0.0040 seconds.
Keywords
Members
Tags
onchange
  •  

  • sarwasunda
    started a topic How to traps change on facebook page?

    How to traps change on facebook page?

    Sorry for my English. Can you help me please! I'm very newbie on coding. I want this code loads on every changes (status, tab,feed,etc) and can replace class element on my facebook pages

    Code:
    var words={"Masukkan Kembali":"Asupkeun deui","yang":"nu","":""};
    //////////////////////////
    // prepareRegex by JoeSimmons
    //////////////////////////
    String.prototype.prepareRegex
    ...
    See more | Go to post

  • Trying to Change a Variable in Main Form from Subform

    From an OnChange in VBA in a SUB form I am trying to change a value in the main form.

    Basically this is to let me know at a quick glance if any of the data has changed on the sub form.

    Any Ideas?
    See more | Go to post

  • <select onchange="this.form.submit()"> and Submit button on one form

    How to have <select onchange="this. form.submit()"a nd also a Submit
    button on one form?

    I have something like this:

    <form action="<?php $_SERVER['PHP_SELF']; ?>" method="post"
    enctype="multip art/form-data" name="form1">
    <select onchange="this. form.submit();" name="prod">
    <option value="">Select...
    See more | Go to post

  • a10392
    started a topic submit button and onchange.submit
    in PHP

    submit button and onchange.submit

    Hi,

    I'am triyng to create a form where i have 2 comboBox and 2 textbox, when the selection changes on the first combo , the content of second also changes. i have to use onchange=form.s ubmit()

    the problem is, i want to have a button to finish the selection and save all the data to a database, but if i have diferent forms, i will not get the last change on the text boxs, only th last change when i changed the combobox....
    See more | Go to post

  • Omar
    Guest started a topic onChange problem

    onChange problem

    Hi,

    Could you please tell me what am I doing wrong in the next sentence?

    <select name='id' onChange="windo w.location='deP aso.jsp?nombre= id&valor="+this .options[this.selectedIn dex].value+"'">

    TIA...
    See more | Go to post

  • lawrence
    Guest started a topic how to go to new url onChange from select box?

    how to go to new url onChange from select box?

    Can I do something like the following to get a browser to redirect to
    a new url every time someone picks a new value in a select box?





    function changeUrl() {
    var redirect;
    redirect = document.getEle mentById('newUr l').value;
    document.locati on.href = redirect;
    }


    <select id="newUrl" onchange="chang eUrl();">
    <option>www.kru bner.com</option>...
    See more | Go to post

  • Jimbo
    Guest started a topic toUpperCase vs IE

    toUpperCase vs IE

    So we have been using the following:

    <input name="field1" onchange="this. value=this.valu e.toUpperCase() ;">

    in many of the forms on our site because they are being used as query
    parameters for database searches, and all the data in the db is uppercased
    by default. This has worked great, until now. Some of our new customers are
    using Windows Small Business Server 2003 with IE 6.0.3790...
    See more | Go to post

  • Mark Durgee
    Guest started a topic Dropdown list "onchange" help

    Dropdown list "onchange" help

    I have a "submit" button in a form that creates a record in my Filemaker
    database that works as it should. This is the HTML for it:

    <INPUT TYPE="SUBMIT" name="-New" VALUE="Add Record">



    I have a drop down list on that same form that works fine, but I want it to
    perform the same submit action as above once a value is chosen. This is the
    HTML for...
    See more | Go to post
Working...