DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   JavaScript / DHTML / AJAX (http://www.daniweb.com/forums/forum117.html)
-   -   Javascript/HTML problem!!! (http://www.daniweb.com/forums/thread640.html)

bboyle Jul 8th, 2003 7:27 am
Javascript/HTML problem!!!
 
When I disable my webpage the text in my edit fields duplicates. e.g. ABC changes to ABCABC. THis only seems to happen when I have my edit fields in a <table>. A sample of my code is provided. I'd appreicate any help. Thanks, B.

<html> 
<head>
<title>Test</title>

<script type="text/javascript">
<!--
function disableForm(form)
{
alert('disable form');
form.disabled=true;
}


// -->
</script>


</head>

<body>
<form name="formname">

<table>

<tbody>
<tr>
<td>

<input type=edit name="textinput" value="abc"/>
</td>
</tr>
<tr>
<td align=left>input</td>
<TD align=left><input type=edit name=userName>* </TD>
</tr>

</tbody>

</table>
<input type="button" value="test" onclick="java script:disableForm(this.form);" />
</form>
</body>
</html>

big_k105 Jul 8th, 2003 10:17 am
Re: Javascript/HTML problem!!!
 
what does this page actually suppose to do cause from what i can see it works and runs on my computer after i removed
 java script:
from line
 <input type="button" value="test" onclick="java script:disableForm(this.form);" />
please if that doesnt do it can you explain what the page does so when i take it and run it i know if its working right. :D

Paladine Jul 8th, 2003 8:49 pm
Re: Javascript/HTML problem!!!
 
I have to ask the same.

What do you want the page to do.

The formating is kind of wacky, but otherwise, if you remove the JavaScript: and the ending ";" as big_k105 said, it works fine, according to your posted code/function implementation.

bboyle Jul 9th, 2003 5:06 am
Re: Javascript/HTML problem!!!
 
Sorry! I posted the wrong code!! I have since adjusted it. It is just a very rough sample of something I'm working on, I know the formatting is not right in some places. Anyway what I basically want to try to do is to disable the from. The problem I am having is that when my fields are inside a table the text duplicates when the form is disabled. You should be able to see that if you run my now adjusted code.
Thanks, B


All times are GMT -4. The time now is 12:40 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC