Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 68
Search took 0.19 seconds.
Search: Posts Made By: MrDoubtFire
Forum: JavaScript programming 08-18-2003, 04:43 PM
Replies: 10
Views: 1,079
Posted By MrDoubtFire
Hey bmwm, what exactly does it do that isn't to...

Hey bmwm, what exactly does it do that isn't to your liking? Asides from the typo already mentioned, should "Closechat" be declared first? the if() check might not get carried out, thus not defining...
Forum: DOM and JSON scripting 06-02-2003, 02:38 PM
Replies: 4
Views: 1,684
Posted By MrDoubtFire
This might help: Problem with...

This might help:

Problem with insertAdjacentHTML (http://www.faqts.com/knowledge_base/view.phtml/aid/10955)

MrDF
Forum: HTML & CSS 06-02-2003, 02:04 PM
Replies: 5
Views: 745
Posted By MrDoubtFire
Post After having tried to do this myself, I would...

After having tried to do this myself, I would suggest other alternatives, such as relatively positioning your DIV's and letting the flow of the page (with appropriate float/clear's) manage the...
Forum: PHP 05-30-2003, 07:40 PM
Replies: 4
Views: 1,106
Posted By MrDoubtFire
Yep that was definately it nightfire. Now just...

Yep that was definately it nightfire. Now just the rest of the script doesn't work (i'm not the original author thankfully). But nonetheless my question was answered! Thanks :cool:

MrDF
Forum: PHP 05-30-2003, 03:19 PM
Replies: 4
Views: 1,106
Posted By MrDoubtFire
Post Would putting the function() before the call...

Would putting the function() before the call help? I haven't had much experiecne with php but it looks similar enough to many other languages I've worked with.

Thanks,

MrDF
Forum: PHP 05-30-2003, 03:39 AM
Replies: 4
Views: 1,106
Posted By MrDoubtFire
Uncertain about php error!

Hi,

I've not worked in php much but I want to, so I'm using a script and this is what I get when it's called:

Fatal error: Call to undefined function: senddata() in /home/web/js/server.php on...
Forum: HTML & CSS 05-19-2003, 01:58 PM
Replies: 6
Views: 1,082
Posted By MrDoubtFire
Thanks to those who replied, much kudos to all! I...

Thanks to those who replied, much kudos to all! I will use all the advice in the next revision of the site.

MrDF
Forum: HTML & CSS 05-17-2003, 05:21 PM
Replies: 6
Views: 1,082
Posted By MrDoubtFire
Div positioning problems, please help?

Hi all, I will try to be succinct in my explanation, as much as I can.

I code in XHTML1.1 Strict, and have had no major problems doing so for several months now. I start to design a page which...
Forum: JavaScript programming 05-16-2003, 04:51 PM
Replies: 9
Views: 1,067
Posted By MrDoubtFire
Just a thought and I haven't tested it, but...

Just a thought and I haven't tested it, but shouldn't you be adding a "return false;" in those functions?

MrDoubtFire
Forum: HTML & CSS 05-16-2003, 04:45 PM
Replies: 15
Views: 3,005
Posted By MrDoubtFire
Not sure if this would work with what you want,...

Not sure if this would work with what you want, and a couple of the other replies you got probably fixed it. But, you could wrap your image (and text) in a <div> and use css to center it like so:
...
Forum: JavaScript programming 04-12-2003, 02:49 PM
Replies: 1
Views: 593
Posted By MrDoubtFire
Mouse Control?

Hiya all,

Just a quick question; I have links in a page which are linked to anchors further down (via <a name=....). My question is, when I click on the link and the page moves down to the named...
Forum: HTML & CSS 03-01-2003, 08:27 PM
Replies: 11
Views: 1,525
Posted By MrDoubtFire
If it couldn't find "notepad" then it would bring...

If it couldn't find "notepad" then it would bring up the window with a selection of programs to use, wouldn't it?

MRDF
Forum: HTML & CSS 02-28-2003, 03:06 PM
Replies: 11
Views: 1,525
Posted By MrDoubtFire
Meow's right, delete the cache, and restart IE....

Meow's right, delete the cache, and restart IE. It'll then allow you to view the source.

MrDF
Forum: HTML & CSS 02-23-2003, 03:12 AM
Replies: 2
Views: 575
Posted By MrDoubtFire
Input Box Security Question

Ok, when you are filling out a form on a questionable webpage somewhere (one that perhaps you don't put 100% of your trust in) and you start off by typing say, "F", and a small box appears...
Forum: JavaScript programming 02-19-2003, 01:33 PM
Replies: 6
Views: 1,474
Posted By MrDoubtFire
Have you tried using the literal code for & ? ...

Have you tried using the literal code for & ? (the amp; with the & before it)

MrDF
Forum: JavaScript programming 02-04-2003, 08:57 PM
Replies: 15
Views: 1,596
Posted By MrDoubtFire
The "/>" indicates XHTML markup instead of plain...

The "/>" indicates XHTML markup instead of plain HTML.
MrDoubtFire
Forum: JavaScript programming 02-04-2003, 05:27 PM
Replies: 15
Views: 1,596
Posted By MrDoubtFire
Aha! My bad, I'm still only on the third cup of...

Aha! My bad, I'm still only on the third cup of coffee...

MRDF
Forum: JavaScript programming 02-04-2003, 05:22 PM
Replies: 15
Views: 1,596
Posted By MrDoubtFire
Maybe you could post the script that deals with...

Maybe you could post the script that deals with this?

And like beetle says, use Math.round or convert it to currency (this of course, depends on whether you're actually dealing with currency I...
Forum: ASP 01-31-2003, 08:46 PM
Replies: 3
Views: 726
Posted By MrDoubtFire
Does it have to be a .dll ? I only ask...

Does it have to be a .dll ?

I only ask because you can get hundreds of free .cgi/.pl/.asp formmail scripts out there to send mail. And there's probably just as many sites that do it for you. Try...
Forum: HTML & CSS 01-31-2003, 08:24 PM
Replies: 4
Views: 1,157
Posted By MrDoubtFire
Thanks for the helpful replies gents, very useful...

Thanks for the helpful replies gents, very useful :)

MrDoubtFire
Forum: HTML & CSS 01-31-2003, 02:05 AM
Replies: 4
Views: 1,157
Posted By MrDoubtFire
Link Declaration Order

Hi,

Is there any particular way the html (or xhtml in this case) document's HEAD is parsed? For example, if I have a declaration of something in an external css file called "doc1.css" and then...
Forum: XML 01-30-2003, 04:12 PM
Replies: 3
Views: 1,740
Posted By MrDoubtFire
Thanks for the responses! I wrote to Paypal...

Thanks for the responses!

I wrote to Paypal and they told me that although it would be fine to remove the 'target="Paypal"' section, it would mess up the shopping cart a little. So I have to live...
Forum: XML 01-29-2003, 04:32 PM
Replies: 3
Views: 1,740
Posted By MrDoubtFire
XHTML Validation

I was validating a couple of pages (xhtml 1.1) and it told me that the <input> tag needed to be in another tag, it was illegal as it was (the code is below).


<form target="paypal"...
Forum: DOM and JSON scripting 01-29-2003, 03:12 AM
Replies: 6
Views: 1,371
Posted By MrDoubtFire
That's funny ez4ne12c, I want to take mine apart...

That's funny ez4ne12c, I want to take mine apart with a soldering iron sometimes ... :thumbsup:
Forum: HTML & CSS 01-28-2003, 06:37 PM
Replies: 9
Views: 1,396
Posted By MrDoubtFire
Then try variations on the padding-[top/bottom]....

Then try variations on the padding-[top/bottom]. You could set one or the other to force the text to the opposite side (e.g., setting padding-top to 10px would force the text towards the bottom of...
Showing results 1 to 25 of 68

 
Forum Jump

All times are GMT +1. The time now is 08:06 PM.