or something like that. Sadly I have no idea how to find the needed
string parts. I stumbled upon the TMail GEM and guess it could help me a
lot… But I don’t get any further now.
or something like that. Sadly I have no idea how to find the needed
string parts. I stumbled upon the TMail GEM and guess it could help me a
lot… But I don’t get any further now.
Here’s how I do it in PHP, if you wanna rework it into Ruby:
“<a href="mailto:removed_ema[email protected]?subject=Something&cost=10">Some
Email”
“mailto:[email protected]?subject=Something&cost=10”
“Some Email”
there is a query string to parse
[“subject=Something”, “cost=10”]
html page
the replacement string cobbled together from the pieces above
hello
world
goodbye
the replacement string cobbled together from the pieces above
or…
Here’s how I do it in PHP, if you wanna rework it into Ruby:
� $strTag .= “document.write(‘$arrEmail[1]">’);\r”;
Greg D.http://destiney.com/
You could also use a library such as hpricot or nokogiri to search and
replace all the tags.
or…
Here’s how I do it in PHP, if you wanna rework it into Ruby:
$strTag .= “document.write(‘$arrEmail[1]">’);\r”;
Greg D.http://destiney.com/
You could also use a library such as hpricot or nokogiri to search and
replace all the tags.