PDA

View Full Version : getURL & variables.


omega10mg
09-22-2003, 02:50 AM
is it possible to use a variabel as the url in getURL? and then how would i do that?

spriggan
09-22-2003, 03:00 AM
never tried it but I don't see why not.

try:


myUrl= "http://www.actionscript.org"

getURL(myUrl, "_blank");