<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html [
	<!ENTITY header SYSTEM "../common/xml/entities/header.xml">
	<!ENTITY navigation-left SYSTEM "../common/xml/entities/navigation-left.xml">
	<!ENTITY navigation-right SYSTEM "../common/xml/entities/navigation-right.xml">
	<!ENTITY footer SYSTEM "../common/xml/entities/footer.xml">
]>
<html>
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<TITLE>Iconics Ireland - Manufacturing Intelligence and Business Visualisation Software inc. SCADA HMI OPC GENESIS</TITLE>
<META NAME="DESCRIPTION" CONTENT="ICONICS is a leader in the development of Web-enabled manufacturing intelligence and business visualisation software."/>
<META NAME="KEYWORDS" CONTENT="ICONICS, OPC, HMI/SCADA, SCADA, HMI, MMI, Manufacturing Intelligence, Business Visualization, Business Visualisation, Collaborative Manufacturing, industrial automation software, automation software, visualisation, visualization, Human Machine Interface, Man Machine Interface, trending, multimedia alarming, historical, logging, enterprise, reporting, web-enabled, KPI, OEE, Digital Dashboards, Plant Portal, Business Intelligence, Collaboration, Quality, Industrial Information, Optimization, Data Services, Expert Systems, predictive, multivariate, Performance, Assessment, Reliability, warehouse, industrial information management, data integration, manufacturing automation, factory automation system, Ikonics, iconics, ikonics, GENESIS32, genesis32, graphworx, graphworks, alarmworks, alarmworx, trendworks, trendworx"/>
<link rel="stylesheet" type="text/css" href="../styles/standard.css"/>

</head>
<body>

&header;

<table cellspacing="0" cellpadding="0" style="width: 990px;">
<tr>
&navigation-left;
<!-- fill in here -->
<td class="content">

<!-- TITLE AND IMAGE -->
<table border="0">
	<tr>
		<td width="100%">
			<table width="100%">
				<tr>
					<td class="common heading0">
						Submit a Question
					</td>
				</tr>
				<tr>
					<td class="headerline"></td>
				</tr>
			</table>
		</td>
		<td rowspan="3"><img src="../images/headersubmit.jpg" border="0" /></td>
	</tr>
	<tr>
		<td class="nav-link">
			<b><a href="../support/support.php">Technical Support</a> >
			Submit a Question</b>
		</td>
	</tr>
</table>
<!-- END OF TITLE AND IMAGE -->

<table border="0" cellspacing="5px" cellpadding="5px">
  <tr>
    <td width="100%" class="common" style="text-align:justify">To be able to assist you in as many ways as possible from a support
    perspective you can report your technical issues via our web site. Please fill in the
    details and describe your question as accurately as possible and your question will be dealt
    with as soon as possible.</td>
  </tr>
  <tr>
    <td width="100%" class="common" style="text-align:justify">This service has been put in place primarily for our UK and European
    customers. If you are an ICONICS customer from a different region of the world, your questions may be
    forwarded to ICONICS support personnel in the relevant regional office.</td>
  </tr>
</table>

<mi:execute
		type="query"
		query="../user/sql/currentuser"
		usedefaults="1"
		defaults="FIRSTNAME=;LASTNAME=;EMAIL=;COMPANY=;PHONE=; ">

<form enc-type="text/plain" method="post" action="../support/createquestion.php">
<table border="0" width="75%">
  <tr>
		<td class="common" width="40%"><a href="javascript:popUp('../support/xml/help/name.html','250','120')">
    	<img src="../images/infosmall.jpg" align="absmiddle" border="0" /></a> First Name
    	</td>
    	<td><input name="FIRSTNAME" value="{FIRSTNAME}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
	 	<td class="common"><a href="javascript:popUp('../support/xml/help/name.html','250','120')">
    	<img src="../images/infosmall.jpg" align="absmiddle" border="0" /></a> Last Name
    </td>
    <td><input name="LASTNAME" value="{LASTNAME}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
		<td class="common"><a href="javascript:popUp('../support/xml/help/email.html','250','120')">
    	<img src="../images/infosmall.jpg" align="absmiddle" border="0" /></a> Email Address
    </td>
    <td><input name="EMAIL" value="{EMAIL}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
		<td class="common"><a href="javascript:popUp('../user/xml/help/company.html','250','120')">
    	<img src="../images/infosmall.jpg" align="absmiddle" border="0" /></a> Company
    </td>
    <td><input name="COMPANY" value="{COMPANY}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
		<td class="common"><a href="javascript:popUp('../user/xml/help/companyphone.html','250','120')">
    	<img src="../images/infosmall.jpg" align="absmiddle" border="0" /></a> Telephone
    </td>
    <td><input name="PHONE" value="{PHONE}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
  	<td class="common"><a href="">
      	<img src="../images/infosmall.jpg" align="absmiddle" border="0" /></a> Support Plan Number
      </td>
      <td><input name="SUPPORTPLANID" value="" type="text" style="width: 100%;"/></td>
  </tr>
	<tr>
		<td class="common"><a href="javascript:popUp('../support/xml/help/product.html','250','120')">
    	<img src="../images/infosmall.jpg" align="absmiddle" border="0" /></a> Product
    </td>
    	<td>
    	 	<select size="1" name="PRODUCT" style="width: 100%;">
    	 		<option value="">[Select a Product]</option>
  				<mi:execute name="Component" type="query" query="../support/sql/list-component" parameters="ORDER=ORDER BY Component ASC;">
   				<option value="{Component->Component}">{Component->Component}</option>
   				</mi:execute>
				 </select>
			</td>
	</tr>
  <tr>
  	<td class="common"><a href="javascript:popUp('../support/xml/help/description.html','250','120')">
    	<img src="../images/infosmall.jpg" align="absmiddle" border="0" /></a> Description
    </td>
    <td><textarea NAME="ISSUE" COLS="40" ROWS="10" style="width: 100%;"></textarea></td>
  </tr>
  <tr>
  	<td> </td>
  </tr>
  <tr>
  	<td></td>
    <td class="common" align="center">
     	<input class="input-button" type="submit" value="Submit Issue"></input>
			<input class="input-button" type="reset" value="Reset"></input>
     </td>
  </tr>
</table>
</form>

</mi:execute>
</td>

&navigation-right;
</tr>
</table>
&footer;
</body>
</html>
