MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Dokumentacja Strona 76

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 692
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 75
Chapter 776
{
var bHaveDocument;
if (dw.getFocus() == ’site’)
bHaveDocument = site.getSelection().length > 0;
else
bHaveDocument = dw.getDocumentDOM(’document’) != null;
return bHaveDocument;
}
function receiveArguments()
{
var theBrowser = arguments[0];
if (dw.getFocus() == ’site’)
dw.browseDocument(site.getSelection(),theBrowser);
else
dw.browseDocument(dw.getDocumentPath(’document’),theBrowser);
}
// -->
</SCRIPT>
</HEAD>
<BODY>
</BODY>
</HTML>
Przeglądanie stron 75
1 2 ... 71 72 73 74 75 76 77 78 79 80 81 ... 691 692

Komentarze do niniejszej Instrukcji

Brak uwag