all groups > flash actionscript > november 2004 >
You're in the

flash actionscript

group:

getURL("/display.php?product_id="123",_blank)


getURL("/display.php?product_id="123",_blank) suthat22
11/21/2004 6:56:40 PM
flash actionscript:
I create button like and script like this getUrl('/display.php?product_id='123',_blank)
Re: getURL("/display.php?product_id="123",_blank) NSurveyor
11/21/2004 7:05:25 PM
Re: getURL("/display.php?product_id="123",_blank) suthat22
11/21/2004 7:18:18 PM
Re: getURL("/display.php?product_id="123",_blank) Ben Dewey
11/22/2004 11:12:47 AM
you quotes are also gonna give you problems

first you don't need quotes in a querystring. also you would need to use
different style quotes

ie:
getURL("/display.php?name='Bob'&product_id=123", "_blank")


[quoted text, click to view]

Re: getURL("/display.php?product_id="123",_blank) DenisBB
11/22/2004 8:15:57 PM
try this one

on(release){
getUrl("/display.php?product_id='123'","_blank")
}

--
DenisBB,
DBB crew.



[quoted text, click to view]

AddThis Social Bookmark Button