• 15 апреля стартует «Курс «SQL-injection Master» ©» от команды The Codeby

    За 3 месяца вы пройдете путь от начальных навыков работы с SQL-запросами к базам данных до продвинутых техник. Научитесь находить уязвимости связанные с базами данных, и внедрять произвольный SQL-код в уязвимые приложения.

    На последнюю неделю приходится экзамен, где нужно будет показать свои навыки, взломав ряд уязвимых учебных сайтов, и добыть флаги. Успешно сдавшие экзамен получат сертификат.

    Запись на курс до 25 апреля. Получить промодоступ ...

Ссылка на дочернее окно (javascript).

  • Автор темы rg25
  • Дата начала
Статус
Закрыто для дальнейших ответов.
R

rg25

Привет всем.

Неподскажете как получить ссылку на дочернее окно из родительского (при отсуствие ссылки 'widow.open()') ?
Проблема в следующем.
Есть N-ное количество всплывающих окон открытых одно из другово.
Как из любого окна получить ссылку на дочернее окно ?

Зарание Спасибо.
 
A

Andrew Stephanoff

Ссылку на дочернее окно можно получить только через
Код:
var winNew = window.open(..);
 
G

Guest

<!--QuoteBegin-Andrew Stephanoff+30:01:2006, 14:54 -->
<span class="vbquote">(Andrew Stephanoff @ 30:01:2006, 14:54 )</span><!--QuoteEBegin-->Ссылку на дочернее окно можно получить только через
Код:
var winNew = window.open(..);
[snapback]29931" rel="nofollow" target="_blank[/snapback]​
[/quote]


Знаю что есть вариант с именем откывающегося окна, но пока не нашел его.
Может знаете как?

Спасибо.
 
5

576871

К ссылке на дочернее окно нужно относиться так же, как к ссылке на любое другое окно или фрейм.
 
A

Andrew Stephanoff

Цитата из MSDN:
open Method

--------------------------------------------------------------------------------

Opens a new window and loads the document specified by a given URL, or opens a blank document if a URL is not provided.

Syntax

oNewWindow=window.open([sURL] [, sName] [, sFeatures] [, bReplace])

Parameters

sURL Optional. String that specifies the URL of the document to display. If no URL is specified, a new window with about:blank is displayed.
sName Optional. String that specifies the name of the window. This name is used as the value for the TARGET attribute on a FORM or an A element.
In Internet Explorer 5 and later, specifying the value _search opens sURL in the browser's search pane.

sFeatures Optional. String that specifies the window ornaments to display. The following features are supported: channelmode = { yes | no | 1 | 0 } Specifies whether to display the window in theater mode and show the channel band. The default is no.
directories = { yes | no | 1 | 0 } Specifies whether to add directory buttons. The default is yes.
fullscreen = { yes | no | 1 | 0 } Specifies whether to display the browser in a full-screen or normal window. The default is no, which displays the browser in a normal window.
Use full-screen mode carefully. Because this mode hides the browser's title bar and menus, you should always provide a button or other visual clue to help the user close the window. ALT+F4 also closes the new window.

height = number Specifies the height of the window, in pixels. The minimum value is 100.
left = number Specifies the left position, in pixels. This value is relative to the upper-left corner of the screen.
location = { yes | no | 1 | 0 } Specifies whether to display the input field for entering URLs directly into the browser. The default is yes.
menubar = { yes | no | 1 | 0 } Specifies whether to display the menu bar. The default is yes.
resizable = { yes | no | 1 | 0 } Specifies whether to display resize handles at the corners of the window. The default is yes.
scrollbars = { yes | no | 1 | 0 } Specifies whether to display horizontal and vertical scroll bars. The default is yes.
status = { yes | no | 1 | 0 } Specifies whether to add a status bar at the bottom of the window. The default is yes.
titlebar = { yes | no | 1 | 0 } Specifies whether to display a title bar for the window. This parameter is ignored unless the caller is an html application or a trusted dialog box. The default is yes.
toolbar = { yes | no | 1 | 0 } Specifies whether to display the browser toolbar, making buttons such as Back, Forward, and Stop available. The default is yes.
top = number Specifies the top position, in pixels. This value is relative to the upper-left corner of the screen.
width = number Sets the width of the window, in pixels. The minimum value is 100.

bReplace Optional. Boolean that specifies whether the URL that is loaded into the new page should create a new entry in the window's browsing history or replace the current entry in the browsing history. If set to true, no new history entry is created.

Return Value

Returns a reference to the new window object. Use this reference to script properties and methods on the new window.
 
G

Guest

Драсти :) Может знает кто существует такая азбука или чтото в этом роде со всеми ну или самыми важными Тегами HTML например : буква А и на нее все теги и их обазначение на Русском я на других НЕ БУМ-БУМ :D
Спосибо
 
G

Gisma

ищи "HTML для чайнико"
"HTML для тех кто в танке"
"HTML для дебилов"
все реально существующие документы
 
A

Andrew Stephanoff

Не надо рассылать одно и то же сообщение в несколько топиков.
Во-первых, Ваше сообщение будет замечено в любом случае.
Во-вторых, дублирующие сообщения я удаляю.
 
Статус
Закрыто для дальнейших ответов.
Мы в соцсетях:

Обучение наступательной кибербезопасности в игровой форме. Начать игру!