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 16240 - 16269 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16240
pop the window up and immediatly blur() it so it hides behind the main window... that would work.. rgds frank ... From: George Tsang...
Franki
frankhauptle
Offline Send Email
Dec 1, 2002
11:15 am
16241
Netscape composer will also let you copse HTML email. I use DreamWeaver to create the page then paste it into the HTML extra tool. If you make all of the image...
Mike Brandonisio
xmbrandox
Offline Send Email
Dec 1, 2002
5:01 pm
16242
hi... any body has script for editor on-line. it's like when we write an email based on web ? or may be you've got the url ? please..................... ...
Rahman Hadi
ramhadi@...
Send Email
Dec 2, 2002
8:59 am
16243
the best way is to make a small flash movie with just the sound(music?) you want and embed that works a treat....
Matt Horn
horn_matt
Offline Send Email
Dec 2, 2002
9:45 am
16244
Why bother to use Flash or JS for this when you can just do this?: <head> <bgsound src="mysong.wav" loop="-1"> </head> Tat's all it takes to put background...
Dean Hamack
tactics2337
Offline Send Email
Dec 2, 2002
4:23 pm
16245
depends on how big the .wav file is with flash you can crunch it right down...
Matt Horn
horn_matt
Offline Send Email
Dec 2, 2002
4:34 pm
16246
Hallo, is it possible to hiding pictures when user print a page? Thank you, Bye, Pietro...
pietro_carubbi
Offline Send Email
Dec 2, 2002
5:11 pm
16247
Yes <style media ="print"> .dont { display:none; } </style> <img class="dont" src="blah.png"> Sold ... Matt...
Matt Horn
horn_matt
Offline Send Email
Dec 2, 2002
5:25 pm
16248
... David, I finally got a chance to implement this this morning. It works great. It has two unfortunate side effects though... If you go to this page: ...
Dean Hamack
tactics2337
Offline Send Email
Dec 2, 2002
5:35 pm
16249
This inability to go back is caused by going back to the full-screen page that generated the bounce. This means that you can't "back" your way back to the...
David Smart
david_j_smart
Offline Send Email
Dec 2, 2002
10:42 pm
16250
Hey all. I want to become proficient in writing cross browser dhtml. What's the best way to become proficient in the html/css/js combo? Are there any good...
coo_t2
Offline Send Email
Dec 3, 2002
1:16 am
16251
hy guys, it's look nice, it give me solution http://www.xefteri.com/articles/apr202002/content_editor.aspx ... From: Rahman Hadi To: JS-Jive@yahoogroups.com ...
Rahman Hadi
ramhadi@...
Send Email
Dec 3, 2002
3:22 am
16252
Hi, Was wondering if you could help me. How to I set the style class used on a div? Something like document.theDiv.style = theClass Any ideas? Johnny IT...
johnny.miller@...
jpm_rc
Offline Send Email
Dec 3, 2002
10:53 am
16253
document.theDiv.className='theClass'...
Matt Horn
horn_matt
Offline Send Email
Dec 3, 2002
11:06 am
16254
So why does this give me an error then? <html> <head> <title>Untitled</title> <style type="text/css"> <!-- .black-bg { background-color: #000000; } .green-bg {...
Miller, Johnny, BMG ...
jpm_rc
Offline Send Email
Dec 3, 2002
11:29 am
16255
... Try the above line as: document.getElementById("theDiv").className="green-bg"; HTH! -- Hassan Schroeder ----------------------------- hassan@......
Hassan Schroeder
laughingandj...
Offline Send Email
Dec 3, 2002
12:35 pm
16256
Perfect. Thanks lots. Johnny ... From: Hassan Schroeder [mailto:hassan@...] Sent: 03 December 2002 12:35 To: JS-Jive@yahoogroups.com Subject: Re:...
johnny.miller@...
jpm_rc
Offline Send Email
Dec 4, 2002
10:34 am
16257
The error is from here: document.theDiv.className='green-bg'; you could change it as follows: document.all.theDiv.className='green-bg'; or ...
seagle.k
seagle1976
Offline Send Email
Dec 4, 2002
1:11 pm
16258
Hi, I need to create a Tabbed Interface for an Intranet I work on. I have found plenty out there, some very impressive. However, I need a Tabbed Interface that...
johnny.miller@...
jpm_rc
Offline Send Email
Dec 4, 2002
3:42 pm
16259
several levels? ... From: johnny.miller@... [mailto:johnny.miller@...] Sent: 04 December 2002 15:42 To: js-jive@yahoogroups.com Subject: Tabbed...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Dec 4, 2002
4:36 pm
16260
I have a frameset with 2 frames(top,bottom) and I would like for the bottom frame to reload the top frame. I can't seem to get the correct syntax. Any help? ...
Bosky, Dave
sknyppy
Offline Send Email
Dec 4, 2002
7:14 pm
16261
I have a frameset with 2 frames(top,bottom) and I would like for the bottom frame to reload the top frame. I can't seem to get the correct syntax. Any help? ...
sknyppy
Offline Send Email
Dec 4, 2002
7:25 pm
16262
You just need to target the correct frame. Something like: parent.frames[0].location.reload(); This should reload the top frame. ... From: Bosky, Dave...
Hays, Duncan
DHays@...
Send Email
Dec 5, 2002
2:53 pm
16263
hello everyone i am fairly new at javascript and was wondering if someone could help me figure out what i am doing wrong i keep getting an error in the...
get to know me first!
ultimatewarm...
Offline Send Email
Dec 5, 2002
6:23 pm
16264
I have a screen (IE only) where the user makes selections from a big list of checkboxes. The checkboxes are grouped by "main area" and "sub area" and any main...
Ricq Pattay
ricq_pattay
Offline Send Email
Dec 5, 2002
7:12 pm
16265
Sigh. Never mind. I needed to wrap the code following my first if statement in { }. ... From: "Ricq Pattay" <ricq@...> To: <JS-Jive@yahoogroups.com> Sent:...
Ricq Pattay
ricq_pattay
Offline Send Email
Dec 5, 2002
8:01 pm
16266
Hi, I experimented with checkboxes and cookies. You can view my source code if you want. http://viewcharts.com/roulette/outside.html get to know me first!...
Free Roulette Systems
AIhacker
Offline Send Email
Dec 5, 2002
9:29 pm
16267
document.frmDownload.elements[i].id Do you know what the id is based on the index value? You might be able to check and see if the index value is equal to a...
Free Roulette Systems
AIhacker
Offline Send Email
Dec 5, 2002
9:37 pm
16268
Hi, I'm not sure if this is a question that would involve javascript or not...but here it goes... I would like to be able to have a form on my website, where...
Jessy
txjessy26
Offline Send Email
Dec 6, 2002
2:54 am
16269
Hi y'all, Seems this must be the right language to do such a thing. I can do MS Access, a little Visual Basic, and a lot of Clipper, pretty good with...
carl01913
Offline Send Email
Dec 6, 2002
3:37 am
Messages 16240 - 16269 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