Home | History | Annotate | Download | only in examples

Lines Matching refs:form

238         form = cgi.FieldStorage()
239 if form.has_key('ajax'):
241 ajax_cmd = form['ajax'].value
242 SID=form['sid'].value
245 arg = form['arg'].value.encode('hex')
264 elif not form.has_key('sid'):
268 SID=form['sid'].value
269 if form.has_key('start_server'):
270 USERNAME = form['username'].value
271 PASSWORD = form['password'].value
275 if form.has_key('cli'):
276 command = 'sendline ' + form['cli'].value
336 """This parses a host connection string in the form
373 html,body,textarea,input,form
414 document.form['quote'].value = "'" + ' "';
417 document.form["cli"].focus();
467 document.form["screen_text"].value = screen_text;
569 document.form['Ctrl'].style.backgroundColor = ButtonOnColor;
570 document.form['Ctrl2'].style.backgroundColor = ButtonOnColor;
574 document.form['Ctrl'].style.backgroundColor = document.form.style.backgroundColor;
575 document.form['Ctrl2'].style.backgroundColor = document.form.style.backgroundColor;
579 document.form['Shift'].style.backgroundColor = ButtonOnColor;
580 document.form['Shift2'].style.backgroundColor = ButtonOnColor;
584 document.form['Shift'].style.backgroundColor = document.form.style.backgroundColor;
585 document.form['Shift2'].style.backgroundColor = document.form.style.backgroundColor;
589 document.form['ShiftLock'].style.backgroundColor = ButtonOnColor;
593 document.form['ShiftLock'].style.backgroundColor = document.form.style.backgroundColor;
625 <form id="form" name="form" action="/cgi-bin/cgishell.cgi" method="POST">
703 </form>
716 html,body,textarea,input,form
743 <form name="login_form" method="POST">
749 </form>