Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » how do i create a "bookmark this page" link
Closed Thread
Old 03-02-2004, 01:31 PM   #1 (permalink)
 
Junior Techie

Join Date: Feb 2004

Posts: 60

Datazing

Default how do i create a "bookmark this page" link

hey all, just wondering if someone can help me out with some HTML on how to create a link that will add my site to the visitor's favorites.
__________________
Seattle Computer and Laptop Repair
http://www.datazingtech.com
Datazing is offline  
Old 03-02-2004, 02:03 PM   #2 (permalink)
 
Ultra Techie

Join Date: Oct 2003

Posts: 934

spfd

Default

Quote:
How To Create a Link to a particular spot a Page In HTML

Below is the code you can paste into the html of your page at the point your HowTo starts. It is not necessary to surround any text with this Anchor tag. Simply place the tag into your code at the location on the page you want the bookmark link to point to Replace the whatever with the name of the spot (i.e. middle or bkmk2).

<A NAME="whatever"></A>

The code to link to this anchor point is shown below. This is also the code we need from you along with the name of the How To.



Text placed >just like this between the less than and greater than symbols </A> in the above code becomes a hyperlink to the anchor you created with the first section of code.

__________________
<font face=arial><h1>spfdz - NEVER FORGET</h1></font>
spfd is offline  
Old 03-02-2004, 02:15 PM   #3 (permalink)
 
Junior Techie

Join Date: Feb 2004

Posts: 60

Datazing

Default

so if i wanted a link on my page that says:

"BOOKMARK US"

so it adds my page into their favorites how would i write it?

isn't the way you explained the way to bookmark sections of a page?

I want to add my site into the users "favorites" menu in IE.

Thanks man!

-Will
__________________
Seattle Computer and Laptop Repair
http://www.datazingtech.com
Datazing is offline  
Old 03-02-2004, 02:57 PM   #4 (permalink)
 
Wizard Techie

Join Date: Jul 2003

Posts: 3,940

ekÆsine

Default

no he is talking about IE favorites bookmarks. thats something different. datazing this is even in the wrong section. moving thread. here is how to add to IE faves:

http://javascript.internet.com/page-...okmark-us.html
ekÆsine is offline  
Old 03-03-2004, 01:28 PM   #5 (permalink)
 
Junior Techie

Join Date: Feb 2004

Posts: 60

Datazing

Default

cool! thanks !
__________________
Seattle Computer and Laptop Repair
http://www.datazingtech.com
Datazing is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On