On Thu, May 3, 2007 8:15 pm, Davis Chan wrote:
> I also have a question about using this newsgroup, why is messages I
> got
> from using Thunderbird not as update as the digest I got via email?
Because PHP's nntp server has fewer gerbils.
--
Some people have a "gift" link here.
Know what I want?
(sorry if you see 2 posts, I was trying to cancel a post, edit, and repost)
Hi! Everyone, Dan is right, after submit button is clicked, the
javascript function below is called. I am trying here is the javascript
function:
> function Ask_Confirm() {
> response = confirm("Are you sure?");
> if(r
Hi! Everyone, here is the javascript function:
function Ask_Confirm()
{
response = confirm("Are you sure?");
if(response == true)
{
to_url = "./admin.php?to_be_rm=" + document.forms[1].to_be_rm.value;
// alert(to_url);
window.location = to_url;
}
else
{
// Do Not
On Thu, May 3, 2007 6:45 am, Dan Shirah wrote:
...
> On 5/3/07, Travis Moore <[EMAIL PROTECTED]> wrote:
>>
>> If you're using window.location="./script.php?var=value", it's not
>> actually using a variable, it's using a string.
>>
>> If you're just using the above as an example, then could you ple
Could you please post your code.
It sounds like you have a submit button that when clicked goes to a
javascript function which pops up a confirmation box. Is that correct?
On 5/3/07, Travis Moore <[EMAIL PROTECTED]> wrote:
If you're using window.location="./script.php?var=value", it's not
ac
If you're using window.location="./script.php?var=value", it's not
actually using a variable, it's using a string.
If you're just using the above as an example, then could you please post
the line of javascript for redirecting.
Travis.
Davis Chan wrote:
Hi! New to this newsgroup and is debu
Dave Goodchild wrote:
> Hi all. I have an online events directory and am having some issues with
> date calculations. I have a table of dates (next year) and an events table
> - which have a many to many relationship and so use an intermediary
> mapping table called dates_events. All good - when t
On Thu, Mar 30, 2006 at 09:20:28AM +0200, Barry wrote:
> Tom Wong (Yakang Accessories) wrote:
> > Dear All:
> >
> >
> >
> > -
>
Tom Wong (Yakang Accessories) wrote:
> Dear All:
>
>
>
> -
> 例子A(使用HTML TAG)
>
>
> Send this file:
>
>
>
I also use the phpnuke. But I am gonna drop the whole thing. It causes
nothing but trouble. You have to follow all the rules (not to mention the
copyright lines) and can't find much information on them so you need to
start and learn the nuke style. Ok this is not a real problem but since a
couple
>I have insert some text with space to mysql DB with varchar()
>
>When I use mysql_fetch_array function to retrieve the data from DB . I
>found only the first session text can be shown . It means if any space
>there . It will split like session by session. for example. my DB have a
>text "Hello
11 matches
Mail list logo