Hallo girlx,
dass das mit url geht, habe ich ja inzwischen mitbekommen, aber selbst wenn ich url(variable) schreibe, geht es nicht.
Wenn die Variable so "url(variable)" in deinem String steht, wird sie natürlich nicht interpretiert. Wenn Du dort stattdessen den Wert der Variablen stehen haben willst, musst Du schreiben:
"url(" + variable + ")".
Grüße
Andreas
--
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)