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...
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.