Think this may work off the top of my head

var vPrefix = "http://www.domain.com/";;
Dom=test.asp;
var vFull_Path = vPrefix + Dom;
getURL(vFull_Path,"_self");




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dominic
Fee
Sent: 25 November 2006 16:35
To: 'Flashcoders mailing list'
Subject: [Flashcoders] Syntax HELP: Passing Variable to GetURL


Hi there guys I'm having trouble with a simple variable issue, due to lack
of syntax knowledge, on my behalf

 

I have a variable which does the following:

 

Dom=test.asp

 

Now all I want to do is pass that variable through to the geturl command to
that it looks like this

 

 

getURL("http://www.domain.com/*VARIABLETO GO HERE*,"_self");

 

so that it would like like:

 

getURL("http://www.domain.com/test.asp,"_self";);

 

Thanks,

Have a good weekend

Dom

 

 

 

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to