ďťż

[js] otwieranie ramki w nowym oknie problem

       

Podstrony


telcocafe

witam,

mam taki problem:
otwieram nowe okno a w nim ramke, ktora przekierowuje użytkownika na strone z gmailem i jednoczesnie go loguje.

gmail laduje sie w tym nowym oknie, ale po kliknięciu Kalendarz czy Dokumenty w lewym górnym rogu linki otwieraja sie w parent window w zakladkach.

Chce zeby otwieraly sie w tym samym oknie (z gmailem) w zakladkach.

function openNewWindow(el, name) { var wnd = window.open('', typeof name != 'undefined' ? name : '', 'menubar=yes,toolbar=yes,location=yes,directories=no,status=yes,scrollbars=yes,resizable=yes' ); var komunikat = "Proszę czekać, trwa ładowanie..."; var html = "<html><head>" + "</head><body>" + komunikat + "<iframe name='google' height='0' width='0' frameborder='0' src='" + el + "'/>"; html += "</body></html>"; wnd.parent = wnd; wnd.focus(); wnd.document.open(); wnd.document.write(html); wnd.document.close(); return true; }

help ;]
Użytkownik jasiu86 edytował ten post 10 wrzesień 2009, 12:52
  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • nvm.keep.pl

  • Sitedesign by AltusUmbrae.