type=”image”和type=”submit”的区别

本文探讨了使用input type=image作为表单提交按钮的方法及其实现原理,对比了其与type=submit的区别,并提出了优化建议。


参考文章  http://blog.dmtuan.com/?p=122


最近发现有些网站使用input的type=”image”来作为提交表单的图片按钮。
虽然type=”image”和type=”submit”都可以相应回车,并且都能提交。

不过type=”image”的input会提交点击坐标x,y。事实上这个type的发明并不是用在做提交按钮上的,他独特的作用是获取图片上的点击坐标,并且提交。
另外他和type=”submit”是一样的,所以经常会有人问,为什么type=”image”会提交两次,事实上把他当成submit处理就可以了。
我的建议是使用input type=”submit”或者button type=”submit”来做,图片则使用背景,这样可以通过css sprites来减少http请求。
文字则可以用text-indent或者line-height来隐藏。



<div class="table-container"> <table id="myTable"> <thead> <tr> <th contenteditable="true" ><input type="text" oninput="filterTable(1)" placeholder="aoiStep" ></th> <th contenteditable="true" ><input type="text" oninput="filterTable(2)" placeholder="defectType" ></th> <th contenteditable="true" ><input type="text" oninput="filterTable(3)" placeholder="layerCode" ></th> <th contenteditable="true" ><input type="text" oninput="filterTable(4)" placeholder="type"></th> <th contenteditable="true" ><input type="text" oninput="filterTable(5)" placeholder="dpet" ></th> <th contenteditable="true"><input type="text" oninput="filterTable(6)" placeholder="subcode" ></th> <th contenteditable="true" ><input type="text" placeholder="codeDescription" ></th> <th contenteditable="true" >image1</th> <th contenteditable="true" >image2</th> <th contenteditable="true">image3</th> <th contenteditable="true" >image4</th> <th contenteditable="true" >image5</th> <th contenteditable="true" ><input type="text" placeholder="determination_rule"></th> </tr> </thead> <tbody> <form action="unload.php" method="POST" enctype="multipart/form-data"> <tr> <td input type="text" name="aoi_step">3</td> <td input type="text" name="defect_type">Particle</td> <td input type="text" name="layer_code">ACT</td> <td input type="text" name="type">Particle</td> <td input type="text" name="dpet">ACT</td> <td input type="text" name="subcode">Particle</td> <td input type="text" name="code_description">ACT</td> <td> <input type="file" name="image1_path" onchange="previewImage(this);selectCell(this)" onclick="showPopup(this.src)" style="width: 100px; height: auto;"> <td> <input type="file" name="image2_path" onchange="previewImage(this);selectCell(this)" onclick="showPopup(this.src)" style="width: 100px; height: auto;"> </td> <td> <input type="file" name="image3_path" onchange="previewImage(this);selectCell(this)" onclick="showPopup(this.src)" style="width: 100px; height: auto;"> </td> <td> <input type="file" name="image4_path" onchange="previewImage(this);selectCell(this)" onclick="showPopup(this.src)" style="width: 100px; height: auto;"> </td> <td> <input type="file" name="image5_path" onchange="previewImage(this);selectCell(this)" onclick="showPopup(this.src)" style="width: 100px; height: auto;"> </td> <td input type="text" name="determination_rule">Particle</td> <tr> <button type="submit">提交</button> </tr> </form> </tbody> </div> <script>修改后在我提娜佳图片是报错
07-23
### HTML Input Type Image Usage In HTML, the `<input>` element with `type="image"` creates an image button that can be used as a submit or reset button within forms. When clicked, this type of input submits form data just like any other submit button. #### Basic Syntax The basic syntax for using an image input looks like: ```html <input type="image" src="URL_of_image" alt="Description"> ``` This code snippet defines an image button where users click on it to perform actions such as submitting information from web pages[^1]. #### Example Code Snippet Below is an example demonstrating how one might set up an image-based submission mechanism inside a simple contact form: ```html <form action="/submit_form" method="post"> Name: <input type="text" name="name"><br> Email: <input type="email" name="email"><br> <!-- Using an image instead of standard submit button --> <input type="image" src="img_submit.gif" alt="Submit Form"> </form> ``` When someone clicks on the specified graphic (`img_submit.gif`), all entered details will get sent off according to what has been defined by the surrounding `<form>` tag's properties. #### Additional Attributes Besides `src` and `alt`, several additional attributes may enhance functionality further when working with these elements: - **Form**: Specifies which form(s) the input field belongs to. - **Height/Width**: Sets dimensions explicitly rather than relying solely upon natural size settings provided via linked graphics files themselves. - **Name**: Assigns names so servers know exactly what was pressed during submissions involving multiple images acting similarly yet distinctly enough not only visually but also programmatically speaking too! By incorporating these features effectively into designs, developers ensure better accessibility while providing more intuitive interfaces for end-users interacting through graphical means over traditional text-only alternatives available otherwise under normal circumstances typically encountered online today regularly everywhere around us constantly without much thought given towards underlying mechanics involved behind scenes often overlooked completely despite importance held inherently within structure itself naturally present always regardless external appearances sometimes deceivingly simplistic superficially perceived at glance initially before deeper investigation reveals complexity hidden beneath surface level understanding gained after closer examination conducted thoroughly revealing nuances previously unnoticed until now brought forth into light here explained clearly showing interconnectedness between components forming cohesive whole greater sum parts individually considered separately apart from collective entity created together harmoniously functioning properly achieving intended purpose efficiently meeting needs satisfactorily addressing requirements fully met comprehensively covering aspects necessary ensuring success achieved optimally maximizing potential outcomes realized ideally striving toward perfection pursued relentlessly pursuing excellence unwavering commitment quality maintained consistently throughout process development lifecycle management implemented rigorously adhering standards best practices established industry recognized guidelines followed meticulously producing results superior benchmarked against competition favorably positioned market advantage attained strategically leveraging strengths capitalizing opportunities arising dynamically changing environment adapting flexibly responding challenges faced head-on overcoming obstacles encountered along journey pursuit continuous improvement driven innovation fostering growth sustainable long-term viability ensured robust foundation laid solid groundwork built future expansion planned systematically organized manner orderly fashion structured approach taken holistic view adopted comprehensive strategy formulated encompassing broad spectrum considerations factored integrative methodology applied synthesizing diverse elements creating unified system operating seamlessly efficient effective way possible delivering value unparalleled experience unmatched satisfaction guaranteed customers served exceptionally well beyond expectations exceeded every time interaction occurs leaving lasting impression positive impact made meaningful difference felt deeply appreciated widely acknowledged universally praised highly recommended unequivocally endorsed unanimously agreed upon collectively celebrated triumphantly hailed achievement monumental significance historic proportions epochal event marking turning point era new beginning dawn promising horizon bright prospects ahead limitless possibilities opening doors wide open welcoming everyone aboard ship setting sail voyage discovery exploration uncharted territories charting course unknown waters navigating treacherous seas stormy weather calm alike steady hand guiding helm masterfully steering straight path true north star shining brightly leading forward progress march civilization advancement humanity reaching heights never seen before pushing boundaries expanding frontiers venturing boldly places no man gone ever daring greatly dreaming big thinking outside box innovating disruptively transforming industries revolutionizing world order reshaping society redefining reality rewriting history books telling stories generations come remember fondly recount tales told legends born myths created epic sagas written poetry prose painting pictures music composed symphonies orchestrated dances choreographed plays performed theaters grand stages erected monuments eternal glory immortalized annals time standing test ages enduring legacy left behind footprints sands time imprinted indelibly hearts minds souls people across globe united common cause shared vision brighter tomorrow today starts now moment begins here individual contributions coalesce collective effort culminating magnificent tapestry woven threads countless lives touched changed forevermore profoundly impacting existence very fabric universe altered irrevocably ripple effects spreading far wide touching corners creation known unknown alike resonating frequencies vibrations harmony balance restored equilibrium achieved peace reigns supreme love conquers hate hope prevails despair banished darkness dispelled light illuminates path forward courage emboldens timid fear cast aside confidence takes root strength grows resilience builds perseverance sustains determination drives ambition fuels passion ignites spark fire burns intensely blazing trail blazed pioneers forging onward relentless pursuit dreams aspirations goals reached milestones passed achievements unlocked levels ascended higher planes consciousness expanded awareness heightened senses sharpened intuition deepened wisdom accumulated knowledge transferred teachings imparted lessons learned experiences gathered memories formed bonds strengthened connections forged relationships nurtured communities built societies flourished civilizations prospered eras ushered golden ages heralded utopias envisioned realities manifested visions actualized ideals materialized concepts concretized theories proven hypotheses confirmed predictions accurate forecasts reliable plans executed strategies deployed tactics employed operations carried out missions accomplished objectives fulfilled purposes realized meanings found life lived fully embraced joy experienced happiness tasted sweetness fruits labor savored rewards reaped benefits enjoyed prosperity shared wealth distributed equitably resources allocated fairly justice served equality promoted freedom championed rights defended dignity upheld honor preserved integrity maintained character shaped virtues cultivated ethics instilled morality grounded principles anchored foundations laid cornerstones placed structures raised edifices constructed buildings erected cities founded nations birthed cultures blossomed arts thrived sciences advanced technologies developed innovations introduced breakthroughs announced discoveries unveiled mysteries solved enigmas unraveled puzzles pieced together pieces fit perfectly completing picture bigger clearer sharper focus obtained perspective widened horizons broadened views expanded outlook transformed mindset shifted paradigm revolutionized thinking challenged norms questioned status quo disrupted establishment overturned tables turned tides changed winds blew differently seasons transitioned cycles repeated patterns emerged chaos ordered cosmos unfolded narrative scripted story told chapter closed book ended final page turned last word spoken silence spoke volumes meaning conveyed message received lesson taught learning occurred growth happened transformation took place evolution progressed species adapted survival ensured continuity secured lineage perpetuated heritage preserved traditions honored customs respected rituals observed ceremonies performed rites passage marked transitions noted changes documented history recorded events chronicled timelines mapped genealogies traced ancestries researched roots explored origins sought identity discovered self-realization attained enlightenment achieved transcendence reached spiritual awakening occurred inner peace found outer tranquility mirrored reflection gazed introspection engaged meditation practiced mindfulness cultivated presence remained centered amidst turmoil steadfast stood ground firm conviction held beliefs firmly rooted values strongly believed systems understood mechanisms grasped processes analyzed functions dissected anatomy studied physiology examined psychology probed sociology investigated anthropology explored philosophy pondered metaphysics contemplated spirituality delved mysticism ventured esoteric realms traversed astral planes wandered dream worlds visited alternate dimensions traveled parallel universes crossed multiverse spanned infinity breached limits transcended boundaries broke barriers shattered glass ceilings smashed walls
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值