[LON-CAPA-dev] /adm/rat/empty.html and safari
Gerd Kortemeyer
lon-capa-dev@mail.lon-capa.org
Wed, 25 May 2005 17:25:32 -0400
On May 25, 2005, at 5:15 PM, Guy Albertelli II wrote:
>
> I can't find anything releate to window.open(), I found
> document.open() and something that returns 'javascript:void(0)'
I think the latter one. If I remember correctly, on IE, strange
things happen if nothing is in the open-statement; something stupid
like the opening page gets loaded into that window or so.
Syntax:
my $nothing = &Apache::lonhtmlcommon::javascript_nothing();
window.open('.$nothing.');
- Gerd.