login  Naam:   Wachtwoord: 
Registreer je!
 Forum

Link bij intro

Offline Redcap - 27/09/2005 14:55
Avatar van RedcapHTML interesse Ik heb dit script ergens op internet gevonden
  1. <html>
  2.  
  3. <head>
  4. <style type="text/css">
  5. .default{width:100;height:20px;text-align:center;font-size:12;color:#FFFFFF;border-top:1px solid #FFFFFF;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left: 1px solid #FFFFFF;background: #000080;cursor:hand}
  6. .buttonover{width:100;height:20px;text-align:center;font-size:12;color:#000000;border-top:1px solid #FFFFFF;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #FFFFFF;background: #FFFFFF;cursor:hand}
  7. .buttondown{width:100;height:20px;text-align:center;font-size:12;color:#FFFFFF;border-top:1px solid #000000;border-right:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;border-left:1px solid #000000;background:#FFFFFF;cursor:hand}
  8. </STYLE>
  9. <script type="text/javascript">
  10. <!--
  11. newTrans=new Array()
  12. newTrans[0] = "progid:DXImageTransform.Microsoft.Wipe(GradientSize=0.5, wipeStyle=0, motion='forward')";
  13. newTrans[1] = "progid:DXImageTransform.Microsoft.Wipe(GradientSize=0.5, wipeStyle=0, motion='reverse')";
  14. newTrans[2] = "progid:DXImageTransform.Microsoft.Spiral()";
  15.  
  16. which_class=new Array()
  17. which_class[0]="default"
  18. which_class[1]="buttonover"
  19. which_class[2]="buttondown"
  20.  
  21. previous_div = null
  22.  
  23. function m_over(this_div){
  24. if(previous_div != this_div){
  25. this_div.style.filter = newTrans[1];
  26. this_div.filters[0].apply();
  27. this_div.className=which_class[1]
  28. this_div.filters[0].play(0.5);
  29. }
  30. }
  31.  
  32. function m_out(this_div){
  33. if(previous_div != this_div){
  34. this_div.style.filter = newTrans[0];
  35. this_div.filters[0].apply();
  36. this_div.className=which_class[0]
  37. this_div.filters[0].play(0.25);
  38. }
  39. }
  40.  
  41. function m_click(this_div){
  42. this_div.style.filter = newTrans[2];
  43. this_div.filters[0].apply();
  44. this_div.className=which_class[2]
  45. this_div.filters[0].play(0.20);
  46.  
  47. if(previous_div!=this_div){
  48. if(previous_div != null){
  49. previous_div.style.filter = newTrans[0];
  50. previous_div.filters[0].apply();
  51. previous_div.className=which_class[0]
  52. previous_div.filters[0].play(0.25);
  53. }
  54. }
  55. previous_div = this_div
  56. }
  57. </SCRIPT>
  58. </textarea>
  59. <br>
  60. <input type=button value="Alles selecteren" onClick="javascript:this.form.yourForm.focus();this.form.yourForm.select();" style="font-family: Arial; font-size: 8pt">
  61. </form></td>
  62. </tr>
  63. <body bgcolor="#D6DBE7">
  64. <tr>
  65. <td>
  66. &nbsp;</td>
  67. </tr>
  68. <tr>
  69. <td>
  70. <font face="Arial" style="font-size: 9pt">Plaats de Code in de
  71. <b>&lt;body&gt;</b></font></td>
  72. </tr>
  73. <tr>
  74. <td>
  75. <form>
  76. <body bgcolor="#D6DBE7">
  77. <textarea name="yourForm" rows=3 cols=40 wrap=virtual style="border: 1px outset #4F6B81; font-size:8pt; background-color:#EDF4F8">
  78. <DIV id="divA" class="default" onclick="m_click(this)" onmouseover="m_over(this)" onmouseout="m_out(this)">Button 1</DIV>
  79. <DIV id="divB" class="default" onclick="m_click(this)" onmouseover="m_over(this)" onmouseout="m_out(this)">Button 2</DIV>
  80. <DIV id="divC" class="default" onclick="m_click(this)" onmouseover="m_over(this)" onmouseout="m_out(this)">Button 3</DIV>
  81. <DIV id="divD" class="default" onclick="m_click(this)" onmouseover="m_over(this)" onmouseout="m_out(this)">Button 4</DIV>
  82. <DIV id="divE" class="default" onclick="m_click(this)" onmouseover="m_over(this)" onmouseout="m_out(this)">Button 5</DIV>
  83.  
  84. </textarea>
  85. <br>
  86. <input type=button value="Alles selecteren" onClick="javascript:this.form.yourForm.focus();this.form.yourForm.select();" style="font-family: Arial; font-size: 8pt">
  87. </form></td>
  88. </tr>
  89. <tr>
  90. <td>
  91. &nbsp;</td>
  92. </tr>
  93. <tr>
  94. <td>
  95. &nbsp;</td>
  96. </tr>
  97. <tr>
  98. <td>
  99. <A HREF="javascript:popUp('menu20_demo.htm')">
  100. <img src="../../images/button_demo.gif" border="0"></font></td>
  101. </tr>
  102. <tr>
  103. <td>
  104. <address>
  105. </address>
  106. </td>
  107. </tr>
  108. </table>
  109.  
  110. <hr color="#B8CADA" width="95%">
  111.  
  112. <table id="table6" width="95%" border="0" cellpadding="0" bordercolor="#BDCCDA" cellspacing="0">
  113. <tr>
  114. <td>
  115. <A HREF="javascript:popUp('alert3_demo.htm')">
  116. <a href="../javascripts_menu.php">
  117. <img border="0" src="../../images/button_terug.gif" width="75" height="15"></a></font></td>
  118. </tr>
  119. </table>
  120.  
  121. </div>
  122. <p><br>
  123. </td>
  124. <td width="139" valign="top" background="../../images/right.gif">
  125. <body background="/images/background.jpg">
  126. <table border="0" width="100%" cellpadding="0" style="border-collapse: collapse" id="table1">
  127. <tr>
  128. <td>
  129. <a class="chlnk" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.websonic.nl/');"
  130. style="CURSOR: hand"><img border="0" src="/images/row_home.gif" width="20" height="20"></a>
  131.  
  132. <a href="javascript:window.external.AddFavorite('http://www.websonic.nl', 'WebSonic.nl :: Webtools, Javascripts, PC Tips en Trucs')"><font color="#FF0000" size="2" face="Verdana"><img border="0" src="/images/row_favo.gif" width="20" height="20"></font></a><font color="#FF0000" size="2" face="Verdana">
  133. </font><a target="_self" href="/pagina_zoek.php"><img border="0" src="/images/button_zoek.gif" width="20" height="20"></a></td>
  134. </tr>
  135. <tr>
  136. <td>
  137. <br><p align="center"><font face="Arial" style="font-size: 9pt">
  138. <!--CheckStat Free 4.2 Begin-->
  139. <!--LET OP: De teller zal worden verwijderd indien-->
  140. <!--aanpassingen zijn gemaakt aan deze code of-->
  141. <!--wanneer het icoon niet zichtbaar is op de site.-->
  142. <script type="text/javascript" language="javascript">
  143. function checkstat(a,v){var set=new Array();if(typeof v=="string")
  144. {set[0]=parseInt(v.substring(0,1))}else{set[0]=(v==3||v==4)?0:1}
  145. var jv,sz,sc,i;js="";var td=new Date();var tm=td.getTime();
  146. var s=screen;var d=document;var l="http://checkstat.nl/cgi-bin/";
  147. var lo=d.URL;var n=navigator;var re=typeof(top.document)=="object"?
  148. top.document.referrer:d.referrer;for(i=0;i<=5;i++)
  149. {d.write('<script language="javascript1.'+i+'">js="'+i+'"<\/script>')}
  150. if(js>=1){jv=n.javaEnabled()?"y":"n"}if(js>=2){sz=s.width+"*"+s.height;
  151. sc=n.appName.substring(0,9)=="Microsoft"?s.colorDepth:s.pixelDepth;}
  152. var ar="&location="+escape(lo)+"&screensize="+sz+"&screencolors="+sc+
  153. "&javascript=1."+js+"&java="+jv+"&referrer="+escape(re)+"&time="+tm;
  154. if(set[0]){d.write('<a target=_blank href="'+l+'show.cgi?'+a+
  155. '"><img nosave name=icon width=19 height=19 border=0 alt="CheckStat" '+
  156. 'src="'+l+'count.cgi?'+a+ar+'"><\/a>')}else{d.write('<img width=1 '+
  157. 'height=1 src="'+l+'count.cgi?'+a+ar+'">')}}checkstat('webxl2','110')
  158. </script><noscript>
  159. <a href="http://checkstat.nl/cgi-bin/show.cgi?webxl2"
  160. target=_blank><img name=icon width=19 height=19
  161. src="http://checkstat.nl/cgi-bin/count.cgi?webxl2"
  162. border=0 alt=CheckStat></a></noscript>
  163. <!--CheckStat Free 4.2 End-->
  164. <br><br>
  165. </font>
  166. <p align="center">
  167. <span style="text-decoration: none">
  168. <b>
  169.  
  170. </b>
  171.  
  172. </font>
  173. </td>
  174. </tr>
  175. </table></td>
  176. </tr>
  177. </table>
  178. </td>
  179. </tr>
  180. </table>
  181.  
  182. </div>
  183.  
  184. </body>
  185. <BODY onLoad="start()">
  186.  
  187.  
  188. </html>
  189. <meta http-equiv="Content-Language" content="nl">
  190. <title>WebSonic.nl :: Javascript Demo</title>
  191. <SCRIPT FOR="seq" EVENT="oninit">
  192. seq.Item("sg").at(0, "scale(rad)", 23, .1);
  193. seq.Item("sg").at(.5, "scale(one)", 23, .1);
  194. seq.Item("sg").at(1, "scale(two)", 23, .1);
  195. seq.Item("sg").at(1.5, "scale(three)", 23, .1);
  196. seq.Item("sg").at(2, "scale(four)", 23, .1);
  197. seq.Item("sg").at(2.5, "scale(five)", 23, .1);
  198. seq.Item("sg").at(2.5, "scale(six)", 23, .1);
  199. </SCRIPT>
  200.  
  201. <script type="text/javascript">
  202. function scale(which) {
  203. which.Scale(1.2, 1.2, 1.2);
  204. }
  205.  
  206. function start() {
  207. rad.Scale(.05,.05,.05);
  208. one.Scale(.1,.1,.1);
  209. two.Scale(.1,.1,.1);
  210. three.Scale(.15,.15,.15);
  211. four.Scale(.1,.1,.1);
  212. five.Scale(.2,.2,.2);
  213. six.Scale(.02,.02,.02);
  214. seq.Item("sg").Play()
  215. }
  216. </SCRIPT>
  217. <script type="text/javascript">
  218. function tofuHigh() {
  219. tofu.style.color = "red";
  220. }
  221. function tofuBack() {
  222. tofu.style.color = "aqua";
  223. }
  224. </SCRIPT>
  225. <style type="text/css">
  226. .span1 {position: absolute; top: 30px; left: 50px; width: 27; filter:blur(add=4,direction=45,strength=30)}
  227. </STYLE>
  228.  
  229. </head>
  230.  
  231. <body bgcolor="#EDF4F8">
  232. <BODY bgcolor=black onload="start()">
  233. <p align="center">
  234. <img border="0" src="../../images/java_demo_header.gif" width="300" height="60"></p>
  235. <address align="center">
  236. <OBJECT id=rad style="position:absolute; height:500; width:780; top:0; left:0"
  237. CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6">
  238. <PARAM NAME="Line0001" VALUE="SetLineStyle(0)">
  239. <PARAM NAME="Line0002" VALUE="SetFillColor(0, 13 ,80)">
  240. <PARAM NAME="Line0003" VALUE="SetLineStyle(1)">
  241. <PARAM NAME="Line0004" VALUE="SetLineColor(255, 15, 255)">
  242. <PARAM NAME="Line0005" VALUE="Oval(-110,-110,210,210)">
  243. <PARAM NAME="Line0006" VALUE="SetLineStyle(1=[,2])">
  244. <PARAM NAME="Line0007" VALUE="SetLineColor(255, 100, 0)">
  245. <PARAM NAME="Line0008" VALUE="PolyLine(2, -75, 75, 75, -75)">
  246. <PARAM NAME="Line0009" VALUE="PolyLine(2, -75, -75, 75, 75)">
  247. </OBJECT>
  248. <OBJECT id=one style="position:absolute; height:500; width:780; top:0; left:0"
  249. CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6">
  250. <PARAM NAME="Line0001" VALUE="SetLineStyle(0)">
  251. <PARAM NAME="Line0002" VALUE="SetFillColor(0, 0 ,0)">
  252. <PARAM NAME="Line0003" VALUE="SetLineStyle(1)">
  253. <PARAM NAME="Line0004" VALUE="SetLineColor(255, 15, 250)">
  254. <PARAM NAME="Line0005" VALUE="Oval(-110,-110,210,210)">
  255. <PARAM NAME="Line0006" VALUE="SetLineStyle(1=[,2])">
  256. <PARAM NAME="Line0007" VALUE="SetLineColor(255, 100, 0)">
  257. <PARAM NAME="Line0008" VALUE="PolyLine(2, -75, 75, 75, -75)">
  258. <PARAM NAME="Line0009" VALUE="PolyLine(2, -75, -75, 75, 75)">
  259. </OBJECT>
  260. <OBJECT id=two style="position:absolute; height:500; width:780; top:0; left:0"
  261. CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6">
  262. <PARAM NAME="Line0001" VALUE="SetLineStyle(0)">
  263. <PARAM NAME="Line0002" VALUE="SetFillColor(80, 0 ,0)">
  264. <PARAM NAME="Line0003" VALUE="SetLineStyle(1)">
  265. <PARAM NAME="Line0004" VALUE="SetLineColor(155, 15, 245)">
  266. <PARAM NAME="Line0005" VALUE="Oval(-110,-110,210,210)">
  267. <PARAM NAME="Line0006" VALUE="SetLineStyle(1=[,2])">
  268. <PARAM NAME="Line0007" VALUE="SetLineColor(255, 100, 0)">
  269. <PARAM NAME="Line0008" VALUE="PolyLine(2, -75, 75, 75, -75)">
  270. <PARAM NAME="Line0009" VALUE="PolyLine(2, -75, -75, 75, 75)">
  271. </OBJECT>
  272. <OBJECT id=three style="position:absolute; height:500; width:780; top:0; left:0"
  273. CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6">
  274. <PARAM NAME="Line0001" VALUE="SetLineStyle(0)">
  275. <PARAM NAME="Line0002" VALUE="SetFillColor(0, 0 ,0)">
  276. <PARAM NAME="Line0003" VALUE="SetLineStyle(1)">
  277. <PARAM NAME="Line0004" VALUE="SetLineColor(140, 15, 240)">
  278. <PARAM NAME="Line0005" VALUE="Oval(-110,-110,210,210)">
  279. <PARAM NAME="Line0006" VALUE="SetLineStyle(1=[,2])">
  280. <PARAM NAME="Line0007" VALUE="SetLineColor(255, 100, 0)">
  281. <PARAM NAME="Line0008" VALUE="PolyLine(2, -75, 75, 75, -75)">
  282. <PARAM NAME="Line0009" VALUE="PolyLine(2, -75, -75, 75, 75)">
  283. </OBJECT>
  284. <OBJECT id=four style="position:absolute; height:500; width:780; top:0; left:0"
  285. CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6">
  286. <PARAM NAME="Line0001" VALUE="SetLineStyle(0)">
  287. <PARAM NAME="Line0002" VALUE="SetFillColor(0, 79 ,200)">
  288. <PARAM NAME="Line0003" VALUE="SetLineStyle(1)">
  289. <PARAM NAME="Line0004" VALUE="SetLineColor(255, 15, 235)">
  290. <PARAM NAME="Line0005" VALUE="Oval(-110,-110,210,210)">
  291. <PARAM NAME="Line0006" VALUE="SetLineStyle(1=[,2])">
  292. <PARAM NAME="Line0007" VALUE="SetLineColor(255, 100, 0)">
  293. <PARAM NAME="Line0008" VALUE="PolyLine(2, -75, 75, 75, -75)">
  294. <PARAM NAME="Line0009" VALUE="PolyLine(2, -75, -75, 75, 75)">
  295. </OBJECT>
  296. <OBJECT id=five style="position:absolute; height:500; width:780; top:0; left:0"
  297. CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6">
  298. <PARAM NAME="Line0001" VALUE="SetLineStyle(0)">
  299. <PARAM NAME="Line0002" VALUE="SetFillColor(0, 0 ,0)">
  300. <PARAM NAME="Line0003" VALUE="SetLineStyle(1)">
  301. <PARAM NAME="Line0004" VALUE="SetLineColor(255, 15, 235)">
  302. <PARAM NAME="Line0005" VALUE="Oval(-110,-110,210,210)">
  303.  
  304. </OBJECT>
  305. <OBJECT id=six style="position:absolute; height:500; width:780; top:0; left:0"
  306. CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6">
  307.  
  308. <PARAM NAME="Line0001" VALUE="SetFillStyle(11)">
  309. <PARAM NAME="Line0002" VALUE="SetLineStyle(0)">
  310. <PARAM NAME="Line0003" VALUE="SetFillColor(51,0,51,153,0,255)">
  311. <PARAM NAME="Line0004" VALUE="SetFont('Impact', 50, 600, 70, 50, 80)">
  312. <PARAM NAME="Line0005" VALUE="SetLineStyle(1)">
  313. <PARAM NAME="Line0006" VALUE="SetLineColor(255,0,51)">
  314. <PARAM NAME="Line0007" VALUE="Text('sdsaddas', -105, 25)">
  315. <PARAM NAME="Line0008" VALUE="SetFillStyle(11)">
  316. <PARAM NAME="Line0009" VALUE="SetLineStyle(0)">
  317. <PARAM NAME="Line0010" VALUE="SetFillColor(255, 255, 0, 51, 0, 51)">
  318. <PARAM NAME="Line0011" VALUE="SetFont('Impact', 50, 600, 70, 50, 80)">
  319. <PARAM NAME="Line0012" VALUE="SetLineStyle(1)">
  320. <PARAM NAME="Line0013" VALUE="SetLineColor(0,255,0)">
  321. <PARAM NAME="Line0014" Jaskd VALUE="Text('Sckusdhgsad', -100, 25)">
  322.  
  323. `
  324. </OBJECT>
  325.  
  326. <OBJECT id="seq"
  327. CLASSID="CLSID:B0A6BAE2-AAF0-11d0-A152-00A0C908DB96">
  328. </OBJECT>
  329. </address>
  330. <hr color="#B8CADA">
  331. <address align="center">
  332. <a href="javascript:top.window.close()">
  333. </a>
  334. </address>
  335. <address align="center">
  336. &nbsp;</address>
  337.  
  338. </body>
  339.  
  340. </html>



En nu wil ik dat er aan het eind Enter ofzo komt te staan.
Hoe doe je dat?

8 antwoorden

Gesponsorde links
Offline infinity - 27/09/2005 15:18
Avatar van infinity Gouden medaille

Grafische gevorderde
als ik jou was zou ik eerst maar es beginnen met de basis van html voordat je hier mee begint.
Offline Redcap - 27/09/2005 15:22
Avatar van Redcap HTML interesse Eh? Heb ik al gedaan...
Kan iemand me nou uitleggen hoe het moet...
Offline infinity - 27/09/2005 15:57
Avatar van infinity Gouden medaille

Grafische gevorderde
laat es een zien wat er gebeurd als je dit script draait. ik heb geen zin om alles door zitten lezen en zo kijken hoe het er allemaal uit ziet..

maar voor een enter knopje zou ik zeggen:

<a href="hierdepaginawaarjeheenmoetalsjeopenterhebtgedrukt.html">Enter</a>

Offline Redcap - 27/09/2005 16:01 (laatste wijziging 27/09/2005 16:06)
Avatar van Redcap HTML interesse Ja ik kan gelukkig nog wel een beetje programmeren 
Anyway mijn site is nu nog geblokt 
Maar ik kan wel ff kijken of ik het ergens kan op zetten

// http://members.lycos.co.uk/lollerskates/meh.html
Offline Ultimatum - 27/09/2005 17:07
Avatar van Ultimatum PHP expert nou hij doet het tog, er staat tog enter..
Offline Redcap - 27/09/2005 17:20
Avatar van Redcap HTML interesse Err Waar zie jij enter aan het einde van de intro dan?
Offline Ultimatum - 27/09/2005 18:21
Avatar van Ultimatum PHP expert op die pagina die je liet zien, staat enter tussen, linksboven het plaatje dat het niet doet..
Offline Redcap - 27/09/2005 20:13
Avatar van Redcap HTML interesse Ja k weet heb ik er zelf opgezet alleen ik wil zeg maar
Aan het eind
dat enter met zon effect komt
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.255s