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 11385 - 11414 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11385
JavaScript Coders, I have found that the Javascript redirection line of code below fails to work from time to time. I get the error message...
dscheschwernick
Offline Send Email
Jan 1, 2002
8:43 pm
11386
I don't think you can make frames visible or invisible. Use divs as the others have mentioned. vince ... From: Steffan A. Cline [mailto:steffan@...] ...
Vincent Rallon
vrallon
Offline Send Email
Jan 2, 2002
4:24 am
11387
only in IE... http://p2p.wrox.com/archive/html_code_clinic/2001-10/4.asp ... From: "Vincent Rallon" <vrallon@...> To: <JS-Jive@yahoogroups.com>...
Carlos Mossman
carlosmossman
Offline Send Email
Jan 2, 2002
6:36 am
11388
... Does that happen when you reload all frames, and not if you reload only the frame with the script? If so, the problem is that the frame "content" isn't yet...
Peter-Paul Koch
gassinaumasis
Offline Send Email
Jan 2, 2002
8:25 am
11389
Hello, I am getting a syntax error with the following code . <input type = "button" name="view" value="View Info" onclick =...
vayumahesh
Offline Send Email
Jan 2, 2002
3:22 pm
11390
Hi, I need some javascript that will choose a number between 1 and 6 randomly... cheers Best Regards, Robert Sindall Sardius Limited http://www.Sardius.com/ ...
Robert Sindall
robert2169uk
Offline Send Email
Jan 2, 2002
3:27 pm
11391
"4.22 How do I generate a random integer in [1..N]? " http://jibbering.com/faq/#FAQ4_22 Regards Thor Larholm Jubii A/S - Internet Programmer ... From: Robert...
Thor Larholm
thor@...
Send Email
Jan 2, 2002
3:30 pm
11392
Use Math.random() Multiply by the range you want, e.g 6 and then round it down or whatever. Var a = Math.round(Math.random()*6); ... http://www.Sardius.com/ ...
Russ Michaels
snake@...
Send Email
Jan 2, 2002
3:35 pm
11393
Happy New Year everyone. I have a tiny problem. I've got a 2 frame frameset ( sub1 and sub2), nested in another frame of a frameset. ... there.....( I hope it...
Geoff Ellis
goofelvis
Offline Send Email
Jan 2, 2002
4:23 pm
11394
sorry, what I meant was there an easier way other than taking screen.availheight and subtracting the other frames height? Thanks Geoff ... From: Geoff Ellis...
Geoff Ellis
goofelvis
Offline Send Email
Jan 2, 2002
4:27 pm
11395
OK, I've worked out the top position, by subtracting the other frame sizes and it works ok. It's now thrown up another problem. in sub1 frame, there is a drop...
Geoff Ellis
goofelvis
Offline Send Email
Jan 2, 2002
5:01 pm
11396
Where can I find a mailing list for PERL? Thanks, Steven D Dworman ... Web Consultant Systems Administrator ComSpec International -...
Steven Dworman
dwormans@...
Send Email
Jan 2, 2002
6:15 pm
11397
try www.activestate.com "Steven Dworman" <dwormans@...> on 01/02/2002 12:22:39 PM Please respond to JS-Jive@yahoogroups.com To: "JS JIVE"...
savan.thongvanh@...
a11br0wn
Offline Send Email
Jan 2, 2002
6:20 pm
11398
actually, there is more then on on this yahoo server.. look for PBML, its a great list with alot of members.. activestate is more for perl on win32 only, PBML...
Franki
frankieh@...
Send Email
Jan 2, 2002
6:24 pm
11399
You can find a large collection of perl mailing lists at <http://lists.perl.org/>....
Cary Gordon
listuser@...
Send Email
Jan 2, 2002
6:25 pm
11400
thank you ... From: Cary Gordon [mailto:listuser@...] Sent: Wednesday, January 02, 2002 1:25 PM To: JS-Jive@yahoogroups.com Cc: CF-LINUX Subject: Re:...
Steven Dworman
dwormans@...
Send Email
Jan 2, 2002
6:29 pm
11401
Try in the onClick event: window.location.href = 'http://127.0.0.1/mcs/mcspageview.cfm' or if you'd like to open it in a new window... ref =...
Hays, Duncan
DHays@...
Send Email
Jan 2, 2002
6:56 pm
11402
The onClick value is not valid. Change it to: onclick="location.href='http://.....'" To make the button look different, you have to use an image rather than...
Donald Arnett
darnit78
Offline Send Email
Jan 2, 2002
6:57 pm
11403
i'm trying to find an efficient way to store/edit/access rental status information (dates rented/dates available) for some cottages. the extremely inefficient...
Carlos Mossman
carlosmossman
Offline Send Email
Jan 3, 2002
5:41 am
11404
Hi all can i use javascript to detect if a computer has a soundcard and microphone installed ? TIA Nitish [Non-text portions of this message have been removed]...
Nitish Bezzala
nbezzala
Offline Send Email
Jan 3, 2002
7:37 am
11405
This info should be in one database and, to keep it simple, in one table. More info is needed to really design the table, but using the fields that you...
Donald Arnett
darnit78
Offline Send Email
Jan 3, 2002
9:54 am
11406
Detecting an enabled soundcard: <URL: http://www.faqts.com/knowledge_base/view.phtml/aid/11035/fid/125 > Detecting an installed microphone ? I'd look into...
Thor Larholm
thor@...
Send Email
Jan 3, 2002
10:28 am
11407
People, I read on MSDN that the height property of an iFrame is read/write. I'm trying to get that measurement. here's what I've tried... bearing in mind the...
Geoff Ellis
goofelvis
Offline Send Email
Jan 3, 2002
12:33 pm
11408
How would you hide the toolbar in the current window? I know how it can be implemented in a new window. Thanks in advance Colin...
kwokloonliu
Offline Send Email
Jan 3, 2002
3:21 pm
11409
You don't Regards Thor Larholm Jubii A/S - Internet Programmer ... From: kwokloonliu [mailto:kwokloonliu@...] Sent: 3. januar 2002 16:22 To:...
Thor Larholm
thor@...
Send Email
Jan 3, 2002
3:22 pm
11410
I don't think you can do this. It only works when opening a new window (If anyone wants to correct me, then I'll gladly appreciate it) ... From: kwokloonliu...
Bunyan, Toby
toby_bunyan
Offline Send Email
Jan 3, 2002
3:25 pm
11411
Thanks for the prompt response. So how would you implement a script that would not allow the user to copy the text in the browser? Is there no alternative...
kwokloonliu
Offline Send Email
Jan 3, 2002
3:32 pm
11412
<SNIP>So how would you implement a script that would not allow the user to copy the text in the browser?</SNIP> Well the toolbar is only one of many ways to do...
Bunyan, Toby
toby_bunyan
Offline Send Email
Jan 3, 2002
3:37 pm
11413
You could make it a ball ache for them by doing some of the following. 1. Expire the page... so it's not cached, that way they could not look at the source off...
Geoff Ellis
goofelvis
Offline Send Email
Jan 3, 2002
3:45 pm
11414
From: Geoff Ellis [mailto:geoff@...] ... view-source:http://yourserver.com/yourpage.html Trying to hide stuff is a waste of time. If you don't want...
Thor Larholm
thor@...
Send Email
Jan 3, 2002
3:48 pm
Messages 11385 - 11414 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