Search:

Type: Posts; User: mini_minh; Keyword(s):

Search: Search took 0.00 seconds.

  1. Thread: Help asp sql

    by mini_minh
    Replies
    2
    Views
    4,738

    i'm doing the same thing but it works for me......

    i'm doing the same thing but it works for me...
    maybe u have conflicting data types...
    eg boho might have data type int
    and ur trying to search for a char?
  2. Replies
    3
    Views
    11,991

    XD thanx heaps guys

    XD thanx heaps guys
  3. Replies
    3
    Views
    11,991

    asp select list

    hiya was just wondering...

    if i had a select list like...

    <select name="list">
    <option name="option1" value="1">option 1</option>
    <option name="option2" value="2">option 2</option>
    <option...
  4. Replies
    2
    Views
    4,356

    XD oks thanx

    XD oks thanx
  5. Replies
    2
    Views
    4,356

    from onsubmit redirect

    hey was wondring..if i had a form like..

    <form id="form" method="post" action="this.asp">

    when u submit it, it'll open "this.asp"

    was wondering is it possible to direct the page to another...
  6. Replies
    7
    Views
    4,807

    thanx heaps dude yea i already have the form...

    thanx heaps dude
    yea i already have the form tags and stuff
    just needed the function code cause i wan't sure how to the the loop and yea
    thax heaps!!
  7. Replies
    7
    Views
    4,807

    javascript for loop....

    hey was just wondering...if i have like a set of checkboxes or something like...

    <input type="checkbox" name="checkbox1"/>
    <input type="checkbox" name="checkbox2"/>
    <input type="checkbox"...
  8. Replies
    1
    Views
    5,001

    checkbox addition/subtraction

    i've got a checkbox what i want it to do when it is checked is to add 10.00 to a text field and when it is unchecked it subtracts 10.00
    what i've got so far is:

    <script language="JavaScript"><!--...
  9. Replies
    4
    Views
    3,547

    sorry but another question on arrays...just say...

    sorry but another question on arrays...just say my array was:
    var answer = new Array();
    answer[0] = "yes";
    answer[1] = "no";
    answer[2] = "maybe";
    answer[3] = "yes";
    answer[4] = "yes";
    ...
  10. Replies
    4
    Views
    3,547

    thanx a lot ^^

    thanx a lot ^^
  11. Replies
    4
    Views
    3,547

    external js array

    if i have an array in an external js file such as:

    var blah = new Array();
    blah[0] = "sumthing";
    blah[1] = "...";
    blah[2] = "=D";

    how would i create a document that displays the...
Results 1 to 11 of 11