Using SUBMIT
Posted: Mon Apr 13, 2009 3:36 pm
I am having some difficulty with fetching a page. This is not so much a problem with Vortex, but trying to determine if I am going about this the correct way.
I am trying to fetch a forum thread (url:http://community.marketwatch.com/groups ... topics/oil) and want to get the entire page, including the comments. The problem is that the page loads with a standard template and the first post of the thread. The comments appear to load with javascript thus they are not a part of my original fetch. I've used SUBMIT in the past to navigate to different pages when a full url is not present but never to load another page within a page.
Am I approaching this problem correctly? Should I be using a <submit METHOD=GET ...> to get what I need or is there a better approach for this?
I am trying to fetch a forum thread (url:http://community.marketwatch.com/groups ... topics/oil) and want to get the entire page, including the comments. The problem is that the page loads with a standard template and the first post of the thread. The comments appear to load with javascript thus they are not a part of my original fetch. I've used SUBMIT in the past to navigate to different pages when a full url is not present but never to load another page within a page.
Am I approaching this problem correctly? Should I be using a <submit METHOD=GET ...> to get what I need or is there a better approach for this?