Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. louistaub

    Readystate alternative for Netscape

    I tried out your idea buy got no joy. I am not sure whether the drop down menu will not load into the document because the document hasn't finished loading or where else it could be going wrong. Here is a link to the stuff. It doesn't work with nestscape here, and not very well with IE also...
  2. louistaub

    Readystate alternative for Netscape

    I am developing a drop down menu that works across frames. I don't want to use onload because that means that I will have to insert it into every document that I call. I have my drop down menu working nicely in IE, I just need to finish it off by getting it all to work in Netscape. I am only...
  3. louistaub

    Readystate alternative for Netscape

    Does anyone know of an alternative to readystate for netscape. I'm developing some drop down menus to go across frames, so I cannot use the onload function. I need to know when a document is loaded so I can then insert the menu code into the document. Any help greatly appreciated Thanks Louis
  4. louistaub

    <A> hotspot region

    Thanks Erik that was exactly what I needed and that solution works with Netscape 6 as well. Thanks again Louis
  5. louistaub

    <A> hotspot region

    Does anyone know how to increase the clickable region of the <a> tag. I need it to work in both IE5+ and Netscape 6. Thanks Louis
  6. louistaub

    NS4 Resizable Selectbox

    I think I'll have to give up on this problem. I tried the pre fill method but the problem with that is that when the window is then made smaller the select boxes stay the same width. Thanks anyway. Louis
  7. louistaub

    NS4 Resizable Selectbox

    I've already got the refresh incorporated in my code. The main problem is that Netscape ignores the 'style=&quot;width:100%&quot;', as I am trying to get the select box to fill the width of the table cell. Any more ideas? Louis
  8. louistaub

    NS4 Resizable Selectbox

    I would like to produce a select box in Netscape 4, that will adjust in size when the window is resized and fill the width of the table cell. I have tried the following code. <form> <TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0> <TR vAlign=top> <TD...
  9. louistaub

    Textbox Text Color

    I am displaying some text into a textarea and the last line of text that i add, I would like the color of the text to be red, whilst the rest of the text remains black. Any ideas on how to do this. Thanks Louis
  10. louistaub

    Form validation

    example a=9000 % 1000; a will then = 0. If it is anything else then it is not an increment of 1000;
  11. louistaub

    NS alt to showModelessDialog

    I am trying to find some alternative way of displaying a popup window that stays in focus and allows you to use fields in the main window behind, like the functionality of the showModelessDialog. That rules out the use of using the <BODY onBlur=&quot;window.focus()&quot;> to keep the popup in...
  12. louistaub

    Splice &amp; browser compatibility?

    Javascript
  13. louistaub

    Splice &amp; browser compatibility?

    Does anyone know whether the array splice function is compatible in IE 5.01? And if it is not does that also mean that slice,pop,unshift also won't work? Thanks Louis Taub
  14. louistaub

    Table fitting problem

    Thanks for the advice, it's helped a lot Louis
  15. louistaub

    Table fitting problem

    That idea does work, but I need the radio buttons to be next to the text area. The table is part of a larger table and I have run out of space on the screen, which is why I cannot afford another line. Any other ideas would be much appreciated. Louis Taub
  16. louistaub

    Table fitting problem

    sorry it didn't all fit in rest -- <samp style=&quot;vertical-align:top;font-size:8pt&quot;>code</samp> <input type=&quot;radio&quot; name=&quot;co&quot; style=&quot;vertical-align:top;font-size:8pt&quot;> <samp style=&quot;vertical-align:top;font-size:8pt&quot;>desc</samp> <input...
  17. louistaub

    Table fitting problem

    I've been trying for a quite a while to fit the radio buttons and the text together to fit onto 2 seperate lines, but they always seem to default to three lines or 2 lines with the text on the wrong line. here is my code, run this and it should became clear what I am trying to do. <HTML> <HEAD>...
  18. louistaub

    How do i add varibable to document.forms

    Thanks a lot, both solutions work well Thanks again Louis
  19. louistaub

    How do i add varibable to document.forms

    At the moment I can update an input box using this code. parent.Details.document.forms[0].Qty_0.value=123 But there are a number of Qty boxes on my form eg Qty_1, Qty_2. What I would like to do is put a variable in place of the Qty_0, eg parent.Details.document.forms[0].variable.value=123...
  20. louistaub

    Netscape textbox color

    I have tried many ways, all unsuccessfully to try and implement colour to my text boxes in Netscape. The code I have been trying is below. <textarea cols=&quot;48&quot; rows=&quot;3&quot; style=&quot;background-color: #e6e6fa; color: #9400d3; font-weight: bold; font-size: 12pt;&quot;>There are...

Part and Inventory Search

Back
Top