php-windows Digest 8 May 2007 06:33:03 -0000 Issue 3219
Topics (messages 27828 through 27834):
Re: automatic-click flash?
27828 by: bedul
27829 by: Stut
Re: Reload/refresh web page
27830 by: Alf Stockton
Re: ListBox
27831 by: sam rumaizan
Need help
27832 by: Gustav Wiberg
27833 by: DL Neil
PHP - MSSQL -5.2.2?
27834 by: Gustav Wiberg
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
nope.. that's can be dangerous
since some activeX today are a food for a worm..
be safe on NET
----- Original Message -----
From: "Gustav Wiberg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 04, 2007 4:06 PM
Subject: [PHP-WIN] automatic-click flash?
Hi there!
I searched the Internet about "Click to activate this control"... Why it is
viewd in IE...
"Q. Why do I see "Click to activate this control."?
Microsoft® changed the way ActiveX controls behave so Dynamic HTML (DHTML)
events related to user interaction, such as onblur and onclick, are
automatically blocked. To activate an interactive control, either click it
or use the TAB key to set focus on it and then press the SPACEBAR or the
ENTER key. Interactive controls loaded from external script files
immediately respond to user interaction and do not need to be activated.
Basically, you now need to click the control to "approve" it before the
Flash and navigation buttons will work."
and after this reading,... I've been thinking.
Is it possible to make an automatic click in Javascript to an embedded
flash-object?
/Gustav
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
bedul wrote:
nope.. that's can be dangerous
since some activeX today are a food for a worm..
be safe on NET
It has absolutely nothing to do with security. It's all about patents...
http://channel9.msdn.com/ShowPost.aspx?PageIndex=2&PostID=169255
Fight the FUD.
-Stut
----- Original Message -----
From: "Gustav Wiberg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 04, 2007 4:06 PM
Subject: [PHP-WIN] automatic-click flash?
Hi there!
I searched the Internet about "Click to activate this control"... Why it is
viewd in IE...
"Q. Why do I see "Click to activate this control."?
Microsoft® changed the way ActiveX controls behave so Dynamic HTML (DHTML)
events related to user interaction, such as onblur and onclick, are
automatically blocked. To activate an interactive control, either click it
or use the TAB key to set focus on it and then press the SPACEBAR or the
ENTER key. Interactive controls loaded from external script files
immediately respond to user interaction and do not need to be activated.
Basically, you now need to click the control to "approve" it before the
Flash and navigation buttons will work."
and after this reading,... I've been thinking.
Is it possible to make an automatic click in Javascript to an embedded
flash-object?
/Gustav
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
bedul wrote:
use this
<meta http-equiv="refresh" content="20; url=index2.php?1178501428">
<meta name="responder" content="[EMAIL PROTECTED]">
20 mean 20 sec will reload it self
index2.php change into your page name (index.php)
the next meta u must include.. or not?
I have decided to use "URL?Diva=<?php rand() ?>" and it seems to work for me
--
Regards,
Alf Stockton www.stockton.co.za
All things that are, are with more spirit chased than enjoyed.
-- Shakespeare, "Merchant of Venice"
My email disclaimer is available at www.stockton.co.za/disclaimer.html
--- End Message ---
--- Begin Message ---
Do you have an answer for my question?
bedul <[EMAIL PROTECTED]> wrote:
----- Original Message ----- From: "sam rumaizan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 05, 2007 12:48 PM
Subject: [PHP-WIN] ListBox
> The code is fine. But I have one problem, when the ListBox display the data
it gives me extra empty lines. How can I get rid of these lines?
>
>
>
> < -------- ListBox Code
> ----------------------------------------------------------------------------------->
> echo"<table border='1' cellspacing='1' cellpadding='3' bordercolor=
> 'CDCB98'>";
> echo'<form name="myform" method="post" action="sfd.php">';
> $result = mysql_query('select * from lo_data');
> echo"<tr bgcolor='CDCB98'>";
> echo "<td>" ;
> echo"<select NAME='Cat' onchange='resubmit()'>";
> echo"<option value='NULL'>Select Search Item</option>";
type
echo"<option value='NULL' SELECTED>Select Search Item</option>";
> $i=0;
> while ($line = mysql_fetch_array($result, MYSQL_ASSOC)) {
> foreach ($line as $col) {
> $field=mysql_field_name($result,$i);
> $array[$field] = $col;
> echo"<OPTION value='$field'";
> echo ">$field</OPTION>";
> $i++;
> }
> }
> echo "</SELECT>";
> echo "</td>";
> echo "</form>";
>
>
>
>
>
>
> ---------------------------------
> Don't be flakey. Get Yahoo! Mail for Mobile and
> always stay connected to friends.
---------------------------------
Don't get soaked. Take a quick peak at the forecast
with theYahoo! Search weather shortcut.
--- End Message ---
--- Begin Message ---
Hi there!
Anyone experienced trouble connecting to a MSSQL - Server but not every time?
(About every third time the connection succeeds, fourth time, fitfh time and so
on ...)
(IIS + PHP + Win2003 Server)
Best regards
/Gustav Wiberg
--- End Message ---
--- Begin Message ---
Gustav Wiberg wrote:
> Hi there!
>
> Anyone experienced trouble connecting to a MSSQL - Server but not every time?
> (About every third time the connection succeeds, fourth time, fitfh time and
> so on ...)
>
> (IIS + PHP + Win2003 Server)
>
>
> Best regards
> /Gustav Wiberg
Intermittent DNS problems?
=dn
--- End Message ---
--- Begin Message ---
Hi there again!
MSSQL and PHP. Should I upgrade from PHP 5.0.1 to 5.2.2 for getting the
connection to MSSQL-database to work correctly?
Best regards
/Gustav Wiberg
--- End Message ---