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...
Show off your group to the world. Share a photo of your group with us.

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 17316 - 17345 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17316
Hello, I have a problem with the following script. The script must add an extra button if the user select a city other than Paris. It doesn's have syntax...
kjhseka
Offline Send Email
Apr 1, 2003
6:57 pm
17317
your document.write statement is overwriting the current document with the new html you're outputting. you have to target a div, frame, or show/hide a div or...
Carlos Mossman
spamcarloshere
Offline Send Email
Apr 1, 2003
9:21 pm
17318
Thanks for your answer, but your suggested solution doesn't work. I tried either with div and span, I placed them first in the dynamic html, second I placed...
kjhseka
Offline Send Email
Apr 2, 2003
7:46 pm
17319
i'd need to see how you implemented the change in order to help you further. if you could forward the new html and script, i'll look through it and help you...
Carlos Mossman
spamcarloshere
Offline Send Email
Apr 2, 2003
7:57 pm
17320
Hi! I need to build a web page where the contents of a select-menu can change dynamically, depending upon the user clicking on other buttons, initial...
mike_sloane1963
Offline Send Email
Apr 3, 2003
3:21 pm
17321
This might help function addtoselect(){ Var f = document.formname; //Adds an option if a checked box is checked if (document.formname.Yourcheckbox.checked ==...
Bruce, Rodney S HQISE...
rodbruce1000
Offline Send Email
Apr 3, 2003
3:45 pm
17322
... http://www.xs4all.nl/~ppk/js/index.html?options.html ... ppk, freelance web developer Interaction, copywriting, JavaScript, integration ...
Peter-Paul Koch
gassinaumasis
Offline Send Email
Apr 3, 2003
3:56 pm
17323
the problem here is simple. you cant just call a function with document.write in it...its true it will erase all the code. here is how you do it <html> <head> ...
Garvin Casimir
khing2
Offline Send Email
Apr 3, 2003
6:32 pm
17324
we had a very long discussion on that...go on the site and search the post... you can define new option(arguments) and you can make indexes null ... ===== ...
Garvin Casimir
khing2
Offline Send Email
Apr 3, 2003
8:50 pm
17325
I'm just getting in on the tail of this, but another, easier way is to use SPAN and DIV tags DHTML style. Set your original HTML content in the desired page...
Donald Wright
sinclairwebman
Offline Send Email
Apr 4, 2003
1:25 am
17326
I wrote a script to send me a report when a user follows a dead link within or into my site. The form I get mailed from my 404 page looks something like this:...
Michael Bluejay
michaelbluejay
Offline Send Email
Apr 4, 2003
8:56 am
17327
hope this helps... When a link from one document leads to another, the second document can, under JavaScript control, reveal the URL of the document containing...
Garvin Casimir
khing2
Offline Send Email
Apr 4, 2003
2:29 pm
17328
Hi coders, Does anybody knwos where to find coding conventions for Javascript, (Java, VBScript and JSP). Those are the technologies I'm using. I suppose there...
Leviaguirre Queral Jo...
JLEVIAGU@...
Send Email
Apr 4, 2003
4:45 pm
17329
The problem was that I left out a couple of ">" marks. D'oh! -MBJ-...
Michael Bluejay
michaelbluejay
Offline Send Email
Apr 4, 2003
10:00 pm
17330
Hi, I don't know if this will help, but have you looked on the major software suppliers sites? E.g.. Netscape, Sun Microsystems, Microsoft etc. Dirk ... From:...
Dirk Mallinson (DJ)
kriidler
Offline Send Email
Apr 7, 2003
6:27 am
17331
Hallo, I have to change the background color of a table's row when the mouse is over the link contained in that row. Actually, I do not need to change row's...
pietro_carubbi
Offline Send Email
Apr 7, 2003
11:16 am
17332
Hi <table> <tr id="thisrow" bgcolor="white"> <td><ahref="foo.html" onMouseOver="document.all.item("thisrow").bgcolor='pink';" ...
Matt Horn
horn_matt
Offline Send Email
Apr 7, 2003
2:03 pm
17333
a simple google returns at least this... http://www.experts-exchange.com/Web/Web_Languages/JavaScript/Q_20443135.html Doug ... ...
Douglas.Knudsen@...
Send Email
Apr 7, 2003
2:06 pm
17334
Hey all, Sorry for the newbieness of this question: I never do JS for Netscape and I seem to be blind when it comes to finding the answer anywhere... I'm...
Robyn Follen
RFollen@...
Send Email
Apr 7, 2003
9:58 pm
17335
Eliminate the document element in your statement: frmError.submit()  ...
Donald Wright
sinclairwebman
Offline Send Email
Apr 7, 2003
10:15 pm
17336
Hey, does anyone know if the meta refresh command works on macs? I had someone tell me they couldn't view some pages I had it on when viewed on both IE and...
Dean Hamack
tactics2337
Offline Send Email
Apr 8, 2003
11:29 pm
17337
Hello, It is possible to write a JavaScript code that prevents the print of some html document? For example, I have a web page and I dont'want that user print...
kjhseka
Offline Send Email
Apr 9, 2003
7:24 am
17338
Hi I have used this to stop blocks of text being printed .. but never whole documents . <style media="print"> .dontPrint {display:none;} </style> and use that...
Matt Horn
horn_matt
Offline Send Email
Apr 9, 2003
7:40 am
17339
what is wrong with you people?? if you dont want a user to print it....dont post it... ... ===== HTTP://SILASCO.PORT5.COM/TONES/ ...
Garvin Casimir
khing2
Offline Send Email
Apr 9, 2003
2:00 pm
17340
Thats not very helpful is it? if you don't know the solution to a problem its better not to post anything if you have any other comments please direct them to...
Matt Horn
horn_matt
Offline Send Email
Apr 9, 2003
2:03 pm
17341
Alph, You can try: <style> .... @media print { .dontprint {display:none;visibility:hidden;}} .... </style> <body class="dontprint"> but, it is not a perfect...
Kang, Daniel
DKang@...
Send Email
Apr 9, 2003
2:11 pm
17342
I've tried this before and it worked in IE! Don't know if it will work in moz, ns6, opera, etc -- Raymond Irving ... ...
Raymond Irving
xwisdom
Offline Send Email
Apr 9, 2003
2:11 pm
17343
well i was just pointing out how hopeless your situation is... cause first of all, any solution we give you is in javascript. and all the user has to do is...
Garvin Casimir
khing2
Offline Send Email
Apr 9, 2003
2:16 pm
17344
... Garvin's answer could have been phrased differently :-) but it's correct. In other words, the answer to the original question -- ... is 'No, it's not...
Hassan Schroeder
laughingandj...
Offline Send Email
Apr 9, 2003
2:17 pm
17345
its not my situation I agree that its not an air tight solution but its better then none...
Matt Horn
horn_matt
Offline Send Email
Apr 9, 2003
2:18 pm
Messages 17316 - 17345 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