Jump to content

smiles

Members
  • Posts

    774
  • Joined

  • Last visited

Everything posted by smiles

  1. I sometimes see some forum , in its post have the function that enable or disable HTML , I don't really understanding it , I thing it has no effect with script , just with HTML and only HTML ' text like Marquee , color , font , I think right ???
  2. oh well , you can change word " right " in var , I don't mind it
  3. like this <html><head><script type="text/javascript">function question(){var answer=prompt("What are you doing ?","")if (answer == "right"){window.location="http://www.w3schools.com"}}</script></head><body><form><input type="button" onclick="question()" value="Display a prompt box"></form></body></html> this code need an button <html><head><script type="text/javascript">var answer=prompt("What are you doing ?","")if (answer == "right"){window.location="http://www.w3schools.com"}</script></head> this code no need a button:)
  4. I normally see people write code for something appears from top to the bottom of the page , do you know the code to make my table appear at the bottom of the page Thanks !!!
  5. smiles

    I almost got it!

    I think that like canoe
  6. normally , they use table on top to put logo , that is more convenient if you give your logo also a link
  7. http://www.w3schools.com/js/tryit.asp?file...timing_infinite
  8. <table border=0 cellspacing=1 cellpadding=0 bgcolor = black ><tr><form name=testForm ><td><input name=testField type=text style="text-align:right" onKeyUp="reverseText('testForm','testField')"></td></form><form name=form ><td><input type=button value="Next" onClick="calculate()"> </td></form></tr></table> that' s my example , it works well means two functions don't affect together
  9. <iframe src="" name= "showframe" ></iframe><a href = " http://www.w3schools.com " target="showframe">Last Page></a>
  10. you think you are helping someone or everybody , your design is not bland
  11. yeah ! we can do manything with a new browser
  12. you can do it by tag <frame> , it looks similar to your example <a href ="frame_a.htm" target ="showframe">Frame a</a><br><a href ="frame_b.htm" target ="showframe">Frame b</a><br><a href ="frame_c.htm" target ="showframe">Frame c</a> see this http://www.w3schools.com/html/tryit.asp?fi...rame_navigation
  13. smiles

    languages

    well , noone think that , you are here and I see you help many people ( me in it )so you are kind one .I think that everyone should be more fair , it 's a discussion not a war so what Eric says is his outlook not outrage , he protects his idea , that 's his policy , if anyone doesn't agree with it , they can find ways to prove that 's wrong , shouldn't protect your bad thinking of him Eric , I had seen your example again <?php$fee = "Hello";$fi = "aspnetguy";$foe = "How are you";$fum = "Today?";echo $fee . $fi . $foe . $fum;?>I wonder if you are you at the first time know it , you can't write it easily and think of the next several years when you don't have much time to think of it , write it again is not easy too , so everything is not simple to time , if something made you thought writing it need no much skill , I think that is your skill and ...Skemcin , take a look , you are Moderator :)Have a nice day !
  14. smiles

    languages

    well , I had understood , it seems easy to me nowI also feel sorrow about what happened , hope all is misunderstanding , we are IT ones ( ... not me , I'm going to be an electrical engineer ) , any languages are create by someone 's heart , lets give it an sincere look
  15. smiles

    languages

    well , I 'd like your discussion , Eric and Aspnetguy , I think that experience comes from experience which comes from our failures , it gives us skill and who has much skill they can say skill ' language well I don't want to stop this topic here , let 's continue if someone has any difference else computer works based on binary code 1 and 0 or 'on' and 'off' , script language is not an exception that maybe an important thing , Programming need compiler to convert commands into binary code as ~Shinta said , script language has no need with compiler , so what converts commands in script into binary code
  16. smiles

    IDEA!

    <bgsound src="" />try this
  17. smiles

    need help please

    Maybe you want to change the color of links in your pagetry this :a:link { text-decoration: underline; color : #000000; }
  18. smiles

    need help please

    well , try it <style type="text/css"> td { background-color: #000000; }</style>
  19. smiles

    languages

    Can you tell me some differences between script language and languages ... that differ to it ??? Sorry I don't know what the so-called of that language ( C++ , Assembly , PLC ... )
  20. smiles

    attach with scroll

    that 's not a matter ! Thanks
  21. smiles

    attach with scroll

    take a look at background-attachment : scroll I try in w3c example , but it doesn't work , anyone know why
  22. smiles

    IP address

    When I look at an IP , I wonder how can we know whether that computer is near me, in my city or somewhere in the world ??? Is there any way to know that Thanks !
×
×
  • Create New...