You missed the point. I'm not saying put <tr> in a <div> I am saying put the content in a <div>. In this case:
<table>
<tr>
<td><div>test</div></td>
</tr>
</table>
OK - sorry this is a little late but I just saw this on a search - but maybe for others in the future - Why would you need to support opacity in <tr>? Simply wrap the <tr> content with a <div>.
So I am using JSMX and CFMX. I have them working using a simple object or CFFunction output, but I need to transfer an array (really a recordset).
I believe I have the server side working properly, but how do I address the resulting array in JS?
Sample code:
-server side-------------...
So I am using JSMX and CFMX. I have them working using a simple object or CFFuntion output, but I need to transfer an array (really a recordset).
I believe I have the server side working properly, but how do I address the resulting array in JS?
Sample code:
-server side-----------
<cfsetting...
I may be mistaken, but currently I can only make arrays work when assigned to discrete numbers (e.g. 1,2,3) and structures only with a defined label (e.g. key1, key2, key3).
If this assessment is correct I would like to make an “array” of “structures” which I can’t seem to get right either...
Haha - sweet bcastner - you are the mastner - well let me test it a little more and i'll get back to you.
So the files I am parsing/searching areformatted like this:
Example1:
text I don't care about
Build="Build.bat"
BuildAll="BuildA.bat"
more text I don't care about...
...I can find the item I know (keyword) and thusly discover the item I need to know (value).
Bcaster:
All that does is set the env-var to equal the command I wanted to execute. The result exactly as written:
Environment_Value = FINDSTR "%KEYWORD%" *.TXT
What I need:
Environment_Value = value
.
...is trying to do is what I need to do, I just need to correct syntax for a batch file. The command FINDSTR takes "Keyword" as input, searches *.txt files and displays the full line of text for every occurance it finds.
And example of the full line of text would include the value I am really...
Well, I don't know anything about VBS - is it available from the command line? I suppose I can use it to se environment varibles, but would I need to compile anything? Im guessing its just a script language?
It would be best if it would run on Win 2000 or wIN xp at the least.
...with FINDSTR - but now I need to store it to a variable or parse it in-line to get a single value in the result. For example:
FINDSTR "KEYWORD" *.TXT
result:
KEYWORD = "VALUE"
What I need:
SET ENV = VALUE
-or-
1% = VALUE
Anyone know how to do this? Is it possible with DOS (NT) Batch...
OK, someone please correct me if I am wrong, but doesn't this implementation have a fatal flaw that renders it useless?
It seems viable for only a single instance - such that it can only be used to move a single thing at a time or else the global variable collides with the new instance.
If...
Ah, I see. I guess I will look into this then.
OK, so any ideas about making an object move through an attached, encapsulated (not needing global variables) method?
oh, I should say, its only moving the document element to the right as far as the 500px point, but the original position is 50% of the page width, therefore to see it work you may have to decress your window width to less than 1,000px.
LOL - well I don't know what to tell you,
window.onload = init('LoadPanel01');
works for me in FF, IE, and Opera. (see it for yourself http://24.98.63.101/RF03/Main/index.cfm)
Unfortunately, the entire reason to make the code object oriented is to eliminate the global variable - so, uh well...
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.