views:

37

answers:

1

Hey everyone,

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!

+1  A: 

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.

Pekka
Thanks, I thought so, but one can dream ;-)
SapphireSun