окно
как через javascript сделать так чтоб при нажатии на ссылку открывалось окошко с рисунком без скролбара, меню и тд. ?????
aa
oNewWindow = window.open( [sURL] [, sName] [, sFeatures] [, bReplace])
необходимо указать в sFeatures следующее:
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.
oNewWindow = window.open( [sURL] [, sName] [, sFeatures] [, bReplace])
необходимо указать в sFeatures следующее:
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.
хорошоб на русском
Цитата:
Originally posted by qik
хорошоб на русском
хорошоб на русском
Хм... а что здесь не понятного
Можно и методом научного тыка проверить если что то не понятно
а если хочеш по русски то гдето здесь выкладывали гдето 1-2 меяца назад, поищи :)
ok.
Код:
aaaaa
aaаа
aaаа
1. че такое "return false", во втором примере ?
2. почему во втором примере строчка "window.open ("url","_blank","menubar=0;toolbar=0;");return false" заключена в одинарные кавычки (`)
2. помоему это называется обратная ковычка... а вообще без разници главное чтобы в нутри стояли другие или защищенный ковычки \" \'
я использую ` html это "понимает" правильно и для javascript у меня свободны обе кавычки
2. так нафига ими (кавычками) выделять ???
2. что значит выделять ? можно и без кавычек но тогда нельзя использовать пробелы
2.а нафига пробелы использовать ???
2. Для красоты :) а вообще правильнее ставить кавычки чтобы быть уверенным что браузер правильно отпарсит текст
т.е. ваш скрипт правельнее, лучше и грамотней моего ???
Цитата:
Originally posted by qik
т.е. ваш скрипт правельнее, лучше и грамотней моего ???
т.е. ваш скрипт правельнее, лучше и грамотней моего ???
:) без разници
просто немного разное исполнение :)
ok. смотрите:
чтавлю размер окна, она мне картинку ожимает=(((
Код:
aa
Цитата:
Originally posted by qik
alone, нифига не выходит !!!!
чтавлю размер окна, она мне картинку ожимает=(((
alone, нифига не выходит !!!!
чтавлю размер окна, она мне картинку ожимает=(((
Код:
aa
И что это значит ? :)
скажи мне лучше как отступы от краев окна сделать нулевыми..
Цитата:
Originally posted by qik
проехали ......=) а сам разобрался
скажи мне лучше как отступы от краев окна сделать нулевыми..
проехали ......=) а сам разобрался
скажи мне лучше как отступы от краев окна сделать нулевыми..
открывать нужно не риссунок сразу а
html каторый открывает риссунок
в html пишеш <body leftmargin=0 topmargin=0>
Цитата:
Originally posted by Alone
открывать нужно не риссунок сразу а
html каторый открывает риссунок
в html пишеш <body leftmargin=0 topmargin=0>
открывать нужно не риссунок сразу а
html каторый открывает риссунок
в html пишеш <body leftmargin=0 topmargin=0>
1. я так и думал что без отдельного файла *.htm не обойтьсь =(
2. ты в первом топике привел все параметры открываемого окна (directories, left, scrollbars, toolbar, fullscreen и тд.) ????