
August 30th, 2001, 12:04 AM
|
|
|
|
Since you can't insert <script> tags in the middle of another tag (which is what you would have to do to accomplish what you are asking in your last question), you will need to output the entire block of code (the <object> tag and also the <embed> tag, if you are using it, via document,write in the JavaScript. In the document.write, you can pass the variable. Basically, something like: document.write("blah blah" + variable + "blah blah").
__________________
 Michael
|