Hey everyone,
I have a frameset with it's cols attribute set to "50%,50%" at the moment. I have a toggleView method which is called after a click on an element.
What I aim to do is to change frameset from displaying cols to rows, again divided 50/50.
I have attempted to perform a removeAttribute("cols") on the frameset, while this does remove the "cols" attribute, it doesn't seem to update on the page (testing live using firebug).
I would then go on to add a rows attribute (is createAttribute and then setAttribute a valid method to do this?) in order to complete the switch.
I'm wondering if this is even feasible seeing as removing the columns does not seem to do anything.
Many thanks for any help.