45fan.com - 路饭网

搜索: 您的位置主页 > 电脑频道 > 电脑教程 > 阅读资讯:怎么样在javacript中获取控件坐标?

怎么样在javacript中获取控件坐标?

2016-09-01 11:49:32 来源:www.45fan.com 【

怎么样在javacript中获取控件坐标?

主要用到offsetTop,offsetLeft(获取控件坐标)。还有offsetHeight,offsetWidth(屏幕的高和宽)
怎么样在javacript中获取控件坐标?怎么样在javacript中获取控件坐标?<%@Pagelanguage="c#"AutoEventWireup="false"Inherits="gr.Test"%>
怎么样在javacript中获取控件坐标?<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.0Transitional//EN">
怎么样在javacript中获取控件坐标?<HTML>
怎么样在javacript中获取控件坐标?<HEAD>
怎么样在javacript中获取控件坐标?<title>测试</title>
怎么样在javacript中获取控件坐标?<metaname="GENERATOR"Content="MicrosoftVisualStudio.NET7.1">
怎么样在javacript中获取控件坐标?<metaname="CODE_LANGUAGE"Content="C#">
怎么样在javacript中获取控件坐标?<metaname="vs_defaultClientScript"content="JavaScript">
怎么样在javacript中获取控件坐标?<metaname="vs_targetSchema"content="http://schemas.microsoft.com/intellisense/ie5">
怎么样在javacript中获取控件坐标?怎么样在javacript中获取控件坐标?<scriptlanguage=javascript>
怎么样在javacript中获取控件坐标?<!--
怎么样在javacript中获取控件坐标?functiongetFocus()
怎么样在javacript中获取控件坐标?怎么样在javacript中获取控件坐标?
{
怎么样在javacript中获取控件坐标?
vartop;
怎么样在javacript中获取控件坐标?
varwidth;
怎么样在javacript中获取控件坐标?top
=document.all["txt"].offsetTop;
怎么样在javacript中获取控件坐标?width
=document.all["txt"].offsetLeft;
怎么样在javacript中获取控件坐标?document.all[
"txtResult"].value=top+","+width;
怎么样在javacript中获取控件坐标?}

怎么样在javacript中获取控件坐标?//-->
怎么样在javacript中获取控件坐标?
</script>
怎么样在javacript中获取控件坐标?
怎么样在javacript中获取控件坐标?
</HEAD>
怎么样在javacript中获取控件坐标?<bodyMS_POSITIONING="GridLayout">
怎么样在javacript中获取控件坐标?<formid="Form1"method="post"runat="server">
怎么样在javacript中获取控件坐标?</form>
怎么样在javacript中获取控件坐标?<tablewidth="100%"height="100%">
怎么样在javacript中获取控件坐标?<tr>
怎么样在javacript中获取控件坐标?<tdheight=100></td>
怎么样在javacript中获取控件坐标?</tr>
怎么样在javacript中获取控件坐标?<tr>
怎么样在javacript中获取控件坐标?<td><inputid=txtResulttype=text></td>
怎么样在javacript中获取控件坐标?</tr>
怎么样在javacript中获取控件坐标?<tr>
怎么样在javacript中获取控件坐标?<td><inputid=txttype=text></td>
怎么样在javacript中获取控件坐标?</tr>
怎么样在javacript中获取控件坐标?<tr>
怎么样在javacript中获取控件坐标?<td><inputid=bttype=buttononclick="getFocus()"value=获取></td>
怎么样在javacript中获取控件坐标?</tr>
怎么样在javacript中获取控件坐标?</table>
怎么样在javacript中获取控件坐标?</body>
怎么样在javacript中获取控件坐标?</HTML>
怎么样在javacript中获取控件坐标?
 

本文地址:http://www.45fan.com/dnjc/70712.html
Tags: 获取 控件 javacript
编辑:路饭网
关于我们 | 联系我们 | 友情链接 | 网站地图 | Sitemap | App | 返回顶部