214-564-5316
Monday, May 12, 2008
•
Portfolio
•
FAQ's
•
Pricing
•
Request Info
•
Code Examples
•
Demos
•
Marketing
•
Tutorials
•
Downloads
•
"Bookmark This Page" Script
Here is the javascript in action:
Here is the code:
<script language="JavaScript" type="text/JavaScript"> var txt = "Bookmark Us" var url = "http://www.TexasWebDevelopers.com"; var who = "TexasWebDevelopers" var ver = navigator.appName var num = parseInt(navigator.appVersion) if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) { document.write('<a HREF="javascript:window.external.AddFavorite(url,who);" '); document.write('onMouseOver=" window.status=')> document.write("txt; return true ") document.write('"onMouseOut=" window.status=') document.write("' '; return true ") document.write('">'+ txt + '</a>') }else{ txt += " (Ctrl+D)" document.write(txt) } </script>
•
Home
•
Contact Us
•
Terms of Service
•
Privacy Policy
•
Email Policy
•
Hosting
•
Links
•
Site Search
•