View Single Post
Old 01-17-2013, 07:10 PM   PM User | #1
tcoco
New to the CF scene

 
Join Date: Jan 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
tcoco is an unknown quantity at this point
I need help with a hyper link in java please

here is the code I'm working with what i would like is to insert a clickable hyper link into this code when I try the results are blank below is the original code:
Where it says "No locations Found" i want "no locations Found"
<a href="my url">my text</a>

if (locations.length<=0) {
//window.location.replace("http://www.ifixandrepair.com/advance_store_locator/index.php?address="+ noLocation +"");
$('#sidebar').append("<p style='color:red;'>No Locations Found!</p>")
tcoco is offline   Reply With Quote