Hi
ultimately i got this by using this code in jquery. trust the same is helpful.
I called child page fromp parent page using java script. In child page i have kept this jquery to pass the data from parent page to child page.
<%@ Page Language="C#" %>
<html dir="ltr">
<head>
<META...
Hi
Thanks for responses. I figure out my mistake. I am calling this page from cross domain thefore the fileds are not getting populated (access denied error).
regards
ravi
Hi
I am using the following jquery code. it is working in IE-7 but not in IE-8. Pls help me
<script type="text/javascript" src="/hr/_themes/Cardinal/jquery-1.7.min.js"></a>"></script>
<script type="text/javascript">
$(document).ready(function(){
var letternu= $("[title='Letter...
Hi feherke (Programmer)
Thanks for your prompt responses.
My goal is to build form as given in this site.
http://resources.lawinfo.com/letters/frm_SimpleWill.cfm?act=fill&utm_source=lawinfo_homepage_5b&utm_medium=link&utm_content=write%2Byour%2Bown%2Bwill&utm_campaign=letters
I am wondering...
I have tested in my desktop . It is functioning correctly. But it is not working in server. Any inputs. Pls also suggest me how can insert the variables in paragraph.
thanks in advance
I have share point list form. I want to grab the values from list and inset in popup for printing. For example, this is is the list form
______________________
Name > Text Box
Joined=Date Picker
Location= Dropdown.
button for printing
______________________
if a user clicks on button for...
Thanks for help. I have used. I am getting error undefinedundefined
<head>
<meta http-equiv="Content-Language" content="en-us">
<script type="text/javascript">
function open_win()
{
try{
var x=parent.document.getElementById('Text4').nodeName;
var...
I am getting an error of object required in the following code. Pls help me.
<head>
<meta http-equiv="Content-Language" content="en-us">
<script type="text/javascript">
function open_win()
{
try{
var x=parent.document.getElementById('1.Text1').nodeName;
var...
Hi
I am new to java script and WSS. I have created custom list forms in wss/Moss. However, i want to embed the list values in the contenet as shown in the following website:
http://resources.lawinfo.com/letters/frm_BankError.cfm?act=fill
That is user inputs in New form.aspx for printing he...
HI
I am new bee to wss. I wan to create HTML/ ASP form with content in it. I treid custom List forms but they did not workout becoz formatting the fileds and combining with the text is difficult in Share Point Desginer 2007. For example, for the attached Form i have created four colomns (three...
Dear all
I have the follwoing table thru which i am finding minimum time of enty.
Badge number time stamp Panel Name
2465 9. am Main Gate 1 Entry
2465 10. am LPG Gate 1 EXIT
2465 10.40. am TurnstGate 1...
Thank for your support. I got the desired result using this formula
NUMBERVAR F7;
if Not isnull({@f1}) then F7:= {@f1}
else if Not isnull({@f2}) then F7:= {@f2}
else if Not isnull({@f3}) then F7:= {@f3}
else if Not isnull({@f4}) then F7:= {@f4}
else if Not isnull({@f5}) then F7:= {@f5}
else...
I have tried this formula also:
NUMBERVAR F7;
IF (Not isnull({@f1}) or {@f1}>0) THEN F7:={@f1}
else if ( Not isnull({@f2}) or {@f2}>0) then F7:= {@f2}
else if (Not isnull({@f3}) or {@f3}>0) then F7:= {@f3}
else if (Not isnull({@f4}) or {@f4}>0) then F7:= {@f4}
else if (Not isnull({@f5}) or...
I have re written formula like this. But only the first statement is being executed. i.e whenever there is a value it is being picked up for f1 but remaining others are shown as null:
NUMBERVAR F7;
IF {@f1}>0 THEN F7:={@f1}
else if {@f2}>0 then F7:= {@f2}
else if {@f2}>0 then F7:= {@f3}
else...
i HAVE FOUR FORMULAS F1,F2,F3,F4. iN THESE ON OF THE M WILL HAVE VALU GREATER THAN OTHER EQUAL TO ZERO OR NULL VALUES. i HAVE CREATED FORMULA F5 TO GET THE VALUE WHICH IS MORE THAN 0 OUT OF FOR FORMULAS:
NUMBERVAR F7
IF F1>0 THEN f7:=F1 ELSE
IF F2>0 THEN F7:=F2 ELSE
IF F3>0 THEN F7:=F3 ELSE...
i have field named Udf Gen Id with corresponding Vlaues in Un number for each badge. The table looks like this
Badge Number Udf Gen Id Udf Number
2365 53 1
54 0
2388 53...
in the details section i have the following fields
details
_____________________________________________________________
badge number - time stamp - udf genid- udf number
6528 07/08/2001 1630 53 0
6528 07/09/2001 830 54 1
6528...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.