HTML - Mix Of Bookmark And Link
Hi guys. I am hoping that someone can help a lady who is stuck.
I want to have it so that when someone clicks on a hyperlinked word on my homepage, that a window opens up to another page... but also goes directly to a definition partway down the new page. For example: Clicking on "Word one" on the home page opens a Glosary page, and goes straight to the definition of "Word One" on that page. I hope that makes sense. So... fristly, is this possible? And secondly... can someone help me with a sample code for that? I await with baited breath. Thanks all in advance E x Similar TutorialsOk, currently on my site I have a bookmark link in my navigation bar (link is in my signature, also looking for reviews if you care to). However, I'm uncertain whether or not they really are worth it. I'm a self taught hobbyist webmaster so I'm not really "in the know" when it comes to some things. I'm just wondering, do bookmark links increase the frequency of people bookmarking your page? Do they just look like extra spam? I don't think I will keep mine up... it seems like even with it there it only works for IE and not mozilla or opera anyways. Hello. I want to make something like a calendar using a dropdown list. when the month and the day is selected, at the sumbit button press, i want to jump to a specific bookmark within the page. for example: Bookmark0103 (this means 3-rd of january) bla bla bla Bookmark0501(1st of May) etc. These is the code i've tried. Dont know how to actually "jump". Any ideea? thanks: Code: <HTML> <HEAD> <TITLE></TITLE> <SCRIPT> function show(aval) { if (aval >= 1) { MMDiv.style.visibility='visible'; mainform.MakeModel.focus(); } else MMDiv.style.visibility='hidden'; } </SCRIPT> </HEAD> <BODY> <Form name="mainform"> <table width="700" align=center cellpadding=0 cellspacing=1 bgcolor=A4C0DD border=1><tr><td colspan="10"> <table border="0" align="center"><tr> <td height=10 width="50"><B>Calendar</td> <td>Luna <select class=d type=text name=qty1 size=1 onchange="javascript:show(this.options[this.selectedIndex].value)"> <option value="01">Ianuarie</option> <option value="02">Februarie</option> <option value="03">Martie</option> <option value="04">Aprilie</option> <option value="05">Mai</option> <option value="06">Iunie</option> <option value="07">Iulie</option> <option value="08">August</option> <option value="09">Septembrie</option> <option value="10">Octombrie</option> <option value="11">Noiembrie</option> <option value="12">Decembrie</option> </td> <td> <select class=d type=text name=qty1 size=1 onchange="javascript:show(this.options[this.selectedIndex].value)"> <option value="01">01</option> <option value="02">02</option> <option value="03">03</option> <option value="04">04</option> <option value="05">05</option> <option value="06">06</option> <option value="07">07</option> <option value="08">08</option> <option value="09">09</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </td> <td> <input type="submit" name="Submit" value="Afiseaza"> </td> </tr></table> </td></tr></table> </form> <p> Bookmark1 </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p>Bookmark2</p> </BODY> </HTML> this is another example: Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> <!-- .style1 {font-family: Georgia} --> </style> </head> <body> <p><form id='sampleform' method='post' action='#month' > <span class="style1">Select month and day</span> <select name="month" size="1" class="style1" id="month" onchange=""> <option value="01">Ianuarie</option> <option value="02">Februarie</option> <option value="03">Martie</option> <option value="04">Aprilie</option> <option value="05">Mai</option> <option value="06">Iunie</option> <option value="07">Iulie</option> <option value="08">August</option> <option value="09">Septembrie</option> <option value="10">Octombrie</option> <option value="11">Noiembrie</option> <option value="12">Decembrie</option> </select> <!-- Day dropdown --> <select name="day" size="1" class="style1" id="day" onchange=""> <option value="01">01</option> <option value="02">02</option> <option value="03">03</option> <option value="04">04</option> <option value="05">05</option> <option value="06">06</option> <option value="07">07</option> <option value="08">08</option> <option value="09">09</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </select> <input name="Submit" type="submit" class="style1" id="display" value="display"> </form> </p> <p>Luni</p> <a name="01"></a> <p align="center">01 ianuarie</p> <p align="center">adsfadsa</p> <p align="justify">asdasda</p> <p align="justify">asdfasdfaas</p> <p align="justify"> </p> <p align="justify"> </p> <p align="justify"> </p> <p align="justify"> </p> <p align="justify"> </p> <p align="justify"> </p> <p align="justify"> </p> <p align="justify"> </p> <p align="justify"> </p> <p align="justify"> </p> <p align="justify">Marti</p> <a name="02"></a> <p align="center">02 ianuarie</p> <p align="center">asdasd</p> <p align="justify">qwerpqwerpqw</p> <p align="justify">qwerqwoeprqpweoirqp </p> </body> </html> Hey all, apologies if this is in the wrong spot. I'm looking for a way to make a button/link that when clicked will bookmark my site. i.e. "Click HERE to bookmark this page." I've been tromping around google for an hour and have turned up nada. Any help would be greatly appreciated. Thanks so much. I have several links on my site, all in the form of <a href="http://www.mywebsite.com">mywebsite</a> How do I need to change it such that a new instance of the browser is used in which the linked site is displayed. Hi, I'm newly registered and seeking some assistance. I'm working on a website for a client and come across an issue. The following is my iFrame code: Code: <div id="iframez"> <iframe src="main.html" width="100%" height="400px" name="framez"></iframe> </div> I have a link that is at the bottom of the page that is supposed to load in the iFrame when clicked upon. The code is as follows: Code: <a href="somelink.html" target="framez">some link</a> What I want is when the link is clicked that it loads in the iframe (this works as intended) AND I want the page to scroll up to the iframe. I tried doing this without success: Code: <a href="somelink.html#iframez" target="framez">some link</a> This is interpreted as #iframez in somelink.html, and not the page its on. Is there any way around this? Thanks for your patience. Ive been working on a website in my free time, and I have been wondering if it's possible to hover over a link, and change the text color of another link. A picture of one of my web pages is shown in the link below. http://i223.photobucket.com/albums/d...screenshot.jpg I want to be able to hover over something from the side navigation bars and have various links in the bottom naviational bar change color. So like hovering over Blood Elf, would make Death Knight, Mage, Paladin, Warlock, Priest, Rogue, Hunter turn red Does anyone know how to do this? or even know if it is possible? Hi im not sure if this can be done i have created some buttons to use as links and once i put the a href code in a box appears around the button can i remove this and how plz you can see example of what i mean on my website i have made Home and Contact clickable but i want to remove the box thats around the button if possible http://dreamteam0708.co.uk/ for info: im coding my own html in notepad, not using any programs or anything and my hosting doesnt support php etc Ok here is what i am looking for. I am looking to make a small picture and make it a clickable link to a url that will work in a forum post. Thanks in advance, Chris. I know it's used to link to a css document, but, I've also seen it used in other situations. So what other uses are there for the <link> tag? Is it kind of like an include? I've tried looking this up on Google, and every example use I can see for it is for linking the css document. And the descriptions are basically the same as the examples. I am a noobie on building sites. I have been messing with my site for a few months now. I am trying a new image rotator that has clickable buttons in it however I can not get them to link to something. Please tell me how I can link this tag so it goes to the desired location: <button type="button"><span><span><span>Get Packing!</span></span></span></button> Okay, i have a menu down the left side of my webpage with numerous buttons. i want it so when i click a button, the image in the centre of the page will change to the image assigned to that button without opening a new page. any ideas? I want to set up an ftp link. <a href="ftp://....."> How do I set this up incorporating the login name and password in the link? Thanks! I hope somebody here can help me. I have altered a PSD web template and saved it using ImageReady as html and images. When I open the html page in Dreamweaver, I can see the page as I have done it. When i clik on the first image and insert a link for it, the page shifts out of place. Anybody any idea why? Thanks in advance Colin Hi, I have the following line in a php document and for whatever reason the "ENTER" text shows up in Firefox as a hyperlinked word but in IE it just shows up as normal text (however clicking on the text in IE still launches the swf). Can anyone offer some insight into how to remedy this problem? <div id = "enterblock"><font size = 6>                     <a href onclick="openFullScreen('EbbFlowTest.swf','dugFull','status=yes,scrollbars=yes');return false; self.close()" >ENTER</a></font><text>    (Flash player required)</div> Thanks, Mike Hey folks. So i'm pretty new to all this...so bare with me. but i would like to make a link where when the viewer clicks on it, it will redirect them further down the page. For Example: you click on "pictures" and then it will auto scroll you further down the page to where the pictures are. What is the html to do this? Thanks Alot. Cody Hello, I am creating a clickable link with an image for my site in order to display on other sites. I have managed to do it but I was wondering if somebody knows how to make the link pop up in a new window rather than open on the existing page. <a href="http://www.raphaelabramov.com/" title="Raphael Abramov Photography"><img src="http://farm6.static.flickr.com/5133/5462888784_7e944fca61.jpg" width="292" height="50" alt="Untitled-2" /></a> I have a link bar that I would like to show up at the bottom of all the pages on my website. Could I put some sort of tag at the bottom to load the bar? I don't want to spend the time to add it to all my pages. Example: page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff Home videos software A menu bar like this on every page im fairly new to html, i need a code to make a link so when it is clicked on it opens the page in a new window. i completely forgot how to do this. I need a way to open two pictures at once by clicking on a single link. I have pictures of the fronts and backs of coins. I want to be able to click on a link and have the front and back pictures open side by side. Hello, I am new here and relatively new to using HTML. I am a hardwood distributor and I am trying to get a text box and submit button that would allow a consumer to type in their zip code and have it link to a page that displays a list of our contractors. For example, a consumer navigates to our page looking to get their floor installed. They put their zip code in the text box, hit submit, and it brings them to a page that has names and contact info to installers in their area. I know I'll have to get a long list of zip codes, and I will need to have it link to another page that says "we have no installers in your area" if they input a zip code that is not in our distribution area. If anyone has an HTML script that I could use it would be greatly appreciated. Thank you so much! Brian |