Jen-
Nov 14th 2006, 4:43 pm
Hello, can you put an id into a server side include like you can other items using javascript?
I tried this putting the id name in the virtual address area but it doesn't work. I also tried replacing virtual with id instead still with no luck.
document.getElementById('dynstuff').src=content[newm]
<!--#include virtual="dynstuff"--><!--#include virtual id="dynstuff"-->
The error message says getElementById is null or not an object but it works fine with image ids and iframe ids. Can anyone tell me why this doesn't work?
Thank you very much.
I tried this putting the id name in the virtual address area but it doesn't work. I also tried replacing virtual with id instead still with no luck.
document.getElementById('dynstuff').src=content[newm]
<!--#include virtual="dynstuff"--><!--#include virtual id="dynstuff"-->
The error message says getElementById is null or not an object but it works fine with image ids and iframe ids. Can anyone tell me why this doesn't work?
Thank you very much.