function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rksfdcrksfdc 

Urgent, Has this happened to you guys?

Hi,

I have an s-control with 3 required fields, in IE when I try to create a new records, keep the new record window open, and navigate to a different page or create a new tab and minimize and maximize the page, all the required fields are getting vanished. I have copied the code below, if I comment out the requiredinput line then it works fine. Any ideas guys? any help here is really appreciated.

 

Thanks,

RK

 

<td class="labelCol">
<label for="quoteName"><span class="requiredMark">*</span>Quote Name</label>
</td>
<td class="dataCol">
<div class="requiredInput">
<div class="requiredBlock"> </div>
<input type="text" tabindex="1" size="20" name="quoteName" id="quoteName"/>
</div>
</td>

 


 

werewolfwerewolf
No idea, maybe some rogue JS code you have on the body or something?  If you're just writing this Scontrol now, have you tried it as a Visualforce page instead?  Might be a lot easier.