type=image和type=submit的区别

本文对比了type=image与type=submit两种表单提交方式的区别,重点指出type=image会额外提交坐标参数,这在如支付宝等支付接口场景下会导致MD5校验失败,从而引发支付失败等问题。
       相信大家都是用过type=image来作为表单的图片按钮,表面上 type=image和type=submit都可以相应回车,并且都能提交。不过唯一的区别就是type=image的input提交方式会把按钮点击的位置坐标x,y提交过去。对于通常的表单应用来说,这样多一两个参数并没有问题,因为我们在接收端中都是按照指定的名称来处理参数,所以即使多了两个参数也不会有任何问题。
      但是在做支付接口的时候(例如:支付宝接口)你就会发现,多出两个隐藏参数会带来很麻烦的问题,因为在在提交表单之后,接收端会对参数名称进行MD5校验,想想多两个参数会带来什么问题。将会直接导致表单校验不通过,然后支付失败的问题。
      所以在在通常网站开发中不提倡使用type=image作为表单的提交按钮。
<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
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值