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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 15052 - 15081 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15052
Hey guys, instead of trying to code around resizing a picture and all, why not provide a list of thumbnails, either along the top or in a frame one the left...
boudrcj
Offline Send Email
Aug 1, 2002
2:01 pm
15053
... following will ... img4), change ... file name. ... calculate the ... use the ... if ... second ... large ... parameter and ... img4. ... need to use ... ...
boudrcj
Offline Send Email
Aug 1, 2002
2:02 pm
15054
I don't suppose anyone can spot what is wrong with this code??? It works fine for IE, but in NN4.7 it does nothing.... most of the time..... Regards Stephen. ...
Stephen Moretti
cfdeveloperuk
Offline Send Email
Aug 1, 2002
3:08 pm
15055
it's been a while but I don't believe document.searchcode exists in NN any correction on that statement? "Stephen Moretti" <stephen@...> on...
savan.thongvanh@...
dsmwebguy
Offline Send Email
Aug 1, 2002
3:15 pm
15056
I believe that is true and you need to use document.forms["searchcode"] ... From: savan.thongvanh@... [mailto:savan.thongvanh@...] Sent:...
Don Arnett
darnit78
Offline Send Email
Aug 1, 2002
3:22 pm
15057
... Sorry guys. That's not the answer. document.formname is quite valid in NN as well as IE. To be sure I did try it out and I get the same lack of response...
Stephen Moretti
cfdeveloperuk
Offline Send Email
Aug 1, 2002
3:30 pm
15058
All, How can I make one of the items in a Select box bold while the other items remain normal ? TIA, KOY...
Kayode Yusuf
ko_yusuf
Offline Send Email
Aug 1, 2002
3:59 pm
15059
which one do you want to make bold?...
Matt Horn
horn_matt
Offline Send Email
Aug 1, 2002
4:01 pm
15060
Say - the second item - In reality, it could be anyone at random. ... From: Matt Horn [mailto:matt.horn@...] Sent: Thursday, August 01, 2002...
Kayode Yusuf
ko_yusuf
Offline Send Email
Aug 1, 2002
4:02 pm
15061
sorry try document.formName.selectname.options[document.formName.selectname.selectedIndex].style='font-weight:bold'; that should make the selected item Bold...
Matt Horn
horn_matt
Offline Send Email
Aug 1, 2002
4:04 pm
15062
Thanks but it is not doing what I wanted - it still does not render the item fully in Bold. ... From: Matt Horn [mailto:matt.horn@...] Sent:...
Kayode Yusuf
ko_yusuf
Offline Send Email
Aug 1, 2002
5:49 pm
15063
... That last should be .style.fontWeight='bold';" HTH! -- H* Hassan Schroeder ----------------------------- hassan@... Webtuitive Design === (+1)...
Hassan Schroeder
laughingandj...
Offline Send Email
Aug 1, 2002
6:48 pm
15064
Thanks but still the item is not rendered BOLD but rather, just enlarged. Is this mission impossible ? TIA ... From: Hassan Schroeder...
Kayode Yusuf
ko_yusuf
Offline Send Email
Aug 1, 2002
7:04 pm
15065
... Here's a complete test page that works for me in Moz1.0/Win; if it's not working for you I'd suspect either 1) your browser doesn't support this *or* 2)you...
Hassan Schroeder
laughingandj...
Offline Send Email
Aug 1, 2002
7:18 pm
15066
Hi all I have a HTML table ex: displyaing a table id , name etc When I populate from table I put id,name in a hidden variables When two rows are having same...
Bheemasena Rao.Y
raocan
Offline Send Email
Aug 2, 2002
5:40 am
15067
I have the following link on my page in which I am wanting to open a list of songs: onMouseOver="popLayer('#Song_List_New#');timer(15000);"> I have the...
Larry Juncker
ljjsr_2000
Offline Send Email
Aug 2, 2002
4:05 pm
15068
It's because each time you call setTimeout it returns a unique id for that timer, therefore your not clearing the existing timer, but simply starting a new...
Paul Cole
coupe_man2000
Offline Send Email
Aug 2, 2002
4:13 pm
15069
Thanks Paul, I will give that a try.... ... From: Paul Cole [mailto:pcole@...] Sent: Friday, August 02, 2002 11:13 AM To: JS-Jive@yahoogroups.com ...
Larry Juncker
ljjsr_2000
Offline Send Email
Aug 2, 2002
4:20 pm
15070
Hi All, Does anyone know if the for(var i in myObject) is supported on the Mac OS? Will the followinf example work on a Mac using a web browser? var...
Raymond Irving
xwisdom
Offline Send Email
Aug 2, 2002
4:34 pm
15071
... Yes, it is. ... Which browser? ppk _________________________________________________________________ Send and receive Hotmail on your mobile device:...
Peter-Paul Koch
gassinaumasis
Offline Send Email
Aug 2, 2002
4:52 pm
15072
IE4+ and NS4+ ... __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com...
Raymond Irving
xwisdom
Offline Send Email
Aug 2, 2002
4:56 pm
15073
Thanks a lot! I was kinda worried if the Mac OS browsers did not support this feature. Many thanks again. ... ...
Raymond Irving
xwisdom
Offline Send Email
Aug 2, 2002
4:58 pm
15074
Hello all Looking for a little help with popup windows Currently I seem to be able to remove all buttons in the top right but the close button Is there a way...
Bruce, Rodney S HQISE...
rodbruce1000
Offline Send Email
Aug 2, 2002
5:54 pm
15075
Hi, Does anyone know how to get js to show you the contents of an array? This is actually one of those object type arrays or whatever you want to call it...
Andre Turrettini
IT404
Offline Send Email
Aug 2, 2002
7:44 pm
15076
I just got out of a JavaScript course about an hour ago - Unless you must allow users to use NS4, just tell them to upgrade their browsers. Use a browser...
jschlosser@...
jojo_super77
Offline Send Email
Aug 2, 2002
8:07 pm
15077
I need some help here, folks... I need to know how to determine, via javascript, if the "Back" button has been clicked, and set a variable accordingly. I've...
bobsawyerdotcom
Offline Send Email
Aug 2, 2002
8:14 pm
15078
If the fields f1,f2,f3 are displayable items, you should be able to display them alert( ritems[1].f1 + " " + ritems[1].f2 + " " + ritems[1].f3); ... From:...
Don Arnett
darnit78
Offline Send Email
Aug 2, 2002
9:21 pm
15079
Right, Alas theres up to 600 riteems and each ritem can have 30 entries. I was hoping for a 10 keystroke solution! DRE ... From: Don Arnett...
Andre Turrettini
IT404
Offline Send Email
Aug 2, 2002
10:06 pm
15080
Actually NS4 recently celebrated it's 5th birthday :) http://www.scottandrew.com/ns4.html -- Jon mailto:jonhall@... Friday, August 2, 2002, 4:07:04 PM,...
Jon Hall
jonhall@...
Send Email
Aug 3, 2002
2:13 am
15081
... That is not possible. You cannot know *how* the user came to a particular page, you can only know *that* he came to this particular page. ppk ...
Peter-Paul Koch
gassinaumasis
Offline Send Email
Aug 3, 2002
5:26 am
Messages 15052 - 15081 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