URL question

T. R. Ponn alptex2 at orwell.net
Fri Mar 18 14:39:59 EST 2005


Varen,

Hmmmmm....it works here:

-- Shameless plug for an example follows:
on mouseUp
  put "alptex16bie" into user
  get url("http://www.alptex.com/products/emulators/"&user&"/")
  put it into msg --the html code looks fine!
end mouseUp

Best Regards,

Tim Ponn




Varen Swaab wrote:

> Klaus
>
> Thanks for the idea but this doesn't work either. There is something 
> about this syntax that isn't right. Do you have another idea?
>
> Thanks.
>
>
> On 18-Mar-05, at 1:57 AM, Klaus Major wrote:
>
>> Hi Varen,
>>
>>> Hi all,
>>>
>>> I'm new at this so please go easy...
>>>
>>> I'm trying to put a global variable into a url string and I'm not 
>>> getting it to work. I think my syntax is messed up. The variable is 
>>> set properly. The variable is named "user" and has a value of  "3".
>>>
>>> get url "http://www.domain.com/view/xml/name/&user&"
>>>
>>> Does anyone have any suggestions on how to write this?
>>
>>
>> maybe you mean this:
>>
>> get url("http://www.domain.com/view/xml/name/" & user)
>>
>> ?
>>
>> You have to "build" the appropriate string first...
>>
>>> Thanks very much
>>>
>>> Var
>>
>>
>> Regards
>>
>> Klaus Major
>> klaus at major-k.de
>> http://www.major-k.de
>>
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>




More information about the use-livecode mailing list