Jump to content

AJAX color problem


djbuddhi

Recommended Posts

just innerHTML some html tags like the span with an inline style:

document.getElementById("div_id_naMr").innerHTML='<span style="color:red;">hello in red!</span>';  

always make sure you innerHTML complete and properly nested html with all closing tags or you'll have problems with some browsers.  You can innerHTML  any html including image tags, links, divs, and even whole html tables.  You cannot innerHTML whole web pages with the HTML and BODY tags and you cannot innerHTML javascript, it will not execute.  But other than that you can innerHTML any HTML:

document.getElementById("div_id_naMr").innerHTML='<a href="?"><img src="myimage.jpg"></a><br><span style="color:red;">hello in red!</span>';  

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.