久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <legend id='3nXdD'><style id='3nXdD'><dir id='3nXdD'><q id='3nXdD'></q></dir></style></legend>
  • <small id='3nXdD'></small><noframes id='3nXdD'>

    <i id='3nXdD'><tr id='3nXdD'><dt id='3nXdD'><q id='3nXdD'><span id='3nXdD'><b id='3nXdD'><form id='3nXdD'><ins id='3nXdD'></ins><ul id='3nXdD'></ul><sub id='3nXdD'></sub></form><legend id='3nXdD'></legend><bdo id='3nXdD'><pre id='3nXdD'><center id='3nXdD'></center></pre></bdo></b><th id='3nXdD'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='3nXdD'><tfoot id='3nXdD'></tfoot><dl id='3nXdD'><fieldset id='3nXdD'></fieldset></dl></div>
      <bdo id='3nXdD'></bdo><ul id='3nXdD'></ul>

  • <tfoot id='3nXdD'></tfoot>

        Firefox中的刷新問題

        Refresh problem in Firefox(Firefox中的刷新問題)

        <small id='3CS3M'></small><noframes id='3CS3M'>

            <tbody id='3CS3M'></tbody>
          <legend id='3CS3M'><style id='3CS3M'><dir id='3CS3M'><q id='3CS3M'></q></dir></style></legend>
        1. <i id='3CS3M'><tr id='3CS3M'><dt id='3CS3M'><q id='3CS3M'><span id='3CS3M'><b id='3CS3M'><form id='3CS3M'><ins id='3CS3M'></ins><ul id='3CS3M'></ul><sub id='3CS3M'></sub></form><legend id='3CS3M'></legend><bdo id='3CS3M'><pre id='3CS3M'><center id='3CS3M'></center></pre></bdo></b><th id='3CS3M'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='3CS3M'><tfoot id='3CS3M'></tfoot><dl id='3CS3M'><fieldset id='3CS3M'></fieldset></dl></div>

              • <tfoot id='3CS3M'></tfoot>
                  <bdo id='3CS3M'></bdo><ul id='3CS3M'></ul>
                • 本文介紹了Firefox中的刷新問題的處理方法,對(duì)大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  在我的 asp 頁面中有一個(gè)文本框名稱ProductName"

                  In my asp page there is one textbox name "ProductName"

                  如果我在該文本框中寫入任何內(nèi)容并刷新該頁面,則文本框在 Firefox 中不清晰.但是我在 Internet explore 中打開同一頁面并在文本框中寫入任何內(nèi)容并刷新頁面,我的文本框變得清晰

                  if i write any thing in that textbox and refresh that page , textbox is not clear in firefox. But i open this same page in Internet explore and write any thing in textbox and refresh the page, my textbox comes clear

                  為什么文本框在 FireFox 中不清晰?

                  why textbox not comes clear in FireFox?

                  這是html代碼

                  <html>
                  <head>
                  <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
                  <title>New Page 1</title>
                  </head>
                  <body>
                  <input type="text" id="ProductName" name="ProductName" style="width:235; height:20" value="">
                  </body>
                  </html>
                  

                  推薦答案

                  這是 Firefox 的一個(gè)特性(我非常喜歡).在服務(wù)器端您無能為力.

                  This is a feature of Firefox (one I'm quite fond of). There's nothing you can do about it on the server-side.

                  更長(zhǎng)的版本:你可以做一些事情,但它非常混亂.基本上,F(xiàn)irefox 實(shí)現(xiàn)這一點(diǎn)的方式是,當(dāng)用戶點(diǎn)擊刷新按鈕時(shí),它會(huì)重新填充具有相同名稱的表單元素.

                  The longer version: There is something you can do about, but it's very messy. Basically, the way Firefox implements this is it refills in form elements with the same name when the user hits the refresh button.

                  解決方法是在每次頁面加載時(shí)更改 HTML 表單元素的 name 屬性.您如何跟蹤更改它們的內(nèi)容也由您自行決定,但我只想說,作為一個(gè) Firefox 用戶,擁有一個(gè)網(wǎng)站會(huì)讓我無休止地?zé)?

                  The workaround is to change the name attribute on your HTML form elements every time the page loads. How you keep track of what you change them too is left to your discretion, but let me just say that as a Firefox user myself, having a website do this would annoy me no end.

                  這篇關(guān)于Firefox中的刷新問題的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  JavaScript innerHTML is not working for IE?(JavaScript innerHTML 不適用于 IE?)
                  $.ajax call working fine in IE8 and Doesn#39;t work in firefox and chrome browsers($.ajax 調(diào)用在 IE8 中運(yùn)行良好,但在 Firefox 和 chrome 瀏覽器中不起作用)
                  document.write() overwriting the document?(document.write() 覆蓋文檔?)
                  AngularJS Error: Cross origin requests are only supported for protocol schemes: http, data, chrome-extension, https(AngularJS 錯(cuò)誤:跨源請(qǐng)求僅支持協(xié)議方案:http、data、chrome-extension、https) - IT屋-程序員軟件開發(fā)技術(shù)分
                  Why is time-on-site data not getting saved in DB when accessed from Firefox browser?(為什么從 Firefox 瀏覽器訪問時(shí),現(xiàn)場(chǎng)時(shí)間數(shù)據(jù)沒有保存在數(shù)據(jù)庫中?)
                  IE10 and Cross-origin resource sharing (CORS) issues with Image / Canvas(IE10 和 Image/Canvas 的跨域資源共享 (CORS) 問題)
                  <i id='w4PDk'><tr id='w4PDk'><dt id='w4PDk'><q id='w4PDk'><span id='w4PDk'><b id='w4PDk'><form id='w4PDk'><ins id='w4PDk'></ins><ul id='w4PDk'></ul><sub id='w4PDk'></sub></form><legend id='w4PDk'></legend><bdo id='w4PDk'><pre id='w4PDk'><center id='w4PDk'></center></pre></bdo></b><th id='w4PDk'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='w4PDk'><tfoot id='w4PDk'></tfoot><dl id='w4PDk'><fieldset id='w4PDk'></fieldset></dl></div>

                  • <tfoot id='w4PDk'></tfoot>
                      <legend id='w4PDk'><style id='w4PDk'><dir id='w4PDk'><q id='w4PDk'></q></dir></style></legend>

                      1. <small id='w4PDk'></small><noframes id='w4PDk'>

                          <bdo id='w4PDk'></bdo><ul id='w4PDk'></ul>

                              <tbody id='w4PDk'></tbody>
                            主站蜘蛛池模板: 国产黄色在线观看 | 无码一区二区三区视频 | 亚洲国产精品久久久久 | 在线看一区二区 | 欧美激情国产日韩精品一区18 | 日韩精品一区二区三区四区视频 | 99精品国产一区二区三区 | 成人动漫视频网站 | 日韩国产欧美在线观看 | 久久夜视频 | 99pao成人国产永久免费视频 | 91精品久久久久久久久 | 日韩在线观看网站 | 国产成人免费网站 | 麻豆久久久9性大片 | 91精品入口蜜桃 | 欧美影院| 超碰天天 | 成人网址在线观看 | 天天躁日日躁aaaa视频 | 日韩欧美在线精品 | 一区二区日韩精品 | 久久精品免费 | 欧美三级视频 | 国产激情在线观看 | 欧美日韩亚洲一区 | 亚洲一区在线观看视频 | 久久极品 | 夜夜夜夜夜夜曰天天天 | 精品欧美一区免费观看α√ | av性色全交蜜桃成熟时 | 欧美精品一区二区三区四区五区 | 亚洲国产高清免费 | 天天拍天天操 | 国产91在线视频 | 成人午夜精品 | 国产美女视频 | 亚洲精品成人在线 | 黑色丝袜三级在线播放 | 五月婷六月丁香 | a级免费黄色片 |