Current location: Hot Scripts Forums » General Web Coding » JavaScript » add an image tag dynamically


add an image tag dynamically

Reply
  #1 (permalink)  
Old 11-25-03, 11:46 AM
davepyf davepyf is offline
New Member
 
Join Date: Nov 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
add an image tag dynamically

Hi all, i need some help regarding the following problem. I would like to click on a thumbnail which will activate a function that clears the words in between the tags and insert an image within the tags. May I know how should i go about in writing the function?

<td name=galarie>click for enlarged pic view</td>
Reply With Quote
  #2 (permalink)  
Old 11-27-03, 02:35 PM
CarnieLtd CarnieLtd is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
I have composed an example for you that i tested and this is how you could do it. Of course you would have to edit the innerhtml to be something like "<img src="ksk.gif" />"
Ex:
<HTML>
<HEAD>
<TITLE>Testing Tool</TITLE>
<SCRIPT TYPE="text/javascript">
function Run()
{
document.all.testing.innerHTML = "<b>Googler</b>";

}
</script>
</HEAD>
<BODY STYLE="background: #000000; color: #FFFFFF;">
<FORM>
<input type="button" name="go" value="test" onClick="Run()" />
</FORM>

<TABLE border="2">
<tr>
<td id="testing">Test</td>
</tr>
</TABLE>
</BODY>
</HTML>
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help on a image slide show using php! xelanoimis PHP 2 10-16-03 06:51 PM
dynamic image src = Newbie question clintre PHP 1 10-07-03 09:56 AM
camera phone image poster apt2 Script Requests 2 08-29-03 07:20 PM
A different kind of image counter Stix Script Requests 1 08-11-03 11:50 PM
Skript to convert email to image spade PHP 1 06-11-03 09:28 AM


All times are GMT -5. The time now is 11:26 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.