I have the following in a text file:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>
{<font color = red>"http:<font color = brown>//website.com/"</font>, <font color = red>"Netscape: Site Title"</font>}</font>
</font>[/code]
When loaded into an Apple Script, does anyone know how to breakup the variables so that:
url = "http://website.com/"
and
title = "Site Title"
I can never remember how to breakup something like this.