RIA: Manipulate DOM
Posted
by stephanos
on Stack Overflow
See other posts from Stack Overflow
or by stephanos
Published on 2010-04-19T10:25:20Z
Indexed on
2010/04/19
13:43 UTC
Read the original article
Hit count: 305
ria
I want to display a website embedded in my own site and modify the DOM (e.g. change a button's color/size), similar to what Firebug is capable of.
I'm aware of the security issues that arise - my plan is to use this approach to do live website usability testing (A/B style).
I'm not limited to any specific RIA framework (yet would prefer Flex) - but it has to work without installing anything (so no AIR).
Cheers :-)
© Stack Overflow or respective owner