Pages: 12
You are viewing a post by brattgurl. View all 21 posts in :arrow: :arrow: :arrow:[b] Sample of popup window[/b] [code]<a href="javascript: void(0)" onclick="window.open('popup.html', 'windowname1', 'width=200, height=77'); return false;">Cli.
[b] Sample of popup window[/b]
<">[b][url=http://h1.ripway.com/babybrattgurl/d0cument.window()]SAMPLE CLICK ME[/url][/b]
:idea: Now you can open a simple window, also this function can have different features of that window to appear.
Syntax
window.open([url], [Window Name], [Feature List], [Replace]);
Property Default value Description
width auto specifies width of the new window in pixels
height auto height of the window in pixels
top auto specifies window position
left auto specifies window position
directories no should the directories bar be shown? (Links bar)
location no specifies the presence of the location bar
resizable no specifies whether the window can be resized.
menubar no specifies the presence of the menu bar
toolbar no specifies the presence of the toolbar
scrollbars no specifies the presence of the scrollbars
status no specifies the presence of the statusbar[/quote]
Last edited by Ephemeral (2007-12-12 01:16:12)