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...
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"...
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...
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...
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:
---------------------------------------------------------...
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'...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.