Print Page | Close Window

Simple JavaScript problem

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=11510
Printed Date: 01 April 2026 at 8:36am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Simple JavaScript problem
Posted By: Gullanian
Subject: Simple JavaScript problem
Date Posted: 11 August 2004 at 11:00am
Hi guys,

I got this simple javascript, works fine in Mozilla/Firefox, however in IE it seems to only work when you make one change, then not any from then on.  If anyone could shed any light, I would be thankful:


<form name="form1">
    <select name="selFont" onChange="document.getElementById('paragraph ').style.fontFamily=form1.selFont.value">
        <option >Arial
        <option >Courier
        <option >Georgia
        <option >Lucida Sans Unicode
        <option >MS Sans Serif
        <option selected>Tahoma
        <option >Verdana
    </select>

    OR type in your own:

    <input onChange="document.getElementById('paragraph').st yle.fontFamily=form1.customfont.value" type="text" name="customfont" size="20" maxlength="80" >
    <BR><BR>

    <table cellpadding="1" cellspacing="1" bgcolor="#004080" width="45%">
        <tr>
            <Td bgcolor="#ffffff" align="center">
                <p style="font-family:arial;font-size:12px;" id="paragraph"> ;This is what your text currently looks like.</p>
            </td>
        </tr>
    </table>

    <Br>
</form>




Replies:
Posted By: Gullanian
Date Posted: 11 August 2004 at 11:03am
Sorry, figured it out, IE doesn't like not having values in option boxes.


Posted By: Necronom
Date Posted: 16 August 2004 at 11:42am

np. glad we could help

. necronom .

http://www.free-full-movies.com/ - _   http://www.games-and-beyond.com/ - _   http://www.sports-and-beyond.com/ - _




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net