changing attributes of file control in iframe

  •  06-10-2010, 7:59 AM

    changing attributes of file control in iframe

    Greetings!
     
    I would like to dynamically change an attribute of the file input control when in iframe mode.
    Specifically, I'd like to change the lang attribute, depending on the language our website is being browsed in.
    For example: <input type="file" lang="en" />
     
    Any idea how to accomplish this?
     
    Thanks
    Dieter
     
View Complete Thread