03-02-2007, 09:58 PM
Probably there is a size limit. For example, this code works with a small page but does not work with bigger pages of similar structure.
Save the html to a temporary file...
str controls = "3"
str ax3SHD
IntGetFile "http://www.quickmacros.com/support.html" ax3SHD
ax3SHD.replacerx("(?si).+?<html>(.+)</html>.*" "$1")
ax3SHD-"about:"
out
out ax3SHD
if(!ShowDialog("Dialog31" &Dialog31 &controls)) retSave the html to a temporary file...
