Passing custom javascript browser window from XML -- Need help (files included)

Alright – let’s try it this way.

Here are 2 samples of the code I have been working with. I’ll try to keep this simple:

xmltest1.zip – this one opens a URL in the same window that the user is already in using asfunction in the XML file. It works but doesn’t do what I want. For comparison.

xmltest2.zip – this one uses the same setup as xmltest1.zip except it also is supposed to pass a javascript function and the link in the XML file using asfunction to the javascript on the .html page. The function is to open a custom sized browser window with that referenced URL.

The point is to open the URL in a custom window using that javascript. I feel like this should work. Thanks all.

Ryan