Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Questions

From: David_A_Brown::vanguard::com at: 1-May-2003 16:37

I am a new Rebol user. I am very impressed. The tool is very powerful and very cool. I am using Rebol Core 2.5, View 1.2.1.3.1, Windows XP desktop. I have a number of questions: 1) I tried to used the e-mail demo. In user setup I put in our mailserver name. I am able to ping it from the windows command line. I get the following "Error sending e-mail. Check fields and check your network setup." Any ideas? 2) When I search a web page for a string and if successful write it to a .html file some links do not work because they are relative. I tried to do the following but did not know how to handle quotes within a string. page: read http://www.xyz.com/ htmlbase: "<BASE href="http://www.xyz/com/">" if find page "jobs" [write %result.html [htmlbase + page]] 3) What would be the best way to not just search for a word on a website but to search to see if the word is contained on any web pages that are directly linked to from the original page? 4) What is the best way to search for two strings that are both contained in the same header and then identity the link from the header?