Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Is there any easier way to set as homepage

  • 2 trả lời
  • 3 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi the-edmeister

more options

Is there an easy way to ask our users to set my website http://www.itsmysearch.com (or any other page on that website) as Homepage.

I mean, currently i ask users to 'drag the link' on their homepage icon. But isn't there a way so that, they just click on a link, and set the page as thr homepage?

Is there an easy way to ask our users to set my website [http://www.itsmysearch.com] (or any other page on that website) as Homepage. I mean, currently i ask users to 'drag the link' on their homepage icon. But isn't there a way so that, they just click on a link, and set the page as thr homepage?

Được chỉnh sửa bởi itsmysearch vào

Tất cả các câu trả lời (2)

more options

Yes, take a look at this JS code:

function bookmark(){ 
var title = 'Title of Bookmark';
var url = 'http://yourdomain.com';
  if (document.all)
    window.external.AddFavorite(url, title);
  else if (window.sidebar)
    window.sidebar.addPanel(title, url, "")
  else if (window.sidebar&&window.sidebar.addPanel)
    window.sidebar.addPanel(title,url,"");

}

And call it like:

<a href="javascript:bookmark()">Bookmark this site</a>

I'm experimenting with it on my fashion inspiration site and it seems to be working well.

more options

Have that page, and only that page showing in Firefox, and go to:
Tools > Options > General = hit the Use Current Pages button, under Homepage: .

http://support.mozilla.com/en-US/kb/How+to+set+the+home+page