Search HouseOfScripts.com

 

All Scripts        JavaScripts        ASP Scripts        Other Scripts

 

  Functions Page - Tips asp, send, email, cdonts, link, recordset, hyper, hyperlink, create, list, box, dependant, dynamic

Javascript code has many Functions. These are some of them. I will add more functions later on.

Function

Explain

Example

More

window.status
write to the status bar
window.status = "House Of Scripts"
window.print
print to the printer
window.print()
window.close
close the window
window.close()
alert
creates message
alert("message here")
prompt
prompt to enter information
prompt('Your Question', ' ')
document.write
document.write("your message")
document.title
title of the web page
document.title = "title"

More

window.open
opens new window with specified parameters

window.open("URL",
"Title", "Parameters");

 

 


Home       Scripts       Active WebTools       Web Templates       Forum       Tools        Hosting       Questions/Comments       Add/Request