RLWD Web Resources
  WebReaLifeWebDesigns.com | Site Map   




Javascripts



Below are useful javascripts that can be easily embedded into your web page. Copy the green text and paste it into your html coding.

PopUp Box – Set window size, window location and window features.
• Place this between the </head> and <body> tags.
• Remove the space in front of scrollbars=1.
• Revise the size and location variables as desired.
• Revise the window features as desired. 1 means active, 0 means inactive.
<script>
function popUp(URL){
winpops=window.open(URL,"","width=500,height=500,left=10,top=10,
status=0,scrollbars=1,resizable=1,menubar=1,location=0,toolbar=0")
}
</script>

• Place this within the body to create your link. Change pagename.html to name of your page.
<a href="javascript:popUp('pagename.html')">Place your link text here.</a>



Today's Date –
<script type="text/javascript">
today = new Date()
thisMonth = today.getMonth()
thisMonth = (thisMonth * 1) + 1
thisDay = today.getDate()
thisYear = today.getFullYear()
document.write(" ",thisMonth,"/",thisDay,"/",thisYear," ")
</script>



Alert Box – Click to view sample
<script type="text/javascript">
alert('Type your text here!')
</script>

Alert Box with Prompts – Click to view sample
<script type="text/javascript">
var firstName = prompt ("What is your first name?","First Name");
var lastName = prompt ("What is your last name?","Last Name");
var page = document.location
alert('Hi ' + firstName + ' ' + lastName + ', How are you today?')
</script>




   Amazon
   Product Search
     

   Quick Links
   • eBay store
   • eBay account
   • RLWD Services
   • GoDaddy
   • Comcast
   • Norton AntiVirus
   • Verizon Services
   • Wordtracker
   • Yahoo! Services



Web / Email Resources
firefox browser (free)
google pack (free)
internet service providers
mac / pc file share
news servers
news servers time warner
pop3 smtp mail servers
pop3 smtp comcast
pop3 smtp godaddy
pop3 smtp time warner
pop3 smtp verizon
pop3 smtp yahoo!
managing pop3 spam
register domain
more domain services
search engines
search WHOIS database
small office networks
symantec
telephone voip providers
virus, worm, trojan horse
web hosting providers

Online Sales Tools
about paypal accounts
alexa rank / toolbar
buying & selling on ebay
google adSense
google adWords
keyword selector tool
online marketing books
online merchant accounts
open ebay store
payment gateway
ssl certificates
website design tips

Technical Data
asp characters chr()
html tags
javascripts
metric conversion
unix commands
web protocols

Online Shopping Tips
consumer information
phishing fraud warnings
online computer store







ReaLife WebDesigns / 310.371.3275
We appreciate having the opportunity to contribute to the success of your business!

© 1999-2007 ReaLife WebDesigns. All rights reserved.