<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">This sounds like a great idea - - however I must be doing something wrong.   If I go into the messagebox and type:<BR>
<BR>
put URL "http://www.runrev.com/index.html" into temp<BR>
put "temp = " & temp<BR>
<BR>
I get no results.   I tried a bunch of other URLs like (http://www.apple.com) and didn't get anything either.   I'm definetely connected to the network, as I'm able to send out this email message on AOL.   (Perhaps AOL's the problem - - - I'm on dialup).   I'm on Mac OS X, (Jaguar).   I'm in authoring mode, so I would think I'd have all the internet tools available, right?<BR>
<BR>
When I do get this working, will I be able to have the user click on the hyperlinks displayed on the web-page that's displayed as HTML in that field?   In other words, is it just like embedding a browser on the card, or is this just a means of displaying a page to the user, but they can't click on hyperlinks.   If this does let me treat that field like an actual browser, with clickable hyperlinks, I will be extremely impressed with Revolution.<BR>
<BR>
- Rob<BR>
<BR>
<BR>
In a message dated 10/9/02 6:11:32 PM, sarahr@genesearch.com.au writes:<BR>
<BR>
<BR>
<BLOCKQUOTE CITE STYLE="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px" TYPE="CITE"></FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">Forget using Explorer (or any browser). Rev can retrieve the html page<BR>
all by itself and put it in a variable or field for you to parse. This<BR>
gives you a cross-platform system that doesn't rely on your user's<BR>
having any other software installed.<BR>
<BR>
    put URL "http://www.runrev.com/index.html" into field "Download"<BR>
<BR>
This is the basic syntax. You can also use "load URL" to download the<BR>
page in advance for quicker access. Don't forget that fields can<BR>
display basic html:<BR>
    set the htmlText of field "Display" to field "Download"<BR>
</BLOCKQUOTE></FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"><BR>
<BR>
</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>