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...
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 16432 - 16461 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16432
JoAnn, I loaded your page in IE 4.01 and it loaded fine (no errors and the menus worked). In NS 4.08 it produced the following JS errors (in order). JavaScript...
mainstreetcentral@...
richardx1313
Offline Send Email
Jan 1, 2003
6:50 pm
16433
I don't recall the circumstances of the install but I used to be able to use Visual Studio to debug my JS, now that I have VS.NET, I can't figure out how to...
jschlosser@...
jojo_super77
Offline Send Email
Jan 2, 2003
5:25 pm
16434
Thanks for the feedback. Arggghhh! the WriteMenus is defined or else it wouldn't work anywhere, would it? I am assuming you are on a PC? JoAnn ... From:...
jschlosser@...
jojo_super77
Offline Send Email
Jan 2, 2003
5:40 pm
16435
I have two menus that load invisibly and appear on clicks. Once visible, a click on the menu takes you to another page. On returning, the links can be clicked...
peter_glickman <peter...
peter_glickman
Offline Send Email
Jan 2, 2003
6:22 pm
16436
I am ready to scream. I HATE these browser/platform issues. Why am I getting different JS errors with different older combinations and none with newer...
jschlosser@...
jojo_super77
Offline Send Email
Jan 2, 2003
6:34 pm
16437
Does anybody know how to prevent "printing" on certain Internet Explorer pages whereas the other pages are "printable"? Is there any software for that? I...
Kang, Daniel
DKang@...
Send Email
Jan 2, 2003
8:32 pm
16438
I have an image that's a link. I have the border set to 1. The border is blue. How can I change the color of the border to match what I have set in my...
Steve Reich
pagecoder
Offline Send Email
Jan 2, 2003
8:41 pm
16439
Try this: <html> <style> @media print { .dontprint {display:none;visibility:hidden;} } </style> <body class="dontprint"> </body> </html> -- Raymond Irving ... ...
Raymond Irving
xwisdom
Offline Send Email
Jan 2, 2003
8:52 pm
16440
Whoops! Another user is beginning to hate NS4. Have you ever look at DynAPI - The cross-browser solution? Life without a cross-browser script or api can be ...
Raymond Irving
xwisdom
Offline Send Email
Jan 2, 2003
9:01 pm
16441
Hi Peter, When using NS4 the visibility settings are "hide" and "show" // hides a layer document.layers['namehere'].visibility="hide"; // shows a layer ...
Raymond Irving
xwisdom
Offline Send Email
Jan 2, 2003
9:08 pm
16442
Raymond, Wow, this is the prefect solution. I really appreciate your help. Daniel ... From: Raymond Irving [mailto:xwisdom@...] Sent: Thursday, January...
Kang, Daniel
DKang@...
Send Email
Jan 2, 2003
9:24 pm
16443
... <img src="myimage.jpg" style="border: 2px solid #000080"> Dean Hamack Bushido Designs Dean@... Tel:(360)366-1062 ...
Dean Hamack
tactics2337
Offline Send Email
Jan 2, 2003
9:46 pm
16444
repost. ... __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com...
Ali Chadorbaf
alijavascript
Offline Send Email
Jan 2, 2003
10:27 pm
16445
A couple ideas... In a stylesheet, you can add: img {border-color:green} or in the html body you can just define a link color: <body link=orange> Steve Reich...
Holly Gomez
song4sky
Offline Send Email
Jan 3, 2003
2:46 am
16446
I think some versions of IE support the busy cursor but I think you could do the following trick: 1) create a layer 2) add an animated hour glass image inside...
Raymond Irving
xwisdom
Offline Send Email
Jan 3, 2003
3:07 am
16447
Thanks for the tip Raymond. However, changing that doesn't make any difference. The menu links still don't work at all. Any idea why? Peter...
peter_glickman <peter...
peter_glickman
Offline Send Email
Jan 3, 2003
9:48 am
16448
... It's more complicated than that. Sure, the code above will work, but so will document.layers['namehere'].visibility="visible"; ...
Peter-Paul Koch
gassinaumasis
Offline Send Email
Jan 3, 2003
9:56 am
16449
Hi, I am getting the following error whenever I click certain buttons of a particular application. For instance, there is a button by which a user can add...
kaushik_rana <kaushik...
kaushik_rana
Offline Send Email
Jan 3, 2003
10:22 am
16450
This has been driving me crazy for the last few days and it makes no sense at all. Any javascript that's being included into my page using a <script src= is ...
Michael Dinowitz
mdinowit
Offline Send Email
Jan 3, 2003
6:35 pm
16451
On the web you are not calling up Test.htm were the file is called test.htm On the web is very case sensitive, with Microsoft is does not care, From Eric ...
Eric Richards
e.richards@...
Send Email
Jan 3, 2003
8:24 pm
16452
I have two menus that are hidden on load. Clicking on links causes the menus to appear. Clicking on the menus sends you to another page. When you click "back,"...
peter_glickman <peter...
peter_glickman
Offline Send Email
Jan 4, 2003
2:48 am
16453
Hi Peter, First off, I don't believe you need the eval functions at all. You can use a variable directly as the index to the array. eval( "document.layers['" +...
mainstreetcentral@...
richardx1313
Offline Send Email
Jan 4, 2003
4:25 pm
16454
I took Randy's script and downloaded 13000 messages with it. No problems at all except for a timeout from IE if I tried more than about 2k messages at a...
Tim Allman <t_allman@...
t_allman
Offline Send Email
Jan 5, 2003
5:04 am
16455
Thanks for the feedback, Richard. I tried both of your suggestions without the eval() function and neither worked, but it did inspire me to continue looking. I...
peter_glickman <peter...
peter_glickman
Offline Send Email
Jan 6, 2003
3:42 am
16456
The error was on the webserver side. .js was mapped to a server side script that caused the client side JS to fail. Tracked down and killed....
Michael Dinowitz
mdinowit
Offline Send Email
Jan 6, 2003
4:12 pm
16457
Hi to all, I am new to this group. I would like to introduce myself in case I can be of any particular help.<?xml:namespace prefix = o ns =...
Leviaguirre Queral Jo...
JLEVIAGU@...
Send Email
Jan 7, 2003
5:11 pm
16458
Hello, something is wrong with this code because I get always the error "current_img" is null or not an object. The calling code is : <table cols=3...
drenzii <drenzi@...>
drenzii
Offline Send Email
Jan 9, 2003
2:01 am
16459
I have a form that has 5 text boxes. Three of the text boxes combine to form a dept number. The user is required to either enter the dept number (fill the...
David Hannum
OUJasper
Offline Send Email
Jan 10, 2003
1:08 pm
16460
copy your page into an email. I'm sure someone(including me) will spend a little time and share our wisdom with you. geoff ... From: David Hannum...
Geoff Ellis
goofelvis
Offline Send Email
Jan 10, 2003
2:12 pm
16461
This is a strange one, on some browsers - particularly IE5, when I try to close a window down which has been launched from a hyperlink, it seems that the...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Jan 10, 2003
2:20 pm
Messages 16432 - 16461 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