English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi,
I have a page wherein i have an tag whose src is taken from a livesite and it changes dynamically.. i have the folloeing code:
what i want is on click on this picture i want it to come to that site only.. thats why i tried using the href="#".

Anyone plz help

Thanks,
nitin

2007-04-04 02:21:12 · 3 answers · asked by NITIN K 2 in Computers & Internet Programming & Design

3 answers

... is a link to a an anchor or bookmark. Since there is nothing following the #, it does not actually go anywhere - it is a link to the same page. The contents of the tag should not matter whatsoever.

For example, if you have an anchor somewhere on the page:

goto anchor 1

that link will jump to your anchor. the use of # is ONLY to be used for moving through the current page, never to leave the page (inless it is used in conjunction with another address such as:
link

If you want to go to another page, simply use:


I think you need to understand hrefs better to fix your problem. Your question is a bit unclear and I am not sure if I helped answer. If this does not help, please clarify what you are looking for.

2007-04-04 03:54:33 · answer #1 · answered by stan_naspinski 3 · 0 0

Hi paste this code in your codings
="#">Section you want 2 go on same page
reference site
http://w3schools.com/html/html_links.asp

2007-04-04 02:28:47 · answer #3 · answered by SMILY 1 · 0 1

fedest.com, questions and answers