I realise it is invalid, but how can I achieve the objective of having a form in each table row, with all the TDs in a column being consistently equal - without being fixed-width?
I have been trying Ajax.Request for a form which exists as such:
</tr><form><tr><td></td></tr></form><form><tr> and so on....
I have just discovered that Prototype doesn't support a form interleaved in a table.
The forms must exist outside the table as such...
I have a page that has in its header:
<link rel="stylesheet" type="text/css" href="../../styles.css"/>
<link rel="stylesheet" type="text/css" href="../../css/lightwindow.css" />
<script type="text/javascript" src="../../javascript/prototype.js"></script>
<script type="text/javascript"...
I am just about javascript newbie, so please bear with me!
I have the following code which I use to fetch an external file and place it within a div tag on current page.
At the moment, the code successfully fetches the entire file, but I would like to alter it to fetch only a certain div tag...
Thanks Dan, this really helped.
But since I am an absolute novice in JavaScript, I would like to be spoon-fed, if that's not too much to ask.
Basically, I am trying to generate this:
<span id="sprytextfield1">
<input name="options[1][option][1][option_number]"/>
<span...
Hello everyone,
I am not at all a JavaScript expert so please bear with me.
Please have a look at the following code:
add_option_link.onclick = function() {
j++;
var tr = document.createElement("tr");
var td = document.createElement("td");
Element.insert(td, "Option "...
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.