CodeWeblog.com » blur,html document,dhtml » DHTML DOM common js function finishing

DHTML DOM common js function finishing


popup. show (iX, iY, iWidth, iHeight, oElement)
oPopup = window. createPopup (vArgs)
popup. hide ()
bConfirmed = window. confirm (sMessage)
oNewWindow = window. open (sURL, sName, sFeatures, bReplace)
vReturnValue = window. showModalDialog (sURL, vArguments, sFeatures)
vReturnValue = window. showModelessDialog (sURL, vArguments, sFeatures)

window. resizeBy (iX, iY)
window. resizeTo (iWidth, iHeight)

7. Other commonly used location. Assign (sURL) to load a new HTML document to the current window. (With location = "sURL")
object. blur () to lose the focus object. focus () focus object. click () analog-click window. close () Close Window bSuccess = object. execCommand (sCommand, bUserInterface, vValue) Executive order, commonly used command has copy, paste, Delete, Cut, Unselect, SelectAll, SaveAs, print
Digg Technorati StumbleUpon Mixx del.icio.us Reddit BlinkList Furl YahooMyWeb feedburner

Tags: blur (RSS), html document (RSS), dhtml (RSS), executive order (RSS), copy paste (RSS), close window (RSS), analog (RSS)

Permalink: http://www.codeweblog.com/dhtml-dom-common-js-function-finishing/

Leave a reply