Page 2 of 2
Re: Question - Regarding Random ???
Posted: Tue Mar 04, 2014 5:19 pm
by Klaus
Hi Shawn,
shawnblc wrote:Here's the simple code, which works perfectly.
Code: Select all
put any line of url ("http://www.livecode.com") into tPic
that will put any line of the HTMLSOURCE into the variable tPic, right?
Not really what you were asking for
Best
Klaus
Re: Question - Regarding Random ???
Posted: Tue Mar 04, 2014 5:27 pm
by KennyR
Good to hear Shawn! Glad to be of some help for once!
Re: Question - Regarding Random ???
Posted: Tue Mar 04, 2014 5:28 pm
by shawnblc
Klaus wrote:Hi Shawn,
shawnblc wrote:Here's the simple code, which works perfectly.
Code: Select all
put any line of url ("http://www.livecode.com") into tPic
that will put any line of the HTMLSOURCE into the variable tPic, right?
Not really what you were asking for
Best
Klaus
Hmmmm. Looks like it to me

Re: Question - Regarding Random ???
Posted: Tue Mar 04, 2014 5:33 pm
by Klaus
This is what I get from -> put any line of url ("
http://www.livecode.com") into tPic:
accountPopup.fadeOut("fast");
Or this:
<div id="account_popup" style="display:none">
Yes, I know your list, but you didn't write that, so I took the chance to make some fun!
I never can resist

Re: Question - Regarding Random ???
Posted: Tue Mar 04, 2014 6:10 pm
by shawnblc
Klaus wrote:This is what I get from -> put any line of url ("
http://www.livecode.com") into tPic:
accountPopup.fadeOut("fast");
Or this:
<div id="account_popup" style="display:none">
Yes, I know your list, but you didn't write that, so I took the chance to make some fun!
I never can resist

No problem bud. Thanks for all you and the others do here on the boards helping us old guys learn a new trick. It's very much appreciated.