Hey guys, instead of trying to code around resizing a picture and all, why not provide a list of thumbnails, either along the top or in a frame one the left...
... following will ... img4), change ... file name. ... calculate the ... use the ... if ... second ... large ... parameter and ... img4. ... need to use ... ...
I don't suppose anyone can spot what is wrong with this code??? It works fine for IE, but in NN4.7 it does nothing.... most of the time..... Regards Stephen. ...
... Sorry guys. That's not the answer. document.formname is quite valid in NN as well as IE. To be sure I did try it out and I get the same lack of response...
sorry try document.formName.selectname.options[document.formName.selectname.selectedIndex].style='font-weight:bold'; that should make the selected item Bold...
... Here's a complete test page that works for me in Moz1.0/Win; if it's not working for you I'd suspect either 1) your browser doesn't support this *or* 2)you...
Hi all I have a HTML table ex: displyaing a table id , name etc When I populate from table I put id,name in a hidden variables When two rows are having same...
I have the following link on my page in which I am wanting to open a list of songs: onMouseOver="popLayer('#Song_List_New#');timer(15000);"> I have the...
It's because each time you call setTimeout it returns a unique id for that timer, therefore your not clearing the existing timer, but simply starting a new...
Hi All, Does anyone know if the for(var i in myObject) is supported on the Mac OS? Will the followinf example work on a Mac using a web browser? var...
... Yes, it is. ... Which browser? ppk _________________________________________________________________ Send and receive Hotmail on your mobile device:...
IE4+ and NS4+ ... __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com...
Hello all Looking for a little help with popup windows Currently I seem to be able to remove all buttons in the top right but the close button Is there a way...
Hi, Does anyone know how to get js to show you the contents of an array? This is actually one of those object type arrays or whatever you want to call it...
I just got out of a JavaScript course about an hour ago - Unless you must allow users to use NS4, just tell them to upgrade their browsers. Use a browser...
I need some help here, folks... I need to know how to determine, via javascript, if the "Back" button has been clicked, and set a variable accordingly. I've...
If the fields f1,f2,f3 are displayable items, you should be able to display them alert( ritems[1].f1 + " " + ritems[1].f2 + " " + ritems[1].f3); ... From:...