Skip to main content
Participant
December 15, 2006
Question

Problem

  • December 15, 2006
  • 1 reply
  • 313 views
text field is disabled in IE and firfox ,, dreamweaver with coldfusion the code of the whole form is
This topic has been closed for replies.

1 reply

Inspiring
December 15, 2006
Please keep this discussion in the thread you have already started on the DW
forum.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"sam1996" <webforumsuser@macromedia.com> wrote in message
news:elups9$r28$1@forums.macromedia.com...
> text field is disabled in IE and firfox ,, dreamweaver with
> coldfusion
> the code of the whole form is
>
> <form method="POST" name="form"
> onSubmit="MM_validateForm('BusinessName','','R',
> 'city','','R','UserName','','R','UserName','','isEmail','address','','R','Passwo
> rd','','R','Email','', 'isEmail','Email','', 'R');return
> document.MM_returnValue" action="/payment.cfm">
> <p> </p>
> <input type="hidden" name="sub" value="5" />
> <div class="row">
>
> <span class="label style55 style31"><font class="style53">Business
> Name:<span class="style57">*</span></font></span><span class="right" >
> <input name="Businessname" type="text" size="15" maxlength="50" />
> </span></div>
> <div class="row"><span class="label style55 style31"><font
> class="style53">First Name:</font></span><span class="right" >
> <input name="FirstName" type="text" id="FirstName" size="15"
> maxlength="45" />
> </span></div>
>
> <div class="row"><span class="label style55 style31"><font
> class="style53">Last Name:</font></span>
> <span class="right">
> <input name="LastName" type="text" id="LastName" size="15"
> maxlength="45">
> </span></div>
> <div class="row"><span class="label style55 style31"><font
> class="style53">User Name:<span
> class="style57">*</span></font></span><span
> class="right">
> <input name="UserName" type="text" id="UserName" size="15"
> maxlength="45">
> </span></div>
> <div class="row"><span class="label style55 style31"><font
> class="style53">Password:<span class="style57">*</span></font></span><span
> class="right" >
> <input name="password" type="password" id="Password"
> size="15"
> maxlength="45" />
> </span></div>
> <div class="row"><span class="label style55 style31"><font
> class="style53">Select your province:<span
> class="style57">*</span></font></span><span class="right"><select
> id="provinceSelect" name="province"
> onChange="populatecity();"></select></span></div>
>
> <div class="row"><span class="label style55 style31"><font
> class="style53">Select your city:<span
> class="style57">*</span></font></span><span class="right">
> <select id="citySelect" name="city">
> <script type="text/javascript">initprovince('Ontario');
> </script>
> </select></span></div>
> <div class="row"><span class="label style55 style31"><font
> class="style53">Address:<span class="style57">*</span></font></span><span
> class="right" >
> <input name="address" type="text" size="15" maxlength="45" >
> </span></div>
> <div class="row"><span class="label style55 style31"><font
> class="style53">Postal code:</font></span>
> <span class="right">
> <input name="Postal" type="text" size="8" maxlength="8">
> </span></div>
> <div class="row"><span class="label style55 style31"><font
> class="style53">Which side of the city:<span
> class="style57">*</span></font></span>
> <span class="right" >
> <select name="side">
> <option value="downtown" selected="selected">Downtown</option>
> <option value="north">North</option>
> <option value="south">South</option>
> <option value="east">East</option>
> <option value="west">West</option>
> </select></span></div>
> <div class="row"><span class="label style55 style31"><font
> class="style53">Choose your category:<span
> class="style57">*</span></font></span>
> <span class="right">
> <select name="catg_ID" id="catg_ID">
> <option value="food">Food</option>
> <option value="category">Select Category</option>
> <option value="sport">Sport</option>
> <option value="automotive">Automotive</option>
> <option value="electronics">Electronics</option>
> <option value="home&garden">Home&Garden</option>
> <option value="books&magazines">Books&Magazines</option>
> <option value="furniture">Furniture</option>
> <option value="health&beauty">Health&Beauty</option>
> <option value="cloth">Cloth</option>
> </select>
> </span></div>
>
> <div class="row"><span class="label style55 style31">Email<font
> color="#FF0000">*</font></span>
> <span class="right"><input name="email" type="text" size="15"
> maxlength="45" />
> </span></div>
> <div class="row"><span class="label style55 style31" >Web
> SITE</span><span
> class="right">
> <input name="website" size="15" maxlength="50"></span></div>
>
> <div class="row"><span class="label style55 style31">Telephone
> Number</span>
> <span class="right">
> <input name="telphon" type="text" size="15" maxlength="45" />
> </span></div> <div class="row"></div>
> <input type="image" name="button" src="Pics/button_continue.gif"
> id="button">
> </form>
>