Hi, The below code changes the background color of the TEXTAREA box. What I *really* want is to just change the background color for the text only. Is this...
I have a very simple slideshow and image resizer that is going slightly wrong and I need some help. The resizing is to keep the image within a certain aspect...
In my web page I preload images so that when a user clicks on a part of the image, the image changes. The images are used to display 4 tabs. Each image shows a...
No it isn't. Yet, you can use a layer rather than a textarea: try this aqnd see how it looks on a browser: <div id="foo" style="width: 400; height: 150;...
Hello, Could anyone tell me if there is a way to check using javascript if a certain file exists ? I want to create a photoalbum script which automatically...
... I'm afraid this isn't possible. Javascript is a client side language. What you are talking about is server side scripting. In CF you'd use something like...
That's ok. Thanks for the info. I just needed to know if it was possible. So not than I will find other ways to reach my goals. Or leave them be. Thanx. ... if...
Hey, I joined this group because I'm trying to learn javascripting. I already have a basic understanding of java but not javascript. I've never programmed...
Hi all, I just joined the group because I'm starting to build up a website that I have big plans for. I'm totally new to "javascript"ing and thought this...
Owen, It sounds like you need to learn PHP or some other server-side technology. PHP is free and there in an immense community of developers that can offer...
In case you want Javascript you might check this site. W3Schools http://www.w3schools.com There you will find not only Javascript but also DHTML classes that...
Hi, I have some HTML like: <DIV> <FORM name=update method=post action=....> <DIV> some inouts </DIV> <DIV> some more inputs </DIV> <input type=button...
Ken, ... The code that you gave us in your email looks like you've retyped it rather than copying the exact code across, so I'm not sure what the problem...
I'll echo what others are saying: JavaScript is client-side only. Generally, you can't use it to do things like upload files. For that, what you'd need is a...
... method="post" action="youractionpage.ext" onsubmit="return confirm('Are you sure?')"> ... Right! assuming that all you want is a simple "confirm", this is...
Hello, all. Long-time lurker, infrequent poster. I have a dropdown menu in a form that, depending on the selection, uses javascript to populate another...
Hi friends! This is a website that i created . www.latech.edu/~ngo004 This website doesn't seem to work only in netscape 4.7 . I do not know the reason . It...
Thanks to Walter and Stephen, My actual problem was "naming" the button "submit". As soon as I changed that the problem went away. However, your solutions are...
... That really bizarre that PHP doesn't handle multiple selects correctly without creating invalid html! You should be able to fix the code by creating a...
I have a script that uses the hidden frame concept. Whn we installed XP2 it quit working on IE. It works well on Firefox. I hear IE has security for cross...
Well, I think that before I can begin learning PHP and server sides, especially since I don't have my own server, I'll need to learn javascripting. Anyone...
How do you create image maps that would link to photos using javascript. thanks, - Owen __________________________________ Do you Yahoo!? All your favorites on...
on my PC. I have two websites that I have built with Javascript "pop ups". They work on every PC I get on, except for mine. The only time they work on mine,...
Check to make sure that you donąt have any popup blockers on/installed. Thanks Steffan ... T E L 6 0 2 . 5 7 9 . 4 2 3 0 | F A X 6 0 2 . 9 7 1 . 1 6 9 4 ...
Let's say I have a string like this: var strControlName = ("Control" + "1" + .value()"); How would I execute this string in order to get the value of this...
The function you want is "eval". Dave S ... From: "Mark E" <meckeard2000@...> To: <javascript_official@yahoogroups.com>; <js-jive@yahoogroups.com> Sent:...