Include login window on home page

I was interested in purchasing the FileVista program and have been toying around with the demo but i have one question. I would like to be able to take the login screen that is in the login.asp file and place it on a specific area of my homepage. 

I have been attempting to do this and have been unsuccessful. I used an inline fram but that will only work if everything stays within the frame which will not work.

Any help would be appreciated. Thanks
Matt 8/29/2008 12:24 PM
Edit FileVista/scripts/login.js and find this line:

window.location.href = "./";

Change it to 

parent.window.location.href = "./";

This way, it will break out of the frame when opening the main FileVista page.
Cem Alacayir 9/1/2008 2:07 PM