I've been asked to pack a very simple javascript function that resides
in the <headsection of a page. I have the function working the way I
want, but when I pack it using this packer:
it doesn't execute at all. My procedure:
1. enter javascript code between <script
type='text/javascript>...</scripttags into packer.
2. paste packed code between <script type='text/javascript>...</script>
tags in <headsection of page.
The code won't run. The code looks like this (shortened):
eval(function(p ,a,c,k,e,d){e=f unction(c){retu rn
c.toString(36)} ;if(!''.replace (/^/,String)){while (c
<snip>
noPop|if|functi on|var|location |n'.split('|'), 0,{}))
Is there something basic that I'm doing wrong?
Mike
in the <headsection of a page. I have the function working the way I
want, but when I pack it using this packer:
it doesn't execute at all. My procedure:
1. enter javascript code between <script
type='text/javascript>...</scripttags into packer.
2. paste packed code between <script type='text/javascript>...</script>
tags in <headsection of page.
The code won't run. The code looks like this (shortened):
eval(function(p ,a,c,k,e,d){e=f unction(c){retu rn
c.toString(36)} ;if(!''.replace (/^/,String)){while (c
<snip>
noPop|if|functi on|var|location |n'.split('|'), 0,{}))
Is there something basic that I'm doing wrong?
Mike
Comment