I mis-typed the code above as well as being incorrect syntax ...
eval( "var TreeLine " + r + " = " + rline);
One major flaw was the (space) here ^
WHEW !!!
I finally got the code syntax correvt and working with : .....
eval("var...
I Again tried the EVAL method and still get errors
here is how i wrote the code : 'rline' is a previously established varible with
contents ... i want to place its contents into the on-the fly variable :
TreeLine[r] ....
eval( "var TreeLine " + r + " = " +...
Thanks Guys,
I had tried the Eval method to setting a variable but must have screwed it up
some how.... but that is nothing new :))
Thanks also, for the array tips... I am sure those will come in handy as I
start of ill and manipulate the data in these arrays ...
Next Question is...
I need to be able to establish dynamically a changing
number to arrays, who naming convention would be like:
rNums changes each time the code is run
for(i=0;i<rNums+1;i++){
var aRay[i] = new Array(variableSizes)
}
does anyone know if it is possible/ or Not to dynamically set variable names...
I am trying to get a window to open and to then write out the new pages' code that has been dynamically
created and placed in a string.
========== lines below are the last few lines to form the string ===============
if (nncNames.length >= 1){tagStrList += "<tr><td align=center><b> -...
I am on a page .... I run a function that creates a table
and writes it to the current page ... thereby clearing the
current page and placing it in the address-history.
Now on the new page in the table I have various links that contain data that i want to pass back to the original page to a...
i tried your suggestion ...
with :
document.frames.wPage.location.href
and received a Permission denied error message ..
I am Using IE 6 ... are you using Netscpe 6 or 7 ??
regards Jim
I have an IFRAME on my page and am trying to info from it.
I get and "Acces Denied error when i call the following
function:
the first function works with no problem but the second one
that references the IFRAME is driving me crazy.
// ***********************************************
//...
Starway ....
The command document.location = "view-source:" + test; opens a
notepad window as a matter of course in its command structure...
i have been unable to open/ retrieve the code in anything else .... and I have
no idea how to extract the contents of the NOTEPAD...
I have an IFRAME on my page and am trying to info from it.
I get and "Acces Denied error when i call the following
function:
the first function works with no problem but the second one
that references the IFRAME is driving me crazy.
// ***********************************************
//...
I am not absolutely positive but i think you need to change the quotes around (soundclip)
from : "' + soundclip + '"
to: ' + soundclip + '
then:....
the resulting variable (tag) would then look like this :
'<embed src='sounds/dancewolf-22-24m.mp3' autostart=True...
Any one have IDEAS or SOLUTION ?
I have a funtion that will return the source code
of a location ... like a HREF ref or a file location
on a hard drive.
When called it will write the source code to a new
window .. typically the default editor's window...
in my case that is NOTEPAD.
I want...
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.