<link rel="stylesheet" href="css/jquery.autocomplete.css" type="text/css" />
<meta name="robots" content="noindex,nofollow" />
- <script type="text/javascript" src="js/highlight_input.js"></script>
<link rel="stylesheet" type="text/css" href="css/tabcontent.css" />
<script type="text/javascript" src="js/tabcontent.js">
+++ /dev/null
-//Highlight form element- © Dynamic Drive (www.dynamicdrive.com)
-//For full source code, 100's more DHTML scripts, and TOS,
-//visit http://www.dynamicdrive.com
-
-var highlightcolor="yellow"
-
-var ns6=document.getElementById&&!document.all
-var previous=''
-var eventobj
-
-//Regular expression to highlight only form elements
-var intended=/INPUT|TEXTAREA|SELECT|OPTION/
-
-//Function to check whether element clicked is form element
-function checkel(which){
-if (which.style&&intended.test(which.tagName)){
-if (ns6&&eventobj.nodeType==3)
-eventobj=eventobj.parentNode.parentNode
-return true
-}
-else
-return false
-}
-
-//Function to highlight form element
-function highlight(e){
-eventobj=ns6? e.target : event.srcElement
-if (previous!=''){
-if (checkel(previous))
-previous.style.backgroundColor=''
-previous=eventobj
-if (checkel(eventobj))
-eventobj.style.backgroundColor=highlightcolor
-}
-else{
-if (checkel(eventobj))
-eventobj.style.backgroundColor=highlightcolor
-previous=eventobj
-}
-}
\ No newline at end of file
[%- USE T8 %]
[% USE HTML %][% USE LxERP %]
-<body onLoad="fokus()">
+<body>
<div class="listtop">[% title %]</div>
- <form method="post" name="ct" action="ct.pl" onKeyUp="highlight(event)" onClick="highlight(event)">
+ <form method="post" name="ct" action="ct.pl" >
<ul id="maintab" class="shadetabs">
<li class="selected"><a href="#" rel="billing">[% 'Billing Address' | $T8 %]</a></li>