Click to See Complete Forum and Search --> : "ez html editor" in js


xataku_nakusute
07-25-2003, 12:25 AM
whats wrong with my code?!?!?!?!

(pleaz do not use this code as your own)

Gollum
07-25-2003, 02:21 AM
Well, for starters
on line 38, you have...


html.document.write("<head>"+ ... " alt='"+imga"'>"+"<p>"+
^


I think you are missing a + just above the ^

Gollum
07-25-2003, 02:29 AM
And you are also missing the following document elements...

document.hedit.imgs
document.hedit.imgw
document.hedit.imgh
document.hedit.imga

xataku_nakusute
07-25-2003, 03:36 AM
the good thing is, the new window is actually opening!!:D ....
however.....the new window displays nothing whatsoever:mad:

:confused: :confused: :confused: :confused: :confused: :confused:

i have no clue what it is....thank you, though, for fixing all of my foolish mistakes

my modified code is included

Gollum
07-25-2003, 04:07 AM
Get ready to say "D'OH"

your image input elements are like this...


<input type="text name="imgs">


I think you meant to put a " after the type="text

xataku_nakusute
07-25-2003, 04:18 AM
AHHHHH!!!!!!!!!!
HOW COULD I-ACH!!!

thanx for that.....sometimes i just need a few hits to the head before i can think correctly ;)