Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 20534 - 20563 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20534
... Agreed. Just working with the information given. ;)...
Stephen Moretti (cfma...
cfdeveloperuk
Offline Send Email
Dec 1, 2004
8:30 am
20535
... You have 3 JS errors in your site, specifically in the left hand frame. Error: document.myform has no properties Source File:...
Stephen Moretti (cfma...
cfdeveloperuk
Offline Send Email
Dec 1, 2004
9:16 am
20536
... 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...
Stephen Moretti (cfma...
cfdeveloperuk
Offline Send Email
Dec 1, 2004
9:40 am
20537
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...
James Smith
jvsumc
Offline Send Email
Dec 3, 2004
2:47 pm
20538
Heyy Stephen! Thanks a lot. I certainly think this would help me solve the JS errors and the other problem as well. Thanks chandu ... ...
chandru
chandu_dream...
Offline Send Email
Dec 5, 2004
6:34 am
20539
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...
Owen Carver
revracnewo
Offline Send Email
Dec 5, 2004
6:34 am
20540
How do you create image maps that would link to photos using javascript. thanks, - Owen __________________________________ Do you Yahoo!? All your favorites on...
Owen Carver
revracnewo
Offline Send Email
Dec 6, 2004
6:54 am
20541
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,...
veetwin_60
Offline Send Email
Dec 8, 2004
1:10 am
20542
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 ...
Steffan A. Cline
steffan_cline
Online Now Send Email
Dec 8, 2004
2:04 am
20543
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...
Mark E
meckeard2000
Offline Send Email
Dec 9, 2004
7:44 pm
20544
The function you want is "eval". Dave S ... From: "Mark E" <meckeard2000@...> To: <javascript_official@yahoogroups.com>; <js-jive@yahoogroups.com> Sent:...
David Smart
smartware_co...
Offline Send Email
Dec 9, 2004
11:20 pm
20545
I advise against the very inefficient eval() function. Instead, use the accumulated string as an index to the form's elements array: var myForm =...
Danny Goodman
ae9f
Offline Send Email
Dec 10, 2004
1:45 am
20546
Danny, Thanks. I will look into this. Mark Danny Goodman <dannyg@...> wrote: I advise against the very inefficient eval() function. Instead, use the...
Mark E
meckeard2000
Offline Send Email
Dec 10, 2004
12:13 pm
20547
Thanks Dave. David Smart <smartware@...> wrote: The function you want is "eval". Dave S ... From: "Mark E" To: ; Sent: Friday, December 10, 2004...
Mark E
meckeard2000
Offline Send Email
Dec 10, 2004
12:13 pm
20548
Hi, I have a page that has an iframe in it. The javascript in the iframe sets a variable that is in the javascript of the parent page. I can access the...
Mark Wheeler
musicarr34
Offline Send Email
Dec 11, 2004
9:46 am
20549
... The variable you're trying to access is in the scope of the parent window object, not the window's document object. You can reference the variable from the...
Danny Goodman
ae9f
Offline Send Email
Dec 11, 2004
11:24 pm
20550
Ahhhh... now I understand. Thanks so much. Mark On Dec 11, 2004, at 3:24 PM, Danny Goodman wrote: ... The variable you're trying to access is in the scope of...
Mark Wheeler
musicarr34
Offline Send Email
Dec 12, 2004
12:08 am
20551
Ahhhh... now I understand. Thanks so much. Mark On Dec 11, 2004, at 3:24 PM, Danny Goodman wrote: ... The variable you're trying to access is in the scope of...
Mark Wheeler
musicarr34
Offline Send Email
Dec 12, 2004
8:53 pm
20552
I was hoping that someone good point to a good reference. I want to make a form that has dynamic fields where they do not exist until a button is clicked. His...
Steffan A. Cline
steffan_cline
Online Now Send Email
Dec 16, 2004
5:38 am
20553
Hi, I've a unique problem. Check out the following link(s): http://tonedeaf.redirectme.net/pictures-new2.html Here are the support files. ...
Mark Wheeler
musicarr34
Offline Send Email
Dec 17, 2004
5:39 pm
20554
Hi all, I need to change the type property of an html input tag to be hidden/viewing frequently via java script programming. e.g. let's say i have the...
Ali Chadorbaf
alijavascript
Offline Send Email
Dec 20, 2004
8:14 pm
20555
Have a look at the visibility property - e.g. at http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/visibility.asp Dave S ... From: "Ali...
David Smart
smartware_co...
Offline Send Email
Dec 20, 2004
11:36 pm
20556
Hi, I thought I'd repost this, as I didn't get any responses the first time. Thanks for your time. I've a unique problem. Check out the following link(s): ...
Mark Wheeler
musicarr34
Offline Send Email
Dec 21, 2004
9:27 am
20557
you can enclose the button in a span or div tag and change the properties of the span or div to be hidden. found this page and it seems to have everything you...
Ken Auenson
kja2
Online Now Send Email
Dec 21, 2004
9:19 pm
20558
... add an ID so <input type="button" name="Run" id="Run" value="...."> and then use this: document.getElementById("Run").type="hidden"; HTH! -- Hassan...
Hassan Schroeder
laughingandj...
Offline Send Email
Dec 21, 2004
9:29 pm
20559
I have a normal form with a submit button but whenever I click anywhere within the form the button gets an extra border around it. I can't stand this because...
Bosky, Dave
sknyppy
Offline Send Email
Dec 21, 2004
9:45 pm
20560
Dear Sisters & Brothers, I want to make a webpage by adding 4-5 webpages from net. The newly creating webpage have to show one after other webpages retrieving...
Khaleel Deli
khaleeldeli
Offline Send Email
Dec 28, 2004
11:09 pm
20561
I have spent the better part of the weekend learning to use the DOM. I think that I may be getting better with it but have reached a point where I am stuck. If...
Steffan A. Cline
steffan_cline
Online Now Send Email
Jan 1, 2005
1:38 am
20562
hi You can use frames or iframes... ... -- *Alain* Some People dream of success ......while others wake up and work hard at it....
*Alain*
haddad_alain
Offline Send Email
Jan 3, 2005
8:57 pm
20563
how could get the text under the mouse...
double
webberhan
Offline Send Email
Jan 3, 2005
8:58 pm
Messages 20534 - 20563 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help