Search:

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

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    2,555

    That's the idea, but that lights up whole rows,...

    That's the idea, but that lights up whole rows, not just cells. Can it be modified for just cells? (you know, to work in tables with more than one column :)

    And while I have you, is there any way...
  2. Replies
    2
    Views
    2,555

    Need slight script modification please

    This script:

    http://www.dynamicdrive.com/dynamicindex11/highlighttable.htm

    ...is almost exactly what I'm trying to accomplish, with two differences. The above script applies itself to every...
  3. You are my sunshine. My only sunshine.

    You are my sunshine.

    My only sunshine.
  4. averaging selected values from radio button groups

    First off, I'd like to say I can't code to save my life; this is really just me begging for code rather than asking for help coding. What I want to do is pretty simple, and I could definitely see...
  5. Thread: generator form

    by 711
    Replies
    32
    Views
    14,954

    Yeah, I'd already applied the above code to the...

    Yeah, I'd already applied the above code to the real application before posting, and there wasn't a single problem, which I found very surprising (and thoroughly gratifying). SO this can be...
  6. Thread: generator form

    by 711
    Replies
    32
    Views
    14,954

    Okay, I changed around a couple things, added a...

    Okay, I changed around a couple things, added a hidden field and an else whaddayacallit and it worked. there were a couple problems, but from what I've learned in this thread, I was able to play...
  7. Thread: generator form

    by 711
    Replies
    32
    Views
    14,954

    OKay, peter, it's starting to work, but the "hi"...

    OKay, peter, it's starting to work, but the "hi" replaces the story, instead if getting inserted into the story.
  8. Thread: generator form

    by 711
    Replies
    32
    Views
    14,954

    peter, same problem, it just doesn't display...

    peter, same problem, it just doesn't display "hi", ever.

    Twey, I have no idea how I'd either implement, or customize that.
  9. Thread: generator form

    by 711
    Replies
    32
    Views
    14,954

    Okay, peter had to go before we could get into a...

    Okay, peter had to go before we could get into a discussion.

    The code now looks like this:
    <html>
    <head>
    <script type="text/javascript">
    function createtext() {
    story.value= "There once was a...
  10. Thread: generator form

    by 711
    Replies
    32
    Views
    14,954

    Perhaps you could expand on that a little more? ...

    Perhaps you could expand on that a little more? I don't see what you're getting at.

    (and despite what your sig says, I thought I'd ask; would you mind if we moved over to live conversation via...
  11. Thread: generator form

    by 711
    Replies
    32
    Views
    14,954

    Yes, spot on with what the checkboxes are...

    Yes, spot on with what the checkboxes are supposed to do.

    The correction works (though the onSubmit argument in the form tag is redundant, as there is no submit button anymore). You've been...
  12. Thread: generator form

    by 711
    Replies
    32
    Views
    14,954

    That does work... sort of... it displays the...

    That does work... sort of... it displays the text, but then it just disappears, test it. >.> (and how would I incorporate checkboxes?)

    But that is by far the best answer I've seen yet. =D
  13. Thread: generator form

    by 711
    Replies
    32
    Views
    14,954

    That's where I need the help. :p :D I can't code...

    That's where I need the help. :p :D I can't code javascript to save my life.
  14. Replies
    17
    Views
    8,375

    I agree wholeheartedly with post number 2. ...

    I agree wholeheartedly with post number 2. Dreamweaver is fantastic for it's coding view. Color coding, and lots of buttons to save you the monotony of hand coding basic things.
  15. Thread: generator form

    by 711
    Replies
    32
    Views
    14,954

    By personal tool, I meant to imply it'd be hosted...

    By personal tool, I meant to imply it'd be hosted locally, not published anywhere. Which also rules out php (portability). What I must have forgotten to explain is the purpose of this. It'll...
  16. Thread: generator form

    by 711
    Replies
    32
    Views
    14,954

    The end result will be just a tool for personal...

    The end result will be just a tool for personal use, so security is of no matter, and compatability is also of no matter. Also, having an "output" page, would double the time it took to use it, so,...
  17. Thread: generator form

    by 711
    Replies
    32
    Views
    14,954

    Very much like that, with 3 exceptions: -The...

    Very much like that, with 3 exceptions:
    -The output does not need to be live (meaning: it's fine to have a "generate/create/submit" button)
    -The input must be from a text field, not a drop down box...
  18. Thread: generator form

    by 711
    Replies
    32
    Views
    14,954

    generator form

    I'm completely new to javascript (and forms), and I'm trying to make a form page where user input (via checkboxes and text fields) will be inserted into a line of text at a fixed point (think "mad...
Results 1 to 18 of 22