Reputation: 9388
I was hoping to do the whole degrading gracefully thing without making my form have ugly extra buttons and breaking up my program structure with another layer of indirection. I really doubt that this is possible, but is there an option I am unaware of?
Thanks!
Upvotes: 0
Views: 182
Reputation: 449395
Nope, what is coded is coded. But if you have access to a server side language, it should be easy to have one action (e.g. a php script) that includes the right file based on a pressed button or selected input value.
Upvotes: 1