Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hey Enigma


Mediajuggle

Recommended Posts

Posted

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

Posted

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"

Posted

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

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...