Forum Moderators: not2easy
I want to make sure the webmail loads in the whole window and not just the area containing the login box.
Well Moishe, until you put that little caveat in at the end, I said to myself: "self, what this person needs is an <iframe> with src set to the URI of his login page". But, unless you have access to the source of your login page and can ensure that it opens to "_blank" or target="_namedWindow", that won't work.
My next throught was ..hm.. what about using an include.. but I've just tried that, and it won't work - soooo.. I'm stumped, any other bright ideas I have pretty much rely on having access to the source of your login page, and involve passing variables etc..
sorry, not much help here - but I'd be very interested to see if anybody can think of a solution - I can't discover any way to pass something like a "<base target="_namedWindow" to an iframe -
sorry :-(
Lana
<div id="loginbox">
<? include("includes/login.html");?>
</div>