Hi all,

is there a chance to let wget retrieve pages linked by JavaScript?

Currently I don't manage to download e.g.

 <a href="inside.phtml?page=area1" onClick="se
tButton('image1')" target="index" onMouseOver="turnOn('image1','Area');return true" 
onMouseOut="turnOff('imag
e1');"> 

or 

<a href="javascript:makeNewWindow('icons.phtml?iconId=21', 'explain',
'height=500,width=450,location=no,menubar=no,scrollbars=yes,resizable=yes,toolbar=no,status=yes')"
onMouseOver="window.status = 'Icon Explanation';  return true"
onMouseOut="window.status = 'Area'; return true"><img
src="../phpimages/product/functionicon/area.jpg"  border=0 alt="Area"
width=40 height=40></a> 


Kind regards
Martin

Reply via email to