> -----Original Message-----
> From: [EMAIL PROTECTED] On Behalf Of Jack Killpatrick
> Sent: Thursday, November 05, 1998 6:16 PM


>       <input type="text" name="thing_1_deluxe" value="">
>       <input type="text" name="thing_2_deluxe" value="">
>       <input type="text" name="thing_3_deluxe" value="">
>
>       function copy_business_address(address_type_ID){
>               form.thing_number_deluxe.value = "joey";
>       }
>

    form["thing_"+number+"_deluxe"].value = "joey";

I don't know what the parameter "address_type_ID" is about,
as I think you intended the parameter to be "number."
That's what I assumed.


Cute trick:

<FORM ID=ff>
Enter text with HTML tags here:
<TEXTAREA NAME=notes COLS=64 ROWS=6 WRAP
 ONKEYUP="document.all.rendered.innerHTML=ff.notes.value">
</TEXTAREA></FORM>

<P>Your text will look like this:
<DIV ID=rendered STYLE="padding:8pt;border:4;border-style:inset;"> </DIV>

As you type HTML into the textarea, what you've typed appears
in rendered form in the DIV box below it.  Nice for things like
message boards or input to be used to generate a web page, but
works only in MSIE 4 or better, as is so often the case.

Bob Munck



____________________________________________________________________
--------------------------------------------------------------------
 Join The Web Consultants Association :  Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------

Reply via email to