PDA

View Full Version : I can't get the jvmPrintHref text script to work


LG Williams
05-26-2009, 05:15 PM
Here is the code I'm using:

<script>jvmPrintHref('http://MY_EXACT_INSTALL_URL/PACKAGE_ID/order','Click Here To Order');</script>

I know it's got to be something really simple that I'm missing here.

Any Help Appreciated!
Thanks

Scott Case
05-26-2009, 05:33 PM
make sure you have this right after your body tag

<script language=javascript src="http://fullpathtoyourinstall/asubdirectory/aff.js"></script>


make sure to set to the actual install path


scott

LG Williams
05-26-2009, 05:48 PM
Thanks for the help Guys!
I had everything you both suggested right, but
discovered my problem. at the end of the script ... (Order');</script>

what I had was....Order'):</script> ::)

What a difference a semi-colon makes !

As you suggested in another of your post Brian it's usually
Pilot Error (or words to that effect).

Thanks,
LG