• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Where can I get this Java script? Any experts?

luminous

Junior Member

Hello Java experts:

I want a real-time text display,with options of font and color. If anyone knows where I can get this sript to do this I would greatly apreate any help you could send my way!


I?m trying to do exactly what they are doing on this page:

http://quickstickers.com/designstation/


Thanks a lot for your time!


 
are you referring to the preview of the sticker that changes when you change the "colour" and "fun stuff"?
the script in that page changes images in the preview window, not changing the font and color of the text

you can right click and view source on that page, and scroll down to the section where the option number 3 (where you pick the colour) is, and look at the "onChange" function. then go down to the preview window and look there ... and then go and look at the function used to change the image

(too lazy to type now ... got class soon...)
 
I see what you are saying, but I have no java smarts. Does anyone know where I can get the source code to do such a thing?

Thanks
 
text
they are actually scripts from javascript book for beginner
the one you are looking for is under images, entitled "using rollover"

i suggest you look at the different scripts if you're interested in learning some of them ...

otherwise, just go to script 8 and the associated source code directly... they have the source codes and also sample usage ...

and oh, JavaScript is not the same as Java .. just thought i'd add that in 🙂

have fun -)
 
Back
Top