oops yes, that was a wee mistake:)

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Adam
Robertson
Sent: 25 November 2005 17:08
To: Flashcoders mailing list
Subject: RE: [Flashcoders] Syntax HELP: Passing Variable to GetURL


That wont work because your missing speech marks (unless you have an
object called 'test' with a string property of 'asp' :) 

Dom='test.asp';

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paul
Steven
Sent: 25 November 2005 16:51
To: Flashcoders mailing list
Subject: RE: [Flashcoders] Syntax HELP: Passing Variable to GetURL

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
_______________________________________________
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