SapphireSun
SapphireSun

Reputation: 9388

Can you change the action of a form without JavaScript?

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

Answers (1)

Pekka
Pekka

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

Related Questions