Topic: How to jump menu select a new style to same webpage (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
![]() Like mentioned in the title, |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() dulci: Welcome. You could achieve this with a bit of JavaScript. |
Obsessive-Compulsive (I) Inmate From: |
![]() Great , the css switching and visibility is working now. But it can only be happened once and no more! |
Bipolar (III) Inmate From: |
![]() I'm writing this quick at work, so I don't have time to write code, but basically you want your onchange to call a function. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() dulci: I'd try something like: code: <form action="javascript:changeStyle(document.FORM.SELECT.options[document.FORM.SELECT.selectedIndex].value); return false;"
|