Ok,
I'm using CURL to navigate to pages on another website. There are links on the website which I need to navigate to that are created by submitting javascript, ie:
<a href="javascript:blah">
Is it possible to use curl to execute these links and return the resulting page?