Template Page - Confirmation Template

From SmartWiki
Revision as of 10:47, 30 April 2014 by Eoghan (talk | contribs)

Jump to: navigation, search

Template:UnderConstruction

The Confirmation Template will be displayed after the Template Page is submitted by the end user.

Examples

<html>
<head>
@STYLELINK@
</head>
<body leftmargin=1 rightmargin=1 topmargin=1 bottommargin=1 marginheight=1 marginwidth=1>

<center><h2>Thank you...</h2></center></body>
</html>


<html>
<head>
@STYLELINK@
</head>
<body leftmargin=1 rightmargin=1 topmargin=1 bottommargin=1 marginheight=1 marginwidth=1>

<!--@sslogic("@Q1@"="Yes" and "@Q2@"="Yes" and "@Q3@"="Yes" and "@Q4@"="Yes")-->
<script>
location.href="/ex/ex_Apppage.jsp?token=HwwISRgGZ15RSxde&appid=102587&oppid=@opportunityid@";
</script>
<!--@else-->
<script>

       location.href ="/simpleface/sm_home.jsp";

</script>
</body>                                                 

<!--@end-->

</html>