•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 330,125 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,009 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 5056 | Replies: 3
![]() |
•
•
Join Date: Jul 2003
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
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> what does this page actually suppose to do cause from what i can see it works and runs on my computer after i removed from line 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.
java script:
<input type="button" value="test" onclick="java script:disableForm(this.form);" />
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.
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.
Assistant Manager, Regional Pharmacy Information Systems
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
•
•
Join Date: Jul 2003
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
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
Thanks, B
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
DaniWeb Marketplace (Sponsored Links)
- Flash/Javascript/HTML code for gallery page (Web Development Job Offers)
- Javascript + HTML DOM problem (JavaScript / DHTML / AJAX)
- Help modify some JavaScript/HTML (JavaScript / DHTML / AJAX)
- IE save html problem! (Web Browsers)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Scrolling On/Off issue
- Next Thread: Image Trouble


Linear Mode