There's no reason why you can't add a hyperlink as part of the DHTML Window's contents. Just make sure you backslash (\) any special characters like quotations, for example:
Code:
<a href="#" onClick="window=dhtmlwindow.open('printinginstructions', 'inline',
'Our Vintage Christmas cards are <a href=\"target.htm\">here</a> ....)
Notice the part in blue. BTW, the part in red is incorrect as well- you should change "window" to some other arbitrary variable name (ie: christmas), as "window" is a prebuilt JavaScript variable name.
Bookmarks