I know I could do this real easy in php or perl, but we want to go client side and have some other functionality. I need to basicly just open a new browser window and dump some html, anybody got any ideas, google aint turning up what I want
4/6/2006 9:22:38 PM
can you use javascript?
4/6/2006 9:58:42 PM
document.write("RAW HTML")&document.getElementById('sometag').innerHTML='<H1>'+MY TITLE INSIDE AN EXISTING TAG+'</H1>'Enjoy.
4/6/2006 10:35:24 PM