Search the web
Sign In
New User? Sign Up
1stJavaScript · This is a group where questions, suggestions, etc can be posted about HTML, JavaScript and CSS, etc.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2220 - 2249 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2220
Is it possible to have an image appear when the mouse is hovered along with the text like in this case text appears when mouse is hovered? ...
Riyad Anabtawi
riyada@...
Send Email
Jan 2, 2006
4:39 pm
2221
is it possible to 'soft code' the name of a frame when using the dom 'location' object? so instead of e.g. 'parent.myframe.location' you say ...
kloro2005
Offline Send Email
Jan 3, 2006
9:12 am
2222
The 'layer' that is created to show the text is simple HTML, so can contain anything you like that is supported by HTML. I've played with this myself a little,...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 3, 2006
10:34 am
2223
Tom, as 'myframe' is a _soft_ name (i.e. you chose it), then it's already a pointer, so not sure what the problem is. Perhaps you can explain what you're...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 3, 2006
10:37 am
2224
... pointer_to_frame to ... 'myframe' is a pointer in my example, true enough, but i want to vary that pointer depending on which frame has the mouse focus. i...
tom arnall
kloro2005
Offline Send Email
Jan 4, 2006
9:40 am
2225
I still don't know enough about what you're trying to achieve to be able to offer any advice. Anyone else get the problem? Rob. ... From:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 4, 2006
9:49 am
2226
Robert Any idea why the text is off in IE6? Regards Riyad ... Received: Tue, 03 Jan 2006 02:34:37 AM PST From: "Atkinson, Robert" <ratkinson@...> To:...
Riyad Anabtawi
riyada@...
Send Email
Jan 4, 2006
9:54 am
2227
My guess is the X and Y offsets :- var Xoffset=20; var Yoffset= -100; Try playing with these. Something like -60 and 20 should be close. Rob. ... From:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 4, 2006
10:00 am
2228
Just had another look at the problem, and the popup is not in a static position in relation to the HREF, and moves about as you scroll down the page. This may...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 4, 2006
10:19 am
2229
Ok thanks Robert. In my Firefox and Netscape they are static.. so these seem to work fine there, how can I implement a debug program made just for IE 6.? Plus...
Riyad Anabtawi
riyada@...
Send Email
Jan 4, 2006
1:11 pm
2230
Do you have I.E. 6? ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of Riyad Anabtawi Sent: 04 January 2006 13:10 To:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 4, 2006
1:17 pm
2231
I would say the more errors people see in IE, the more they will use it less. I have had uninstalled a long time ago, and after having reinstalled it again ...
Riyad Anabtawi
riyada@...
Send Email
Jan 5, 2006
3:09 am
2232
Browsers Browser Hits % Bytes % Visitors Pages Errors 1 Explorer 6.0 320,881 70.3% 3.77GB 69.4% 8,341 30,494 2,856 2 Explorer 5.5 24,924...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 5, 2006
8:52 am
2233
Maybe switch is what you want: switch(n) { case(n="1"): //do something break case(n="2"): //do something else break } Best, Esteban ... zelalem ... for example...
Esteban A. Glas
stevie_glas
Offline Send Email
Jan 6, 2006
12:05 pm
2234
First of all I would like to thanks the help of the users. The sites about bidimensional arrays were very helpfull and i'm about to finish the sudoku game. But...
zahoric10
Offline Send Email
Jan 6, 2006
12:54 pm
2235
when i try to do a search on the group archives, i get a 'file ... cannot be found' message. thanks, tom arnall north spit, ca...
tom arnall
kloro2005
Offline Send Email
Jan 6, 2006
7:45 pm
2236
hi Riyad, when you post an item to the list, it will make it easier for others to reply if you limit the item to a single topic. also, the subject list should ...
tom arnall
kloro2005
Offline Send Email
Jan 6, 2006
7:46 pm
2237
i can't get window.onerr to workcan't get window.onerr to work, i.e., i still get the vanilla error popup. same for catch/try. i am running mozilla firefox. --...
tom arnall
kloro2005
Offline Send Email
Jan 6, 2006
7:46 pm
2238
if i have "parent.frameName.getElementById", e.g., can i get the equivalent with something like "variableFrameName='frameName';parent. ...
tom arnall
kloro2005
Offline Send Email
Jan 6, 2006
7:46 pm
2239
Try this code: switch (y) { case 0: alert("Write Name:"); break; case -1: alert("Invalid Mail:"); break; default: location.href="2.htm"; } Ken Ward zahoric10...
Ken J Ward
kenjward
Offline Send Email
Jan 6, 2006
7:54 pm
2240
You might find this page of general help: http://www.quirksmode.org/js/iframe.html Frames and W3 DOM do not always work nicely together, though, because of the...
Ken J Ward
kenjward
Offline Send Email
Jan 6, 2006
8:34 pm
2241
Hi all I am new to the group and also javascript. I am slowly trying to learn how javascript works and have hit a varitable snag. I can't for the life of my...
Scott
cfmldragon
Offline Send Email
Jan 7, 2006
1:20 pm
2242
Theese two regular expresions: "(@.*@)|(\\.\\.)|(@\\.)|(\\.@)|(^\\.)"; "^.+\\@(\\[?)[a-zA-Z0-9\\-\\.\\_]+\\.([a-zA-Z]{2,4}|[0-9]{1,4})(\\]?)$" Validate an...
Esteban A. Glas
stevie_glas
Offline Send Email
Jan 7, 2006
5:10 pm
2243
is there a command-line debugger avail' for javascript? i know venkman claims to have a command-line option, but i need a debugger which does not require the...
tom arnall
kloro2005
Offline Send Email
Jan 9, 2006
9:11 am
2244
Hi All, I am trying to create an expand / collapse div functionality in my web page. The data is database driven, and goes down 3 levels. (grandparent, parent...
austink_2004
Offline Send Email
Jan 11, 2006
3:39 pm
2245
Austin, it's very difficult to see what you're trying to achieve from the example you've sent, but try changing this "el.style.display = '';" to ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 11, 2006
3:55 pm
2246
hello there, if you go to question 5 and click the radio buttons, first and second it will give you 6a,6b,6c. When i click the third radio button then i want...
Simeon Eleftheriadis
ixnk
Offline Send Email
Jan 11, 2006
4:01 pm
2247
hello there, if you go to question 5 and click the radio buttons, first and second it will give you 6a,6b,6c. When i click the third radio button then i want...
Simeon Eleftheriadis
ixnk
Offline Send Email
Jan 11, 2006
4:02 pm
2248
You can use the 'object.style.display' property and 'onclick' event to hide/show the other elements. Rob. ... From: 1stJavaScript@yahoogroups.com...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 11, 2006
4:07 pm
2249
Try this example :- <html> <body> <form> <p><input type="radio" value="V1" checked name="R1" onclick="document.all.hidden.style.display = 'block';"> Show...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 11, 2006
4:15 pm
Messages 2220 - 2249 of 2988   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