1 message in com.googlegroups.google-gadgets-api[Google-Gadgets-API] Fast way to make...
FromSent OnAttachments
DigitalLeo29 Apr 2008 12:30 
Subject:[Google-Gadgets-API] Fast way to make a random text gadget
From:DigitalLeo (na@digitalzone.cjb.net)
Date:04/29/2008 12:30:14 PM
List:com.googlegroups.google-gadgets-api

Hi,

I had this idea about a new gadget, which will show a random text on a certain topic. I have all its contents in a html page, which is separated in many paragraphs and before and after every paragraph there is a horizontal line "<HR>".

Random text is done with Javascript, but adding each paragraph in a:

text[1]=' '

will cost me a LOT of time, because there is so much text. But I thought if there was a faster way, like replacing that horizontal line with a certain javascript code.

Any ideas?