View Single Post
  #2  
Old 09-30-2005, 09:21 AM
  STORed's Avatar 
STORed STORed is offline
 

Advanced Member
  
Join Date: Sep 2005
Posts: 69
 

Default

Can someone tell me what does this code do and would I be able to survive without it?

Code:
{ include file="common_js.tpl"} {if $config.Adaptives.isJS eq '' && $adaptives_action ne ''} <FORM action="{$adaptives_action}" method="post" name="adaptiveform"> <INPUT type="hidden" name="{$XCARTSESSNAME}" value="{$XCARTSESSID}"> <INPUT type="hidden" name="send_isJS" value="Y"> <INPUT type="hidden" name="send_browser" id="send_browser" value=""> </FORM> <SCRIPT type="text/javascript" language="JavaScript 1.2"> {include file="browser_identificator_js.tpl"} document.getElementById('send_browser').value = browser_identificator(); document.adaptiveform.submit(); </SCRIPT> {/if}
__________________
Thanks.

X-Cart Gold 4.0.14 on Linux
Reply With Quote