Thanks guys.
I'll be back, trust me. I need this site, so I'll be back :D.
Secret missions, no. :p I just don't want to go into what I am going to be doing over a forum post. (It has to...
Type: Posts; User: Jas; Keyword(s):
Thanks guys.
I'll be back, trust me. I need this site, so I'll be back :D.
Secret missions, no. :p I just don't want to go into what I am going to be doing over a forum post. (It has to...
To all you guys on the Dynamic Drive Forums,
I just wanted to thank you for all of the help you've given me since I joined Dynamic Drive. I went from a complete novice to what I consider to be a...
Blast! Another problem, and I forgot the syntax to fix it.
Suppose these are the tables:
table1
id|something
1 | la la la
2 | la la la
3 | la la la
Stand by, I think I may have done it with GROUP BY and ORDER BY COUNT(). I need to test it a little more, but I'll post the solution if it works :)
Sorry, guys, but neither of those is even close to what I need. But I refuse to believe that this is impossible with MySQL-- surely the query language has something in it that can help. What does the...
So I take it that what I am looking to accomplish is impossible with JavaScript?
So, I have two tables. The first is a list of websites, like so:
Table1:
id | url
1 | www.site1.com
2 | www.site2.com
3 | www.site3.com
Try something like:
SELECT
table1.name,
table1.lastname,
table2.shirtcolor
FROM
table1,
Ah, I see where the confusion is, now. It's a little complicated, but I will do my best to explain.
The IFrame takes in custom PHPBB tags and formats them in real time to XHTML. While it does...
So, are there any alternatives, then? Or is it impossible to do?
I am very sorry! I should have added the HTML page:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
Thanks, John, but I am really lost. Here is the code that I have so far:
function start_JEMpad(){
//JEMPAD is the id of a textarea
document.getElementById("JEMPAD").style.display =...
Try my FTP script, linked in my signature. Look at the posts on the last page for bug fixes.
BTW: If you create one yourself, you'll have to change some settings in php.ini or .htaccess. One of...
Thanks, but I was really talking about the insert point in the iframe, aka the caret. I need to be able to inset text at the insertion point. I still haven't had time to look into the WYSIWYG editor,...
RTE = Rich Text Editor. Basically a WYSIWYG editor.
Most use both, because you can't submit the information without a form field.
I'll look into it :)
I am making an RTE with JavaScript, and I was wondering how you go about capturing the curser position in an IFrame that's in design mode. I venture to guess that it's not as easy to get as it is in...
So you'll come quietly, then? j/k :D
Why what? Not sure what part of my last post your talking about. . .
Me? I am American. Hopefully I'm not so bad at writing that you think english is a second language. :p
Thanks, Magicyte. I'm not sure why you listed me with those amzing coders, but I am flattered. :) But I won't be able to get on DD much longer anyway, and I think I still have a lot to learn. Lets...
Still needs work, though. Haven't had time to finish it up. But your welcome. :)
Depending on who made the bot, it's possible that the bot can "learn," however, there are two problems. One,...
Didn't I suggest that in my last post? I suppose I should have explained it. :rolleyes:
You would need to use text so screen readers can read the question. Otherwise blind people still wouldn't be...
Please don't put up posts like that again. If you have nothing else to do, start a topic in "The Lounge."
EDIT: And in response to your edit of the last post, not knowing that does not make one...
Nile: heh. Cross post :)
Magicyte: . . . so what was the point of your post?
Adding text to a textbox?! Impossible!
Just joking. It's completely possible, and very easy to do.
Method 1: Using an ID
function add(text){
var TheTextBox =...
It is a nice captcha program, no doubt. But I don't think you understand color blindness very well. For one thing, there are more color blind people than you seem to think there are-- I know a few...