View Single Post
  #4  
Old 11-03-2011, 09:42 AM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
I dont understand why you're using requesturl for this.

PHP Code:
http://chart.apis.google.com/chart?chs=150x150&cht=qr&chld=L|0&chl= 
Is an image.

So you could just simple do when the button is pressed, just have
PHP Code:
Generated_MultiLine.text "<img src='http://chart.apis.google.com/chart?chs=150x150&cht=qr&chld=L|0&chl=" Generate_Encode.text "'>"
__________________

Reply With Quote