Using SUBMIT

Post Reply
cpm18
Posts: 39
Joined: Mon Apr 13, 2009 3:21 pm

Using SUBMIT

Post by cpm18 »

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?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Using SUBMIT

Post by mark »

Post Reply