No the text are dtext objects - I would prefer not to make them into mtext. Don't worry I have found a few lisp routines that work fine - thanks anyway!
Thanks wangbar,
I tried that but cannot seem to get it working:
Here is the function I am using:
for (i=0; i<records; i++) {
atemp = howold[i];
trace("aTemp Value "+atemp);
temp = [];
temp = atemp.split[","];
trace("Temp Array : " + temp);
my_date = new Date(temp[0], temp[1], temp[2]...
Hi,
Could someone please tell me what is wrong with this loop, I am trying to convert a variable to an array:
Where:
howold = ["2004, 5, 26, 13, 23, 0, 0","2004, 5, 26, 13, 23, 0, 0","2004, 5, 26, 13, 23, 0, 0"];
for (j=0; j<4; j++) {
atemp = howold[j];
var temp = [];
var begin = 0;
var...
Hi,
I'm trying to set the value of a form from a script, I'm using this to set the field to change:
setvdunits1(vunits1)
And here is the script,
function setvdunits1 (elname) {
felname = elname ;
var list = document.form1.mlselecta;
var listItemText = list.options[list.selectedIndex].text...
Hi,
Is there something wrong with the javascript?
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="YY_CalculateForm('document.form1','textfield','0','#cat1','+','#cat2','+','#cat3')"...
Tom,
That works great, its exactly what I was looking for.
What I'm trying to do is send a recordset into the url to feed into the Flash movie. What I need now is an easy way to send the recordset into the url - might have to be done manually!
Thanks,
Sanjay
Hi,
I'm trying to pass varaibles to Flash from a page url such as:
www.somewhere.com/page.asp?title=something1&content=something2
I can't get this to work, so I tried the
<PARAM NAME=FlashVars VALUE="title="<%...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.