|
-
March 16th, 1999, 04:48 AM
#1
How i Bookmark WebPage Through Java Applet & JavaScript
Urgently ! How i Bookmark WebPage Through Java Applet & JavaScript
-
May 30th, 2001, 01:59 PM
#2
Re: How to Bookmark a WebPage using JavaScript
Here's the code:
<SCRIPT>
if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {
document.write("<SPAN STYLE='color:#006; cursor:hand; text-decoration: underline; font-weight:bold; font-size:9pt; font-family:Arial;' onclick='window.external.AddFavorite(window.parent.location.href, window.parent.document.title);'><center>Add Intellectual Capital to your favorites!</center></SPAN>");
}
</SCRIPT>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|