Click to See Complete Forum and Search --> : how to display simple message


JbCrash
08-13-2003, 10:51 PM
please help me to display " welcome" in this line


<AREA COORDS="98,2,114,18" HREF="javascript:{SendColor('66FF00')}" onClick="SendColor('66FF00');return false">



thanks

Paul Jr
08-13-2003, 11:18 PM
To tell you the truth, I have no idea what that is. I am quite new to Java Script and such. But I do have one thing to say, shouldn't that be ; return true?

JbCrash
08-13-2003, 11:24 PM
onClick="SendColor('66FF00')

in this line.. the script will display 66ff00 and i want its display with some text message

onclick="sendcolor( '66FF00') + "welcome"

like this .. but this line wont display anything


thanks

JbCrash
08-14-2003, 07:43 AM
if u not sure please dont reply my message...

mind ur business..i`m here not for play around.. me serious..
lets ppl good with java script help me..

DJRobThaMan
08-14-2003, 02:07 PM
I don't know if it will work anyway, but you don't need the winged brackets

<AREA COORDS="98,2,114,18" HREF="javascript:SendColor('66FF00')" onClick="SendColor('66FF00');return false">

Also I don't know what your code is doing. All I can see is that your'e calling a function. Why not post your script or provide a link to it or something.

JbCrash
08-14-2003, 11:54 PM
all i need is.. when user choose color.. the script send value and display color tag(html) i just need send " char" like if choose black color ... its show "black" and so on