in reply to Re: Mech and Javascript
in thread Mech and Javascript
This is the link I want to follow. preceding code:<tr><td class="xsmall" nowrap="1"><img src="/images/spacer.gif" height +="1" width="12" /><a class="nobold" href="/gs/portal/services/cas/">G +lobal Client Access</a></td></tr>
I have tried everything I can, but I havent been able to get the link with $mech->follow_link, click, click_button, submit, or get. Any advice for how I can even get the link? It appears as a normal link in the browser, but when i save the $res to an output file, the link appears as file:///tmp/foo.html/gs/portal/services/cas instead of the actual link.<table border="0" width="100%" cellpadding="0" cellspacing="0"> <!-- NOTE: this row enforces the minimum width of 280px per co +lumn for site map --> <tr> <td width="280"><img alt="" src="/images/spacer.gif" width +="280" height="1" /></td> <td width="1"><img alt="" src="/images/spacer.gif" width=" +1" height="1" /></td> <td width="280"><img alt="" src="/images/spacer.gif" width +="280" height="1" /></td> <td width="1"><img alt="" src="/images/spacer.gif" width=" +1" height="1" /></td> <td width="280"><img alt="" src="/images/spacer.gif" width +="280" height="1" /></td> </tr> <tr> <td valign="top" width="34.0%"> <table width="100%" border="0" cellspacing="0" cellpad +ding="2"> <!-- display the site map header and site map --> <tr class="sitemapTopNodesHeader"> <td nowrap> <img src="/images/spacer.gif" height="1" width +="5" /> <b><span class="medium">Home</span></b> <img src="/images/spacer.gif" height="1" width +="5" /> </td> </tr> <!-- display the site map --> <tr><td class="xsmall" nowrap="1"><img src="/images/sp +acer.gif" height="1" width="12" /><a class="nobold" href="/gs/portal/ +home/">Home</a></td></tr> <tr> <td><img src="/images/spacer.gif" height="10" widt +h="1" /></td> </tr> <!-- display the site map header and site map --> <tr class="sitemapTopNodesHeader"> <td nowrap> <img src="/images/spacer.gif" height="1" width +="5" /> <b><span class="medium">Services</span></b> <img src="/images/spacer.gif" height="1" width +="5" /> </td> </tr> <!-- display the site map -->
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Mech and Javascript
by runrig (Abbot) on Jun 13, 2008 at 23:09 UTC | |
|
Re^3: Mech and Javascript
by Popcorn Dave (Abbot) on Jun 14, 2008 at 18:34 UTC | |
by jcdento (Novice) on Jun 16, 2008 at 12:59 UTC |