Mediajuggle Posted July 6, 2006 Posted July 6, 2006 In my header... to call the radio on my site uses: <a href="java script:popUp('radio.php')" class="headerNavigation">Radio</a> I also want include it in my left column but I'm having problems wording the code because: '<a href="java script:popUp('radio.php')">Radio</a><br>' . is just not working!!! :blink: My Contribution Music Download Store Template http://www.oscommerce.com/community/contributions,4275
rabbitseffort Posted July 6, 2006 Posted July 6, 2006 try this: echo '<a href="java script:popUp('radio.php')">Radio</a><br>' ; at least I think this is correct, maybe it will help anyway "I must admit that I personally measure success in terms of the contributions an individual makes to her or his fellow human beings." ---Margaret Mead--- "The answer is never the answer. What's really interesting is the mystery. If you seek the mystery instead of the answer, you'll always be seeking. I've never seen anybody really find the answer -- they think they have, so they stop thinking. But the job is to seek mystery, evoke mystery, plant a garden in which strange plants grow and mysteries bloom. The need for mystery is greater than the need for an answer. --Ken Kesey"
Mediajuggle Posted July 6, 2006 Author Posted July 6, 2006 try this: echo '<a href="java script:popUp('radio.php')">Radio</a><br>' ; at least I think this is correct, maybe it will help anyway Thanks rabbitseffort, but that didn't work My Contribution Music Download Store Template http://www.oscommerce.com/community/contributions,4275
Guest Posted July 6, 2006 Posted July 6, 2006 try without the space in between the java script <a href="java script:popUp('radio.php')" class="headerNavigation">Radio</a> '<a href="java script:popUp('radio.php')">Radio</a><br>' . and also escape the quotes around the radio.php
Mediajuggle Posted July 6, 2006 Author Posted July 6, 2006 try without the space in between the java script <a href="java script:popUp('radio.php')" class="headerNavigation">Radio</a> '<a href="java script:popUp('radio.php')">Radio</a><br>' . and also escape the quotes around the radio.php thanks... I'll give it a try in a few seconds... My Contribution Music Download Store Template http://www.oscommerce.com/community/contributions,4275
Recommended Posts
Archived
This topic is now archived and is closed to further replies.