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...
Type: Posts; User: 711; Keyword(s):
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...
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...
You are my sunshine.
My only sunshine.
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...
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...
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...
OKay, peter, it's starting to work, but the "hi" replaces the story, instead if getting inserted into the story.
peter, same problem, it just doesn't display "hi", ever.
Twey, I have no idea how I'd either implement, or customize that.
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...
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...
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...
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
That's where I need the help. :p :D I can't code javascript to save my life.
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.
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...
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,...
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...
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...