Search Result

Collapse
5 results in 0.0014 seconds.
Keywords
Members
Tags
hidden
  •  

  • Change hidden field value when dropdown list changes

    Hi,

    The problem is I have a list that i want to send to other file(php) but I want to send two corresponding variables. I was wondering if this is easy with the hidden field.

    Code:
    <select id='myselect'>
        <option value='1'>A</option>
        <option value='2'>B</option>
        <option value='3'>C</option>
        <option value='4'>D</option>
    </select>
    ...
    See more | Go to post

  • bugboy
    started a topic Do hidden images affect SEO?

    Do hidden images affect SEO?

    I'm building a photo gallery that fades in images using JS. In order to have the images show when JS is not turned on i'm hiding the images with JS immediately on page load before fading them in.

    I know it's 'illegal' to have text just for crawlers then hide it from real users with JS so I'm worried that a search engine crawler will see that I'm hiding images after page load and penalize the page.. even though i am turning them back...
    See more | Go to post

  • 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

  • deathclaw01
    started a topic Javascript / hidden property conflict

    Javascript / hidden property conflict

    Hey guys, Im hoping one of you gurus can help me out.

    Im trying create a javascript image gallery contained within a css lightbox style pop up. The gallery needs to be contained within this pop up div, I can't have images on the main page like a traditional lightbox would have.

    I can get the pop up and the image gallery (both a jQuery tools scroller and a much simpler horizontal scrollpane) to work independently of each...
    See more | Go to post
    Last edited by deathclaw01; Feb 6 '10, 03:19 PM. Reason: added another comment

  • Pass array as Hidden form field? Can it be done?

    Hi,

    I'm self learning javascript - so any pointers are welcomed!!

    I have an issue passing a form and array from one function to another.
    I tried many variations !
    I can't get this to work and I can't get this issue out of my head !!!!
    So I'm obviously missing something really simple and can't see it or it can't be done with my limited knowledge.

    I know that I can use a cookie to store the...
    See more | Go to post
Working...