Icon For Bookmark Site In Favourites
Mar 30, 2001Does anyone know how sites (e.g. Sitepoint) show up with a smal iconn next to their name inmy Favourites menu (in IE)?
I'd like to do that for my site but am unsure how to go about it.
Does anyone know how sites (e.g. Sitepoint) show up with a smal iconn next to their name inmy Favourites menu (in IE)?
I'd like to do that for my site but am unsure how to go about it.
I need a script to create a 'Bookmark this site' link. However I only found scripts that let you configure the URL that is bookmarked.
But I'd like to have one that just bookmarks the site on which the link is so I cna use the same script and link on different pages but the user could bookmark that exact page he is on.
I am using multiple instances of the jquery datepicker on my form. Due to my CSS i could not use the icon trigger built-into jquery, it caused the icon to be displayed below the input field and i wanted it to be displayed next to the text. Below is the code for one of my input fields.
[Code]...
I have multiple date fields i want to use the datepicker with. The issues i am having are; 1. when i click on the icon to display the datepicker, the picker is displayed, but it displays on the wrong icon. No matter what icon i click on it always gets displayed on only one and it is always the same one. Each field has its own unique name and id the only thing that each field shares is a class. I can't seem to figure out how to fix this. My other issue is that when i click on the icon the page scrolls to the top, so if i am clicking on a picker icon at the bottom of the screen it scrolls the screen to the top.
We have an html page which brings in content dynmically using Ajax. So the page starts out with certain content, and when a particular link is clicked, the content is swapped out with new content. With this approach, the back button on the browser does not work, because the URL didn't actually change. How could a user bookmark the new page with the second set of content? Is this even possible?
View 2 Replies View Relatedhow do I change my html/javascript so that if I drag and drop a link from a webpage to
the desktop in such a way that the name of the shortcut created is not the URL of the link but the link itself?
e.g. if the link is
<a href="http://www.microsoft.com"> MS </a>
then the name of the desktop icon should be 'MS' and not
http://www.microsoft.com
I have a servlet which accepts a url as a parameter and does something with it. I need to pass the parameter via POST.
I want to write a bookmarklet which takes the URL of the current page and invokes the servlet with that URL via POST.
I tried to achieve this in many ways. But no success.
I have ran into some sites that must have an AUTO bookmark feature. After I visited it added a bookmark automatically. It only worked in IE 5.5 Do you know a script to do this if so where can I find a way to stop it.
View 2 Replies View RelatedI load an Iframe within html page contained within another page and from the hosting page I would like to scroll to a given bookmark within the page loaded within the iframe without causing it to reload. How do I do this? I have tried:
function navIContent(bm)
{
IContent.src=bm
return
}
called by :
onclick='navIContent("../content.htm#test")'
but it doesn't seem to work!
I use the script below to adjust the size of the frame. It works nicely for me. The only problem is, the frame initially jumps to the bookmark, and then on the reload, jumps to the top of the page.
how to keep the frame at the bookmark in the web page, instead of jumping back up to the top??
<script>
<!--
function resize_iframe(){
if ( window.frames["MainWindow"].document.body.scrollHeight=0 )
[Code]....
At the top of www.cheatstomb.com there is a link to bookmark the page but it doesnt do anything when I press it. What I did wrong and how can I fix it?
View 2 Replies View RelatedI want to have a combobox with bookmark options. After you select a value from this combobox you can bookmark it with a push button. This should popup a bookmark dialog from the browser bookmark dialog.
Lets say we have 3 options in the value's. Google, Yahoo, Bing When you select Google and you push Place bookmark you should get a browser bookmark dialog with a title "Google search site". The url would be just [URL]
I also want Yahoo with the url [URL] and the bookmark title Search at Yahoo! and Bing with the url [URL] and the title Search at Bing
I have a javascript function for creating an 'add bookmark' link on my pages. For firefox it uses window.sidebar.addPanel to add the bookmark
function addBookmark(title, url) {
if (window.sidebar) { // firefox
window.sidebar.addPanel(title, url,"");
[code]....
I'm a total novice with scripts but I've managed to get halfway with something. I want to create a bookmark that grabs the current url and adds the date to the url in the format: [URL] I've got so far: javascript:location.href=(location.href)+'/nocache='; But I can't work out how to add the date to the end, is it possible?
View 1 Replies View RelatedI want to add a link to my site's homepage where viewers can click on a link to automatically "add to favorites" or "bookmark" the page.
Does anyone know anything about this?
I have a site where I'm using a home-grown social bookmarking tool. The user has an option to "Bookmark this page" to their browser.
My code works, but the problem is that when I dynamically grab the document.title, the browser (both IE and FF) tries to resolve any spaces or special characters so that when the favorite is stored in the browser, the bookmark reads:
"This%20Site%20Bookmark"
instead of:
"This Site Bookmark"
I feel like there must be a simple function to resolve spaces, but I'm coming up blank, no pun intended...:)
The code is just a blue table with a bookmark option. When I remove the javascript code for the bookmark the blue table disappears.
<html>
<body>
<table width="95%" align="center" cellpadding="0" cellspacing="0" bgcolor="#3399ff">
<tr bgcolor="#3399ff">
[Code]....
This is the code exactly how it was sent. I am trying to remove the bookmark option but keep the table the way it is.
I've got links on a website that takes the user to different parts of the same page (i.e, no reloading of the page)
I would like 2 things to happen when a link is clicked:
1) the url changes eg. from mysite.com/home to mysite.com/about when the about link is clicked.
2) when refreshing the page that it stays where it's at and not go back to the top of the page.
I need to make a script when it is clicked in bookmark it must immediately mark all the pictures on the page with border css. Code for bookmark:
Code:
Inside mark_img.js I loading jQuery to current page and also immediately mark all images with css:
Code:
When I click on the bookmark I don't see any changes. And console show me:
Code:
But if I click again on the bookmark it will be work fine and draw border for all images what I need.
Question: how to set css for images with the first click on the bookmark?
I've searched high and low for some decent code that will allow a visitor to a website to bookmark the site through a hyperlink. The bookmarking is done through a javascript function that looks like this:
Code:
function OnBookmarkButtonClick (e)
{
if (window.sidebar)
[code]....
I need to add some detection for Opera, Safari, and Chrome. note that it must be feature detection, not browser detection. But as I said, I've searched high and low for this, and couldn't find anything.
I've searched high and low for some decent code that will allow a visitor to a website to bookmark the site through a hyperlink. The bookmarking is done through a javascript function that looks like this:
function OnBookmarkButtonClick (e)
{
if (window.sidebar)
[code]....
I have this function:
function correctBookmark() {
var title = "SERCO Benefits";
var url = "http://wwww.example.com";
if (window.sidebar) { // firefox
[Code]...
It works in FF but not IE.
If I use:
$(document).ready(function () {
correctBookmark();
});
It works in FF but not IE.
I want to auto bookmark for the user.
we use <link rel="Shortcut Icon" href="favicon.ico"to define the
website icon.
But I view the source of apple.com and yahoo.com, I find there is no this tag but they can show the icon very well. What is this technique?
Can anyone point me to a place or knows how to put an icon in a listbox code...
View 3 Replies View RelatedDoes anyone know how to add an icon to the url in the address bar in the
browser?
below code is not working for IE7.
function closeWindowFun(e){
winX = navigator.appName=="Microsoft Internet Explorer" ? window.event.clientX : event.screenX;
winY =navigator.appName=="Microsoft Internet Explorer" ? window.event.clientY :event.screenY;
[Code].....
We got a google maps with a bunch of pins. Each pin is setup to use our blue custom icon image. I'm trying to make it so that when you click on a pin, that particular pin changes to a green version of the icon, and all the reset stay blue. If the user clicks another pin, it turns green and the previous goes back to blue.Basicly only the clicked active pin should be green.
google.maps.event.addListener(markers[indx], 'click', function() {
this.setIcon("/images/greenmarker.png");
});
Here is my code so far that will change the clicked pin into a green version.My problem is all attempts to change all pins back to blue prior to changing this clicked pin to green fails bad.