CodeWeblog.com » content type,js,text font » popup in the javascript pop-up windows to achieve

popup in the javascript pop-up windows to achieve

popup is used to create javascript popup windows.

popup used to create javascript pop-up window.

(* Popup_init must be called once at the top of the page *)
(popup_init src = "/ javascripts / overlib.js")

(* Create a link with a popup window when you move your mouse over *)
<A Href="mypage.html" {popup text="This link takes you to my page!"}> mypage </ A>

Methods: Property Type Default Description must be
text string Yes n / a pop-up window to display the content, text or hypertext
trigger string No onMouseOver triggering pop-up conditions, the option onMouseOver (after the mouse) or onClick (mouse click)
sticky boolean No false pop-up window always show up to shut down
caption string No n / a title of the text
fgcolor string No n / a pop-up window within the color
bgcolor string No n / a pop-up window border color
textcolor string No n / a pop-up window within the text color
capcolor string No n / a pop-up window title color
closecolor string No n / a set up "off" the color of text messaging
textfont string No n / a set of fonts to use the content type of text
captionfont string No n / a set of fonts text title
closefont string No n / a set up "off" of the font type of text messaging
textsize string No n / a set up to use the contents of the text font size
captionsize string No n / a set up to use the title of the text font size
closesize string No n / a set up "off" the font size of text messaging
width integer No n / a sets the width of the box set the width of
height integer No n / a sets the height of the box set a high
left boolean No false so that the mouse is located in the left pop-up window
right boolean No false so that the right mouse pop-up window is located
center boolean No false so that the middle of a pop-up window and mouse position coincidence

above boolean No false so that pop-up window located on the side of the mouse. Note: only in the height attribute set in force at the time
below boolean No false so that pop-up window is located under the side of the mouse
border integer No n / a decided pop-up window border thickness
offsetx integer No n / a horizontal display position offset
offsety integer No n / a vertical display position offset
fgbackground url to image No n / a use of background images instead of background color
bgbackground url to image No n / a background picture instead of using the border color. Note 1: must be set bgcolor to "", border color will not show. Note 2: When there is a closed link, Netscape will re-rendering the form, may seem will be a problem.

closetext string No n / a from the definition of the closure of the link display text
noclose boolean No n / a does not appear to close the link
status string No n / a set status bar text
autostatus boolean No n / a set up pop-up window shows the status bar text for the current window status bar shows the text. Note: This setting will override the settings status
autostatuscap string No n / a set text of status bar shows the title bar to display information. Note: This setting will cover the status and settings autostatus
inarray integer No n / a of the property told overLib time in ol_text array index of the attributes of the elements specified in the text. the property can replace the text attribute
caparray integer No n / a of the property told overLib time in ol_caps array index of the attributes of the elements specified in the caption.
capicon url No n / a pop-up showed that the images before
snapx integer No n / a horizontal pop-up window will be attached to the specified location
snapy integer No n / a vertical pop-up window will be attached to the specified location
fixx integer No n / a locked horizontal position pop-up window. Note: This setting will be covered by other cross-cutting set
fixy integer No n / a locked vertical position pop-up window. Note: This setting will cover other vertical settings
background url No n / a set of blocks form the output image as the background
padx integer, integer No n / a in the background after the additional horizontal blank image. Note: There are two parameters of the attribute
pady integer, integer No n / a in the background after the additional vertical blank image. Note: There are two parameters of the attribute
fullhtml boolean No n / a allows the user complete control of the background image on HTML. HTML code is located in "text" attribute
frame string No n / a control pop-up window in a different framework. on the function of more detailed information, please refer to the document overlib.
timeout string No n / a script to call a specific javascript function will return the value displayed in the pop-up window.
delay integer No n / a making like a pop-up tooltips, window will display the attributes specified time (milliseconds)
hauto boolean No n / a pop-up windows automatically decide at the left or the right side of the mouse.
vauto boolean No n / a decided pop-up windows automatically located on the side of the mouse or the lower side.
Digg Technorati StumbleUpon Mixx del.icio.us Reddit BlinkList Furl YahooMyWeb feedburner

Tags: content type (RSS), js (RSS), text font (RSS), mouse click (RSS), default description (RSS), pop up window (RSS), mouse position (RSS), javascript pop (RSS), window popup (RSS), window border (RSS), font type (RSS), popup windows (RSS), border color (RSS), pop up windows (RSS), text string (RSS), popup window (RSS), text messaging (RSS), mypage (RSS), coincidence (RSS), fonts (RSS)

Permalink: http://www.codeweblog.com/popup-in-the-javascript-pop-up-windows-to-achieve/

Leave a reply