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...
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...
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...
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...
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...
This might help function addtoselect(){ Var f = document.formname; //Adds an option if a checked box is checked if (document.formname.Yourcheckbox.checked ==...
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> ...
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 ... ===== ...
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...
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:...
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...
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@...
Apr 4, 2003 4:45 pm
17329
The problem was that I left out a couple of ">" marks. D'oh! -MBJ-...
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:...
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...
a simple google returns at least this... http://www.experts-exchange.com/Web/Web_Languages/JavaScript/Q_20443135.html Doug ... ...
Douglas.Knudsen@...
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@...
Apr 7, 2003 9:58 pm
17335
Eliminate the document element in your statement: frmError.submit() ...
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...
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...
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...
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...
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@...
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 ... ...
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'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...