Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~690 People Reached
Favorite Forums
Favorite Tags
Member Avatar for dd501

Hi, I have have the following code on an aspx page. The code I am trying to create is to display whther a checkbox when it is is clicked on. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> [CODE]<script> $(document).ready(function() { $("input[title$='HalfDay']").click(function() { if ([title$='HalfDay'].checked) { alert("Checked"); } else { alert("Not Checked"); } }); }); …

Member Avatar for dd501
0
133
Member Avatar for dd501

Hey, I have put the following code into a sharepoint aspx page. So that when I change the value in a drop down box it runs a function (in this case it displays "Works"). [icode]<script language="javascript" type="text/javascript"> function getField(fieldType,fieldTitle) { var docTags = document.getElementsByTagName(fieldType); for (var i=0; i < docTags.length; …

Member Avatar for fxm
0
134
Member Avatar for dd501

Hey, I have an edit form (aspx page) which is used to edit an item in a sharepoint list. What I'd like to be able to do is if a drop down box equals "declined" show up an extra field called "Reason". I've found the following code which does something …

Member Avatar for fxm
0
100
Member Avatar for dd501

Hi, on our network we have 10 printers, half are the HP4200dtn model, and the other half the HP4250dtn model. On larger prints (5 pages +) it seems to stop printing after so many pages and print out the following error message, then followed by pages with a single line …

Member Avatar for kleinbaas
0
323