the Java 2 SDK from java.sun.com Nuno Ricardo Fragoso Dominguinhos <portugalnet@...> wrote:What compiler are you using? ... From: "paintballdude499"...
Hallo everyone. I have a HTML table and I want to change the .GIF back and forth by clicking on it. I want to change the picture in the table from "1.gif" to...
Hi, When you are in the second page, onclick of button,submit the first page and accept the value as form.secondText.value. secondText=name of the second text...
Simply give your gifs an id tag and then switch them with a javascript (not Netscape 4 compatible): <html> <head> <script language="javascript"> function...
Sorry, I forgot to note that this would also work with the onClick command if you needed that. Kara Voltz www.MystriOriginals.com -- Affordable custom web...
I thought they were going to stop supporting the name tag. Kara Voltz www.MystriOriginals.com -- Affordable custom web design services for unique individuals. ...
Try to do this at the command line (make sure to put the directory where jdk is installed in the path): ie: javax file_name.java (first step - this compiles...
Hi, Do you mean fonts defined in the css file on client's computer or according to the screen settings? Please explain clearly.. Regards ... Is there a way to...
Well, if you're going to use the "DOM 0" elements collections such as document.images document.forms document.links etc. Then you need to use the name...
No. That's why CSS provides for lists of fonts, so that the user's system can match one of the fonts specified. (Same was true for the old FONT tag, even, for...
I didn't know that, the ID tag in images coding I had done worked in IE 6, N7, and N6, but I'll have to keep that in mind for future reference. Kara Voltz ...
well what u need to have truely is one function you can set a variable to hold the currently active div var previous_div function activate_div(num){ ...
No need for eval() here. Also, here's a trick you can use to keep all references to a global variable inside a function. function activate_div(num) { ...
I am not sure of the syntax to change the style for the following things: font-family font-size Color Here is what I am trying to do: <form name="NewPost"...
Hmmm... I am not sure. What I want to do is have a <Select> list so the user can select a font that they want to view the content of a page. I was thinging of...
Greetings On my admin web site, I have news that can have images. When I edit a news, I show all its text and also the image, that can be changed. For this I...
I have the following code..... <table> <tr> <td style="padding:5px;" colspan="3"> Here is the message: <div id="ThePost" style="padding:5px;"> A bunch of stuff...
... I believe that the name attribute is deprecated under XHTML Strict, at least the HomeSite 5 validator flags it as an error. So I've got to coding without...
A newbie is seeking help here. I made a script and its working fine to change the font size within a textarea. Now the problem is when I enclose the <select>...
i gree, however we should only do this by limiting them features, not access to a site. i like to always give a warning about how their browser is outdated and...
It would never happen. I see people still using IE4x and NN 4x. And they simply refuse to upgrade. I know it's a pain, but that's what makes our profession...
This will go on a web page. I want to allow visitors to my web page to erase a certain cookie on THEIR computer when the form button is clicked on. Can this be...
Hear! Hear! I decided a few months ago to give up on that pesky Netscape 4.x, and a bit later started making all my pages XHTML-Strict compliant. Now if...
Hi All, I have published some basic questions on JAVA....try if you can answer them... http://www.mywirelesskit.com/java-questions-jan52004.html Thanks, Dan...