It does appear to be in a heading.... here is the source from the top (see comment <!-- info here -->; is where the data is):
 
Could it be that the text is in the header that is causing my problem?

<html>
<head>
<title>Product Page Title</title>
<link rel="stylesheet" type="text/css" href=""><noscript><meta http-equiv="Refresh" content="0;URL= ""><!-- info is here -->

 

<script language="_javascript_">
 var isValid = false;
 var browser = navigator.appName;
 var version = 0;
 if (browser == "Microsoft Internet Explorer") {
  var str = navigator.userAgent;
  var start = str.indexOf("MSIE") + 5;
  version = Number(str.substr(start, 1));
  if (version >= 5)
   isValid = true;
 }
 if (! isValid) {
  document.write ("<META HTTP-EQUIV='Refresh' CONTENT='0;URL=""> }
 if (top != self) {
  top.location.replace(self.location);
 } 
</script>

</head>

Source continues.....

 
On 3/14/06, Chris McMahon <[EMAIL PROTECTED]> wrote:
works for me too, vs a Twiki page.
Maybe your comments are in a frame?  Just guessing...
-Chris

On 3/14/06, Zeljko Filipin <[EMAIL PROTECTED]> wrote:
> It works for me.
> <BODY><!-- info here --></BODY>
> irb(main):004:0> ie.html=> "\r\n<BODY><!-- info here --></BODY>"
> On 3/14/06, Kalen Howell <[EMAIL PROTECTED]> wrote:> ie.html doesn't seem to pull any comments or markup with it. The information> I need is posted in a comment e.g. <!-- info here -->
> _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general
>

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to