What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Iframe and HTML help

Iframe and HTML help
Author: Message:
Xero_Cool
Junior Member
**


Posts: 67
Reputation: -5
Joined: Oct 2004
RE: Iframe and HTML help
Howdi,

Heres the code i found and re-modified alittle:

quote:
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><form name="mygallery"><p><select
name="picture" size="1" onChange="showimage()">
<option selected value="http://www.mrfart.be/strip/mess/msn.jpg">Picture of me</option>
<option value="http://www.mrfart.be/strip/mess/msn.jpg">Picture of my aunt</option>
<option value="http://www.mrfart.be/strip/mess/msn.jpg">Picture of my brother</option>
</select></p>
</form>
</td>
</tr>
<tr>
<td width="100%"><p align="center"><img src="http://www.mrfart.be/strip/mess/msn.jpg" name="pictures" width="99"
height="100"></td>
</tr>
</table>

<script language="javascript">

/*Created by Xero_Cool
http://www.xerocool.zsxonline.com
Drop Down Box with pics.
*/

function showimage()
{
if (!document.images)
return
document.images.pictures.src=
document.mygallery.picture.options[document.mygallery.picture.selectedIndex].value
}
//-->
</script>



Change all of that to any image you like...Also:

quote:
<td width="100%"><p align="center"><img src="http://www.mrfart.be/strip/mess/msn.jpg" name="pictures" width="99"
height="100"></td>

Looks like that is the first pic that shows up so you will have to re-modify that too. Have fun!

Xero_Cool


Regards,
XeroCool

Acting dumb to you? My bad.

GameConnect++
Mess with MSN Messenger

10-03-2004 06:12 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Iframe and HTML help - by banky on 10-02-2004 at 05:56 AM
RE: Iframe and HTML help - by user27089 on 10-02-2004 at 06:57 AM
RE: Iframe and HTML help - by banky on 10-03-2004 at 06:03 AM
RE: Iframe and HTML help - by Xero_Cool on 10-03-2004 at 06:12 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On