Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can i add the following javascript inside a post

<script type="text/javascript">ch_client = "dddsul";ch_width = 550;ch_height = 250;ch_type = "mpu";ch_sid = "ChiDefault";ch_color_site_link = "0000CC";ch_color_title = "0000CC";ch_color_border = "FFFFFF";ch_color_text = "000000";
ch_color_bg = "FFFFFF";</script>
<script src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script>
share|improve this question
Which server side language are you using ? – Siamak.A.M May 21 at 9:43
This is a very vague question. Do you mean programmatically, then which programming language? Does it have to be executed or shown as text, ... – randomizer May 21 at 9:46
I want to post a blog using javascript – chinchu May 21 at 9:49
have you tried something already? are you getting any errors? – Software Guy May 21 at 10:04

closed as off topic by Will May 21 at 17:24

Questions on Stack Overflow are expected to relate to programming within the scope defined by the community. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about reopening questions here.If this question can be reworded to fit the rules in the help center, please edit the question.

1 Answer

up vote 2 down vote accepted

When editing a post in Blogger, just click on HTML button as shown below:

enter image description here

This will display content of your post in HTML, so just copy / paste your javascript code there.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.