Click here to Skip to main content
16,006,749 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Colour Format (Please help) Pin
Guffa4-Jul-05 1:47
Guffa4-Jul-05 1:47 
GeneralPer-user web directories in IIS Pin
Adam Durity30-Jun-05 8:44
Adam Durity30-Jun-05 8:44 
Generaldynamic tree structure table (jscript & xml) Pin
minette30-Jun-05 1:19
minette30-Jun-05 1:19 
Generaljavascript Pin
Anonymous30-Jun-05 0:52
Anonymous30-Jun-05 0:52 
GeneralRe: javascript Pin
Guffa30-Jun-05 2:14
Guffa30-Jun-05 2:14 
GeneralWord 2003 automation problem in web service Pin
hrdegroot29-Jun-05 20:36
hrdegroot29-Jun-05 20:36 
QuestionHow to resize a web page ? Pin
rushing29-Jun-05 19:47
rushing29-Jun-05 19:47 
Generaljavascript Pin
cmarmr29-Jun-05 6:48
cmarmr29-Jun-05 6:48 
can somebody tell me what is wrong with this javascript i am new to using javascript


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="esignature" method="post" runat="server">
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="91" background="images/design_elements/back.jpg" ID="Table1">
<tr>
<td nowrap width="295" height="91" valign="top">
<OBJECT id="Shockwaveflash1" codeBase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" height="91" width="295" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<PARAM NAME="_cx" VALUE="7805">
<PARAM NAME="_cy" VALUE="2408">
<PARAM NAME="FlashVars" VALUE="">
<PARAM NAME="Movie" VALUE="221inside.swf">
<PARAM NAME="Src" VALUE="221inside.swf">
<PARAM NAME="WMode" VALUE="Window">
<PARAM NAME="Play" VALUE="-1">
<PARAM NAME="Loop" VALUE="-1">
<PARAM NAME="Quality" VALUE="High">
<PARAM NAME="SAlign" VALUE="">
<PARAM NAME="Menu" VALUE="-1">
<PARAM NAME="Base" VALUE="">
<PARAM NAME="AllowScriptAccess" VALUE="always">
<PARAM NAME="Scale" VALUE="ShowAll">
<PARAM NAME="DeviceFont" VALUE="0">
<PARAM NAME="EmbedMovie" VALUE="0">
<PARAM NAME="BGColor" VALUE="FFFFFF">
<PARAM NAME="SWRemote" VALUE="">
<PARAM NAME="MovieData" VALUE="">
<PARAM NAME="SeamlessTabbing" VALUE="1">
<embed src="221inside.swf" quality="high" bgcolor="#FFFFFF" WIDTH="295" HEIGHT="91" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</OBJECT>
</td>
<td nowrap background="images/design_elements/topr.gif" width="100%" height="91" valign="top">
<img src="images/MNEClaimsmain.gif" align="right" width="300" height="91"></td>
</tr>
</table>
</div>
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%" ID="Table2">
<tr>
<td width="100%" height="30" bgcolor="#666666">
<font size="2" color="#ffffff">&nbsp;&nbsp;Logged In: &nbsp;<%=session("company_name")+ " " + "|" + " " + session("name") + " " + "-" + " " + session("Area")%></font></td>
<% if (session("company_name") = "Mayflower National Life Ins") or (session("Area") = "Management Area") Or (session("Area") = "Administrator Area") Or (session("Area") = "Mayflower National User Area") then%>
<td width="100%" height="30" bgcolor="#666666"><A href="defaultadmin.asp"><font color="#ffffff" size="2">Home</font>&nbsp;&nbsp;</A></td>
<%End If%>
<td width="100%" height="30" bgcolor="#666666"><A href="logout.asp"><font color="#ffffff" size="2">LogOut</font></A>&nbsp;&nbsp;</td>
</tr>
</table>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<input type="submit" name="esignature" size="10" value="E-Signature" onclick='signature()' ID="esignature">
<br>
<INPUT id="prt" style="Z-INDEX: 102; LEFT: 179px; POSITION: absolute; TOP: 475px" value="test1.asp" type="hidden" name="sig">
<br>
<br>
<INPUT id="sig" style="Z-INDEX: 101; LEFT: 179px; POSITION: absolute; TOP: 523px" value="test2.asp" type="hidden" name="prt">
<br>
<input type="submit" name="print" size="10" value="Print" onclick='printpdf()' ID="Submit1">
</form>
<script language="jscript">
function printpdf()
{


//**********************************************************************
//here is my problem "document.esignature.prt" is says not an object
// can somebody tell me how i need to do this
//**********************************************************************
var link=document.esignature.prt;
Window.location=link;
return;
}
function signature()
{
//debugger
alert(document.esignature.sig.value);
//var link = document.esignature.sig.value;
//window.length=link;
return;
}
</script>
</body>
</HTML>






thanks
chad
GeneralRe: javascript Pin
StylezHouse29-Jun-05 7:44
StylezHouse29-Jun-05 7:44 
GeneralRe: javascript Pin
cmarmr29-Jun-05 8:06
cmarmr29-Jun-05 8:06 
GeneralRe: javascript Pin
Guffa29-Jun-05 8:43
Guffa29-Jun-05 8:43 
GeneralRe: javascript Pin
cmarmr29-Jun-05 14:30
cmarmr29-Jun-05 14:30 
GeneralRe: javascript Pin
Guffa30-Jun-05 2:23
Guffa30-Jun-05 2:23 
GeneralProblem in setting the Date using Calendar control Pin
just4ulove729-Jun-05 4:38
just4ulove729-Jun-05 4:38 
GeneralRe: Problem in setting the Date using Calendar control Pin
Christian Graus29-Jun-05 11:58
protectorChristian Graus29-Jun-05 11:58 
GeneralRe: Problem in setting the Date using Calendar control Pin
just4ulove729-Jun-05 12:08
just4ulove729-Jun-05 12:08 
GeneralRe: Problem in setting the Date using Calendar control Pin
Christian Graus29-Jun-05 12:16
protectorChristian Graus29-Jun-05 12:16 
GeneralRe: Problem in setting the Date using Calendar control Pin
just4ulove729-Jun-05 12:21
just4ulove729-Jun-05 12:21 
GeneralRe: Problem in setting the Date using Calendar control Pin
Christian Graus29-Jun-05 12:36
protectorChristian Graus29-Jun-05 12:36 
GeneralRe: Problem in setting the Date using Calendar control Pin
just4ulove729-Jun-05 12:47
just4ulove729-Jun-05 12:47 
GeneralRe: Problem in setting the Date using Calendar control Pin
Christian Graus29-Jun-05 13:01
protectorChristian Graus29-Jun-05 13:01 
GeneralRe: Problem in setting the Date using Calendar control Pin
just4ulove729-Jun-05 13:02
just4ulove729-Jun-05 13:02 
GeneralWeb Development Pin
Anonymous29-Jun-05 4:09
Anonymous29-Jun-05 4:09 
QuestionMap ASP.NET / PHP types to JavaScript objects? Pin
Stan Angeloff29-Jun-05 1:53
Stan Angeloff29-Jun-05 1:53 
GeneralIIS virtual dir problem Pin
monageasmear28-Jun-05 23:30
monageasmear28-Jun-05 23:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.