I occasionally get that error as well on MSN sites. I never change my browser settings, and the problem is usually resolved by my clicking refresh.
[cheers]
~L.
I suggest a client-side scripting language like Javascript.
If the question is strictly yes/no, I recommend using radio buttons, and using the onClick event.
[cheers]
~L.
... Yes that is possible - Here's a page that comprehensively explains what you want to do:
http://www.javascripter.net/faq/openinga.htm
Enjoy!
[cheers]
Cheers!
Laura
That depends on what scripting language you would use. Most use either ASP or PHP. Post that question in one of those forums, and you'll get a response.
[cheers]
Cheers!
Laura
I can't imagine tipping on someone making me a $5.00 smoothie - that's outrageous!
If I was seated and he/she brought came to me, wiped off my table, took my order, made my smoothie, and then cleaned my dishes away, I'd tip for sure, but for counter service? I don't think so.
[cheers]
Cheers...
DWMX has a built-in validator, but you have to run it to find the problems.
If you use DWMX, at the bottom of thedesign/code window, expand the "Results" pane (immediately below "Properties"). Once expanded, you will see several tabs. One of those tabs is labelled "Validation". Click on it...
UPDATE users SET id_county = '1', WHERE user_id = '434'failure"
Eliminate the comma between the '1' and WHERE:
"UPDATE users SET id_county = '1' WHERE user_id = '434'failure"
[cheers]
Cheers!
Laura
If it works on one machine and not on the server, perhaps your server may be not configured the same?
Specifically the PERL installation I'm thinking...
[cheers]
Cheers!
Laura
Hi,
You're accessing the variables wrong:
Try this:
(assuming all variables referenced are coming from form on previous page)
form_mail.php:
<HTML>
<TITLE>
test
</TITLE>
<body>
<?php
$email_to = "user@test.com";
$subject = "* test subject *";
$message = "* test message *\n\n
Status: "...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.