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 Chriss Miller 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: *

  • Users: Qrosity
  • Content: Threads
  • Order by date
  1. Qrosity

    Problem with css and firefox

    I have a nice rounded div in IE with the following code: <div id="adress"> <p><img src="images/tl.gif" width="15" height="15" class="imageleft" /><img src="images/tr.gif" width="15" height="15" class="imageright" /><br /> <span class="Style2"> SOME TEXT </span> <img...
  2. Qrosity

    CSS problem with firefox...

    I have a nice rounded div in IE with the following code: <div id="adress"> <p><img src="images/tl.gif" width="15" height="15" class="imageleft" /><img src="images/tr.gif" width="15" height="15" class="imageright" /><br /> <span class="Style2"> SOME TEXT </span> <img src="images/bl.gif"...
  3. Qrosity

    Filling list

    Is there any problem in this function? It worked out pretty well till I decided to substitute the real name of the list with a var, cause I need to reuse the function for several lists... function fillSubCat2(thelist,val1,val2){ document.forms['drop_list'].thelist.options.length = 0...
  4. Qrosity

    Controlling a drop_list in _top from iframe inside a layer

    Here I stumble with another problem... Is it possible to control the contents of a drop_list from an iframe embeded on a layer? I guess it is but no idea how to... I have a drop_list called SubCat2 which is empty and I would like to populate it from a link in the iframe like...
  5. Qrosity

    Referring an iframe inside a layer for innerHTML

    I have an iframe called "inside" inside a layer called "object" and i would like to populate it with innerHTML, I know how to do it with the layer, but not with the iframe inside... THI WORKS FOR THE LAYER: ---------------------------------------------------------...
  6. Qrosity

    Problem with hidden fields and php

    I'm using this innerHTML to fill a layer with a form, but when I send the form, hidden fields seem to be empty, any hints? ------------------------------------------------------- var streetHTML = <input type='hidden' name='street' id='street' value'"+street2+"'><input name='city' type='hidden'...
  7. Qrosity

    Preview for form contents

    Hi there everyone ! I have a classical form wich some questions like: City: Address: Zip: I also have a link which makes a hidden layer called "formpreview" visible and i would like the user to be able to see what he/she have already filled in the form when clicking this link. It is not the...

Part and Inventory Search

Back
Top