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...
One of the marvelous things of the Internet is the constant evolution of all the contents. As a designer, I should be pist off if someone just take my work and uses it without permission and no further work but I'm really please when someone take my job as an inspiration and developes it's own...
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...
Yeah, the tip was usefull, now I know how to access the drop list from the IFRAME, I have checked out the other link as well and I have found how to empty and populate the list, but only the empty order works, after this I can't repopulate the list:
function fillSubCat2(val1,val2){...
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'...
What you say is true, user can read the form by himself, the fact is that I'm trying to achieve something more complex but don't even know how to explain it...
By the way, the way you told me to do it works fine, but destroys all the previous content in the hidden layer and only shows the result...
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.