Search:

Type: Posts; User: Kevin1991

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    11,127

    Re: 2D ZONE with Source

    Great job!!! :)
    I think you should make it better by modifying the textures and make it more beautiful using Adobe Photoshop.
  2. Replies
    4
    Views
    572

    Re: making a form with submit button ???

    add to submit button:

    onclick="window.open(urltextboxid.value)"
  3. Replies
    3
    Views
    8,753

    Poll: Re: Please Test My Game (Monopoly)

    Thanks for your feedback n3xus :)
  4. [RESOLVED] Sample of PHP - submit form to database

    Can anyone please write some simple PHP code for me?

    Build a page that contains a textbox and submit button
    The string from the textbox are then submitted to database
    (Are SQL free??If it is...
  5. Replies
    9
    Views
    817

    [RESOLVED] Where can I test my PHP page

    Any free server for testing??
  6. Replies
    6
    Views
    677

    Re: PHP in Javascript

    I know that PHP can be written in Javascript, so how??
  7. Re: What is Meta and its function?

    In Yahoo or Google search, there are some description under the search result. The Meta keywords will be treated as the description for the search result??
  8. Replies
    6
    Views
    677

    Re: PHP in Javascript

    In dreamweaver MX, there is a PHP Javascript document type...

    What's that?
  9. Re: Can someone create a syntax checker for me (VisualBasic 6)?

    Hello everyone, u can submit your finished project here...
  10. Replies
    6
    Views
    677

    [RESOLVED] PHP in Javascript

    I need references for PHP which is in Javascript form.

    Can somebody let me know how to start it??
    Thanks!
  11. [RESOLVED] What is Meta and its function?

    I want to know about the meta tag in HTML.

    What is the function for meta description and meta keywords??
  12. Replies
    3
    Views
    623

    Re: "Flash Media player"

    I know there is some Media Components in Flash MX 2004 but I don't know how to use it...
  13. Replies
    3
    Views
    623

    [RESOLVED] "Flash Media player"

    How to make a song player in flash?
    (just like the windows media player activex control )
    I want to place it into my website.

    Please attach *.fla here if you have some sample

    Thanks
  14. Replies
    16
    Views
    3,275

    Re: Refresh Page once

    I think cookies is the best way, or you can save setting in profile database.

    But the user must register first... :ehh:
  15. Replies
    16
    Views
    3,275

    Re: Refresh Page once

    You need cookie to save a setting and then when the user open this page again, it will no refresh for second time.
  16. Replies
    4
    Views
    881

    Re: cant seem to get txt field to disable

    <script language="JavaScript">
    function disabletxtOnload(){
    document.form1.txt_Username.disable = true;
    }
    </script>

    <body onload="disabletxtOnload()">

    hope this help!!:)
  17. Replies
    5
    Views
    680

    Re: Remove links from under images

    add this attribute to your picture:
    border="0"
  18. [RESOLVED] Different between ASP, PHP and JSP

    Can you all tell me what is the different between ASP, PHP and JSP?

    Actually I don't know the basic syntax for ASP, JSP and PHP(Waht I know is only javascript).

    Are there any format can be done...
  19. Replies
    1
    Views
    497

    Re: The best free site builder?

    Yahoo! Site Builder
  20. Replies
    2
    Views
    575

    Re: Simple JavaScript

    If you're using this code:

    <a href="check_email.php?email=

    Change your textbox's id to "email" instead of REG_EMAIL
    when you submit your form, the textbox's id will be used as parameter...
  21. Replies
    32
    Views
    1,490

    Re: Test My Game(HTML Monopoly Game)

    Yes, I like to use Javascript. I'm not very good in ActionScript.
  22. Replies
    32
    Views
    1,490

    Re: Test My Game(HTML Monopoly Game)

    Flash can make it become animated.
  23. Replies
    32
    Views
    1,490

    Re: Test My Game(HTML Monopoly Game)

    Ye, I agree to your post, eranga. Flash really gives a better attraction to players.
  24. Replies
    32
    Views
    1,490

    Re: Test My Game(HTML Monopoly Game)

    Hello, everybody :)

    Thanks for suggestions, tommygrayson.
    I'll make it multiplayer in real version.
    (With sound effect too...)

    I'll try to do it in flash later but now I have to fix all the...
  25. Replies
    32
    Views
    1,490

    Re: Test My Game(HTML Monopoly Game)

    OK, i'll try to do it later. :rolleyes:

    But now I must fix all the bugs that found by another person before I can continue my work... :bigyello:
  26. Replies
    32
    Views
    1,490

    Re: Test My Game(HTML Monopoly Game)

    Thanks for comments. I'll make it the best! :D

    As I know, PHP or ASP will not working when player are offline, so I have to made it playable if player is offlined.
    Webpage(HTML) format is the...
  27. Replies
    32
    Views
    1,490

    Test My Game(HTML Monopoly Game)

    Please test my Webpage Monopoly Game and make some comment here:
    http://www.vbforums.com/showthread.php?t=448104
  28. Replies
    3
    Views
    8,753

    Poll: Please Test My Game (Monopoly)

    This is a monopoly game in webpage form that created using frontpage.

    Requirement:
    Internet Explorer, 800*600 screen resolution

    If you play this game in firefox the game may stop running(only...
  29. Re: Can someone create a syntax checker for me (VisualBasic 6)?

    Thank you, here is my project...

    I will very happy if you can help me to finish my program because I need to go to school now every day (my school holiday is now ended :( ).

    I have no time to...
  30. Replies
    8
    Views
    1,191

    Re: Form Field Text Highlighting

    At least you're care about this thread. If not, how do you know i'm still reply this thread?
  31. Re: Syntax checker makes my program run slow, how to make it faster?

    My first line is missing, why??
  32. Re: Syntax checker makes my program run slow, how to make it faster?

    danasegarane, this code is still slowing my programs!
  33. Replies
    8
    Views
    1,191

    Re: Form Field Text Highlighting

    Just mark this thread resolved.
  34. Replies
    5
    Views
    803

    Re: Multiple If statements

    if (i>s && i<s1);

    Do not contain ";" behind if statement
    Missing "{", so code is terminated!
  35. Replies
    8
    Views
    1,191

    Re: Form Field Text Highlighting

    onclick="formfield.select()"
  36. Replies
    9
    Views
    1,291

    Re: TextField disabled

    textfield.disabled = true
  37. Replies
    2
    Views
    762

    Re: script for value

    <select onchange="window.location.href = this.value">
  38. Replies
    1
    Views
    931

    Re: refreshing iframes

    Mata refresh maybe could help you to refresh your page every two second.

    first iframe's page use this function,
    I don't know whether it's work.

    parent.<secondiframe id>.location.reload()
  39. Thread: onmousedown

    by Kevin1991
    Replies
    1
    Views
    956

    Re: onmousedown

    Try this html

    <html>
    <head>
    </head>
    <script>
    var dragg = false;
    var xpos,ypos,xcli,ycli;//cordinate
    var ofx,ofy;
    function setbeforemove()
  40. Re: Syntax checker makes my program run slow, how to make it faster?

    My problem is the program will run slow when the text in the textbox is more than 10 line.

    The KeywordList() and ObjectTagList() is two array.
    I've made a code to search for keyword list over two...
Results 1 to 40 of 55
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width