技术池(jishuchi.com) 本次搜索耗时 3.834 秒,为您找到 69 个相关结果.
  • 属性改变

    975 2020-12-09 《DHTML 教程》
    属性改变 属性改变 <html> <body>   <img id = "image" src = "/i/eg_smile.gif" />   <script type = "text/javascript" > document . getElementById ( 'image' ). src = "/i/eg_la...
  • 提交表单

    950 2020-12-10 《HTML DOM 教程》
    提交表单 提交表单 <html> <head> <script type = "text/javascript" > function formSubmit () { document . getElementById ( "myForm" ). submit () } </script> </head>   <body> ...
  • 图像察看器

    921 2020-12-09 《DHTML 教程》
    图像察看器 图像察看器 <html> <head> <script type = "text/javascript" > myImages = new Array () myImages [ 0 ]= "/i/eg_mouse.jpg" myImages [ 1 ]= "/i/eg_smile.gif" myImages [ 2 ...
  • 提交表单

    915 2020-12-09 《DHTML 教程》
    提交表单 提交表单 <html> <head> <script type = "text/javascript" > function formSubmit () { document . getElementById ( "myForm" ). submit () } </script> </head>   <body> ...
  • Alpha图像链接

    905 2020-12-09 《DHTML 教程》
    Alpha图像链接 Alpha图像链接 <html> <head> <style> img { filter : alpha ( opacity = 10 ) } </style> <script type = "text/javascript" > function clean () { interval = setIn...
  • 滤镜:图像遮罩

    882 2020-12-09 《DHTML 教程》
    滤镜:图像遮罩 滤镜:图像遮罩 <html> <head> <style> div { width : 160px ; height : 120px ; } img { position : relative ; } span { position : absolute ; left : 0px ; top : 0px...
  • 移动的图像

    835 2020-12-09 《DHTML 教程》
    移动的图像 移动的图像 <html> <head> <script type = "text/javascript" > var i = 1 function starttimer () { document . getElementById ( 'myimage' ). style . position = "relative"...
  • 拖放图像

    774 2020-12-09 《DHTML 教程》
    拖放图像 拖放图像 <html> <head> <style> img { position : relative ; } </style> <script type = "text/javascript" > mouseover = true function coordinates () { if (! move...
  • 摇动的图像

    719 2020-12-09 《DHTML 教程》
    摇动的图像 摇动的图像 <html> <head> <script type = "text/javascript" > function shakeleft () { document . getElementById ( 'image' ). style . position = "relative" document . ge...