Thanks for you input ???.
Here is the url
http://www.totus.us/website-video-sales-person.html
I tried both:
Code:
<script type="text/javascript">
var PartnerID = "bid=1&partner=yoda"; // put the partner ID from your system in these quotes
window.onload = function () {
document.getElementById ("theDivID").onclick = function () {
window.location.href="http://65.17.224.228/store/home.php?+PartnerID"
}
}
</script>
<div id="theDivID">Click to go!</div>
and
Code:
<script type="text/javascript">
var HTWmsi = "demo"; // unbrands the player
var PartnerID = "bid=1&partner=yoda"; // put the partner ID from your system in these quotes
window.onload = function () {
document.getElementById ("theDivID").onclick = function () {
window.location.href="http://65.17.224.228/store/home.php?+PartnerID"
}
}
</script>
<div id="theDivID"><script language="javascript"
src="http://objectservers.com/play/20080110162940KpTLhLzzrU8"></script></div>
without success.
Essentially what I'm trying to do is make the video object that gets loaded by:
Code:
<script language="javascript"
src="http://objectservers.com/play/20080110162940KpTLhLzzrU8"></script>
clickable which should take the user to:
Code:
http://65.17.224.228/store/home.php?+PartnerID
I hope this clarifies... thanks for any help.
Bookmarks