I want to know does below script function similar with text link: <select 229,="" 229);="" ;="" background-color:="" normal;="" rgb(229,="" 13px;="" font-family:="" onchange="window.open(this.options[this.selectedIndex].value,'_blank')" style="" width="135" verdana,tahoma,arial;="" size="15" font-size:="" name="menu"> <option selected="selected" style="font-weight: normal; font-size: 11px; color: rgb(204, 204, 204); font-family: Verdana,Tahoma,Arial;" value=""/> <option value="http://www.link.com"/>Link Code (markup): Please let me know
No, I don't think Google doesn't recognize this as a link If you take a look as the Google cache of your page, you'll see that when you hover over one of those options, it does not give a destination url in the status bar, as do real links. http://74.125.93.132/search?q=cache...s=org.mozilla:en-US:official&client=firefox-a
Thanks for your answer. Hey, how you can get this link cache: http://74.125.93.132/search?q=cache...s=org.mozilla:en-US:official&client=firefox-a
I think you have to make each option within the option element an actual link <option><a href="whatever">link</a></option>