At 4:01 PM +0100 5/16/08, Ford, Mike wrote:
On 14 May 2008 21:21, tedd advised:
At 7:31 PM +0100 5/14/08, Mário Gamito wrote:
Hi,
I have this HTML/JS page that switches images
clicking on the radio buttons and call
template.php with the image ID as parameter:
http://portulan-online.net/
On 16 May 2008 16:12, Boyd, Todd M. advised:
>> -Original Message-
>
> 8< snip!
>
>> That's incorrect. A form will function perfectly well with only
name=
>> attributes, and no ids, and it's quite possible for JavaScript to
>> address the form elements using only the names (in fact, it'
> -Original Message-
8< snip!
> That's incorrect. A form will function perfectly well with only name=
> attributes, and no ids, and it's quite possible for JavaScript to
> address the form elements using only the names (in fact, it's easier
> than via the ids as there's a short syntax fo
On 14 May 2008 21:21, tedd advised:
> At 7:31 PM +0100 5/14/08, Mário Gamito wrote:
>> Hi,
>>
>> I have this HTML/JS page that switches images
>> clicking on the radio buttons and call
>> template.php with the image ID as parameter:
>> http://portulan-online.net/einstein.html
>>
>> Now, I need t
At 7:31 PM +0100 5/14/08, Mário Gamito wrote:
Hi,
I have this HTML/JS page that switches images
clicking on the radio buttons and call
template.php with the image ID as parameter:
http://portulan-online.net/einstein.html
Now, I need to make it a PHP page, because it is
going to receive a p
On Wed, May 14, 2008 at 2:31 PM, Mário Gamito <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have this HTML/JS page that switches images clicking on the radio buttons
> and call template.php with the image ID as parameter:
> http://portulan-online.net/einstein.html
>
> Now, I need to make it a PHP page, b
What you *COULD* do is this:
Use .htaccess to force your .css files to *really* be PHP files:
ForceType application/x-httpd-php
[NOTE: Depending on your server configuration, the
application/x-httpd-php part could be *ANYTHING* the sysadmin felt was
appropriate...]
Inside your CSS, you now
2007. 03. 8, csütörtök keltezéssel 09.14-kor Alain Roger ezt írta:
> Hi,
>
> I would like to know if there is a way how PHP code can extract from
> ElementID some property values.
>
> for example, i have the following PHP page :
>
> print "my main div";
> $new_Width = somefunction();
> print "
PROTECTED]
Subject: Re: [PHP] Javascript and php
Reinhart,
picture_url.'"';
if($i <= mysql_num_rows($result)-2)
{
echo ',';
}
}
?>
Here is how I do in my developments.
Regards,
Bruno B B Magalhães
On Nov 7, 2004, a
Reinhart,
picture_url.'"';
if($i <= mysql_num_rows($result)-2)
{
echo ',';
}
}
?>
Here is how I do in my developments.
Regards,
Bruno B B Magalhães
On Nov 7, 2004, at 8:44 AM, Reinhart Viane wrote:
Hey all,
Hope some of you also work on sundays :)
I
On Sun, 7 Nov 2004 11:44:33 +0100, Reinhart Viane <[EMAIL PROTECTED]> wrote:
> Hope some of you also work on sundays :)
>
> I have a little javascript which displays a images (with previous / next
> thing)
> Now, i populate the javascript array with an php array:
>
>
>
>
< /head >
...and so on.
Jordan wrote:
> Hey
On Thursday 01 March 2001 13:19, you wrote:
> I'd like to include an inc file once a button id cliked!
You can only request a new page. Period.
PHP runs on the server, button clicks are evaluated on the client
(browser).
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
The use
be readed in
a
> MySql database.
>
> Thank's
> Patrice
>
- Original Message -
From: "Soeren Staun-Pedersen" <[EMAIL PROTECTED]>
To: "Patrice ROTH" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, January 16, 2001 10:08 AM
Subject:
> It is easy to generate javascript through php,but how to call php through
> javascript.
> In fact, I'd like to update some form fields according to events on other
> fields. I can do this using javascript, but the values should be readed in a
> MySql database.
You're in a serverside, clientside
Hi!
yes, you can escape like in php o c.
regards
Marcelo Gulin
Brandon Orther escribió:
>
> Hello,
>
> I am making a PHP script that makes a JavaScript. Is there a way in java to
> escape a character like in php. (in php you use "\")
>
> Thank you,
>
> --
27 matches
Mail list logo