I wonder if I can add scripts or other features to use in the head tag and interact with it.

In Xara Webdesign we need to put things into this tag with other programs like Dreamweaver or other.

See - some like this we do not have in Xara Webdesign... oh poor guy!:

<head>
...
<script type="text/javascript">
<!--to open a custon window...
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
...
</head>

You know?

Who knows an update to add scripts to open windows, verify fields in forms, ok?

Thanks!