Displaying 1 result from an estimated 1 matches for "digg_skin".
2007 Jun 19
0
Insertion of JS directly into ajax.updater div
Hi folks.
I''m trying to shove some Digg JS scripts into a div I''m calling
through an ajax.updater function:
<script type="text/javascript">
digg_url = ''http://domain.com/library.rbf?id=5'';
digg_bgcolor = ''#c9cc67'';
digg_skin = ''compact'';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/
javascript"></script>
For the life of me, she won''t show up. Is this possible that the DOM
doesn''t want to do this?
Love to get your input...