Scott/Stephen,

Thanks for your help...appreciate it.  This worked perfect now!

Warren


                                                                                
          
  From:       Scott Rossi <sc...@tactilemedia.com>                              
          
                                                                                
          
  To:         Revolution Mail List <use-revolution@lists.runrev.com>            
          
                                                                                
          
  Date:       04/21/2009 10:58 AM                                               
          
                                                                                
          
  Subject:    Re: Retrieve html code from webpage                               
          
                                                                                
          
  Sent by:    use-revolution-boun...@lists.runrev.com                           
          
                                                                                
          





Recently, warren.k...@northerntool.com wrote:

> I am trying to capture the raw html code from a webpage.  I am trying:
>
> set the htmltext of field "Field 1" to  url "http://www.website.com/";
>
> When I look at my field, I am not getting the html tags (ie.
> <header>.....</header>, etc.).  Is it possible to get the raw html code
> from a webpage?

Try this instead:

 put  url "http://www.website.com/"; into fld "field 1"

Setting the htmlText of a field renders the text of the field as HTML which
is why you're not seeing any tags.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution




_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to