403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/LibreOffice/help/en-US/text/shared/02/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/LibreOffice/help/en-US/text/shared/02/01170201.html
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<base href="../../../../">
<noscript><meta http-equiv="refresh" content="0; URL=../../../../en-US/noscript.html"></noscript>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>General</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="en-US/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="en-US/bookmarks.js" defer></script><script type="text/javascript" src="en-US/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="en-US/text/shared/05/new_help.html"><div></div></a><a class="logo" href="en-US/text/shared/05/new_help.html"><p dir="auto">LibreOffice 24.2 Help</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Module</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contents</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Search in bookmarks for all modules" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
<a name="general"></a>
<a name="bm_id3152551"></a><meta itemprop="keywords" content="submitting forms">
<meta itemprop="keywords" content="get method for form transmissions">
<meta itemprop="keywords" content="post method for form transmissions">

<h1 id="hd_id3151100" dir="auto">General</h1>

<a name="howtoget"></a><div class="howtoget">
<div><p class="howtogetheader" dir="auto"><a name="wie"></a>To access this command...</p></div>
<div class="howtogetbody">
  <div class="embedded">
<a name="form_properties_general"></a>
        <p id="par_id3150447" class="paragraph" dir="auto">Open context menu of a selected form element - choose <span class="menuitem">Form Properties - General</span> tab.</p>
        <p id="par_id3144448" class="paragraph" dir="auto">Open <span class="widget">Form Design</span> toolbar, click <span class="widget">Form Properties</span> icon - <span class="widget">General</span> tab.</p>
    </div>
</div>
</div>
<br>
<p id="par_id3153539" class="paragraph" dir="auto">A form is a text document or spreadsheet with different form controls. If you create a form for a Web page, the user can enter data into it to send over the Internet. The data from the form controls of a form is transmitted to a server by specifying a URL and can be processed on the server.</p>
<h2 id="hd_id3149283" dir="auto">Name</h2>
<p id="par_id3150789" class="paragraph" dir="auto">Specifies a name for the form. This name is used to identify the form in the <a target="_top" href="en-US/text/shared/02/01170600.html">Form Navigator</a>.</p>
<h2 id="hd_id3152425" dir="auto">URL</h2>
<p id="par_id3147226" class="paragraph" dir="auto">Specifies the URL to which the data of the completed form is to be transmitted.</p>
<h2 id="hd_id3154751" dir="auto">Frame</h2>
<p id="par_id3154823" class="paragraph" dir="auto">Defines the target frame in which the loaded URL is to appear.</p>
<div class="embedded">
<a name="targetframe_options"></a>
<p id="par_id3150521" class="paragraph" dir="auto">If you click the field, you can select an option from the list that specifies into which frame the next document should be loaded. The following possibilities exist:</p>
<table border="1" class="" cellpadding="0" cellspacing="0">
  <tr>
    <th rowspan="" colspan="" class="tableheadcell" dir="auto">
      <p id="par_id3148814" class="tableheadintable" dir="auto">Entry</p>
    </th>
    <th rowspan="" colspan="" class="tableheadcell" dir="auto">
      <p id="par_id3155500" class="tableheadintable" dir="auto">Meaning</p>
    </th>
  </tr>
  <tr>
    <td rowspan="" colspan="" dir="auto">
      <p id="par_id3149408" class="paragraphintable" dir="auto">_blank</p>
    </td>
    <td rowspan="" colspan="" dir="auto">
      <p id="par_id3146770" class="paragraphintable" dir="auto">The next document is created in a new empty frame.</p>
    </td>
  </tr>
  <tr>
    <td rowspan="" colspan="" dir="auto">
      <p id="par_id3149771" class="paragraphintable" dir="auto">_parent</p>
    </td>
    <td rowspan="" colspan="" dir="auto">
      <p id="par_id3159143" class="paragraphintable" dir="auto">The next document is created in a parent frame. If no parent exists, the document is created in the same frame.</p>
    </td>
  </tr>
  <tr>
    <td rowspan="" colspan="" dir="auto">
      <p id="par_id3151374" class="paragraphintable" dir="auto">_self</p>
    </td>
    <td rowspan="" colspan="" dir="auto">
      <p id="par_id3148600" class="paragraphintable" dir="auto">The next document is created in the same frame.</p>
    </td>
  </tr>
  <tr>
    <td rowspan="" colspan="" dir="auto">
      <p id="par_id3153067" class="paragraphintable" dir="auto">_top</p>
    </td>
    <td rowspan="" colspan="" dir="auto">
      <p id="par_id3149174" class="paragraphintable" dir="auto">The next document is created in a top-level window, that is, in the highest frame of the hierarchy; if the current frame is already a top window, the document is created in the current frame.</p>
    </td>
  </tr>
</table>
<br>
</div>
<a name="bm_id3145313"></a>
<h2 id="hd_id3152551" dir="auto">Type of submission</h2>
<p id="par_id3155338" class="paragraph" dir="auto"><span class="avis">Specifies the method to transfer the completed form information.</span></p>
<p id="par_id3145065" class="paragraph" dir="auto">Using the "Get" method, the data of every control is transmitted as an environment variable. They are appended to the URL in the form "?Control1=Content1&amp;Control2=Content2&amp;..."; the character string is analyzed by a program on the recipient's server.</p>
<p id="par_id3150443" class="paragraph" dir="auto">Using the "Post" method, a document is created from the content of the form that is sent to the specified URL.</p>
<a name="bm_id3154047"></a>
<h2 id="hd_id3147275" dir="auto">Submission encoding</h2>
<p id="par_id3159147" class="paragraph" dir="auto"><span class="avis">Specifies the type for encoding the data transfer.</span></p>
<h2 id="hd_id3155419" dir="auto">Data transfer of control information</h2>
<p id="par_id3153717" class="paragraph" dir="auto">When sending a form, all controls available in LibreOffice are taken into consideration. The name of the control and the corresponding value, if available, are transmitted.</p>
<p id="par_id3153252" class="paragraph" dir="auto">Which values are transmitted in each case depends on the respective control. For text fields, the visible entries are transmitted; for list boxes, the selected entries are transmitted; for check boxes and option fields, the associated reference values are transmitted if these fields were activated.</p>
<p id="par_id3150984" class="paragraph" dir="auto">How this information is transmitted depends on the selected transfer method (Get or Post) and the coding (URL or Multipart). If the Get method and URL encoding are selected, for example, value pairs in the form &lt;Name&gt;=&lt;Value&gt; are sent.</p>
<p id="par_id3157909" class="paragraph" dir="auto">In addition to the controls that are recognized in HTML, LibreOffice offers other controls. It should be noted that, for fields with a specific numerical format, the visible values are not transmitted but rather fixed default formats. The following table shows how the data of the LibreOffice-specific controls is transmitted:</p>
<table border="1" class="" cellpadding="0" cellspacing="0">
<tr>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id3153698" class="tableheadintable" dir="auto">Control</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id3153562" class="tableheadintable" dir="auto">Value Pair</p>
</th>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3153823" class="tablecontentintable" dir="auto">Numeric field, currency field</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3149734" class="tablecontentintable" dir="auto">A decimal separator is always displayed as a period.</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3148563" class="tablecontentintable" dir="auto">Date field</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3146794" class="tablecontentintable" dir="auto">The date format is sent in a fixed format (MM-DD-YYYY), regardless of the user's local settings.</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3149670" class="tablecontentintable" dir="auto">Time field</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3153779" class="tablecontentintable" dir="auto">The time format is sent in a fixed format (HH:MM:SS), regardless of the user's local settings.</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3153361" class="tablecontentintable" dir="auto">Pattern field</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3145419" class="tablecontentintable" dir="auto">The values of pattern fields are sent as text fields, that is, the value visible in the form is sent.</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3150767" class="tablecontentintable" dir="auto">Table control</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3152933" class="tablecontentintable" dir="auto">From the table control, the individual columns are always transmitted. The name of the control, the name of the column, and the value of the column are sent. Using the Get method with URL encoding, the transmission is done in the form &lt;Name of the table control&gt;.&lt;Name of the column&gt;=&lt;Value&gt;, for example, with the value being dependent on the column.</p>
</td>
</tr>
</table>
<br>

</div>
<div id="DonationFrame"></div>
<footer><div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/shared/02/01170201.xhp" target="_blank">/text/shared/02/01170201.xhp</a></p>
<p dir="auto">Title is: General</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit