href
-
Why not check yourself? I believe it is not that time consuming to do.
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!
I did check it myself but i wanted a second tester to conferm my result
-
I did check it myself but i wanted a second tester to conferm my result
-
I did check it myself but i wanted a second tester to conferm my result
-
Ok. So what result you got? Post the code and I will check that here myself.
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!
<a href="http://www.codeproject.com" href="http://www.google.com">Testing</a>
-
<a href="http://www.codeproject.com" href="http://www.google.com">Testing</a>
-
Ok. So what result you got? Post the code and I will check that here myself.
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!
So what will be the result of the above tage?
-
Your first Href is incorrect so it will just not work. Once you fix that, the link will redirect to the first one.
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!
so it will take me to my first href not the last :confused: this is bad dude are you sure?
-
so it will take me to my first href not the last :confused: this is bad dude are you sure?
-
so it will take me to my first href not the last :confused: this is bad dude are you sure?
Yes, it is rediredting to first link. I don't know why u need this, i havn't seen this before. :doh:
-
If I have 2 href's in a link which one will it take?
-
If I have 2 href's in a link which one will it take?
-
I did check it myself but i wanted a second tester to conferm my result
AnonymousMember wrote:
I did check it myself but i wanted a second tester to conf
e
rm my resultYou might think to say that in the original post - it tends to foster a warmer reception than your approach in this instance. Perhaps something along the lines of: "Can anybody check this for me? I placed 2 hrefs inside a single tag, and I'd like to know which one will be followed when the link is clicked. When I tried it, using IE(versionNumber) the first link was followed. I'm hoping to determine if this is consistent behavior." While I don't believe it to be the case, or your intention - your method of questioning feels a little sneaky. (it also raises in some people's mind the question of laziness - i.e did he/she really try themselves?) Anyhow, Happy New Year to all.:thumbsup:
modified on Thursday, December 31, 2009 1:08 PM (fosters --> foster)
-
If I have 2 href's in a link which one will it take?
Don't do that. The HTML standard clearly say that for each property there must be ONE value. Doing that differently will you run in the so called "undefined behavior". Undefined behavior is not "random behavior", simply what you get is anymore granted by whatever specification, hence every different program may respond differently now or in the future. Testing yourself (and asking to repeat the test) doesn't provide any demonstration: the fact that you find even 100% consistence proves nothing; tomorrow morning whatever developer can create a new browser (or a new version of an existing one) dong it differently.
2 bugs found. > recompile ... 65534 bugs found. :doh: