Hi all,
i'm a newbie at programming so bear with me.
i'm trying to create an app that let's me login to a website:
Once logged in, i need to load some part of the website that containt statistics in an iFrame or divCode:http://www.test.com?j_username=XXXXX&j_password=XXXXX)
Code:<iframe frameborder="0" scrolling="no" width="100%" height="100%" id="accountSnapshot" src="https://www.test.com/aStartPageAccountSnaphot.action?decorator=noDecorator&applyNamedDecorator=true"></iframe>
, or even better, scrape that info and load that in my app so that i can give it my own look and feel.
Can you guys give me a push in the right direction of how you would do this?

Reply With Quote


