php-windows Digest 24 Sep 2003 20:34:43 -0000 Issue 1926
Topics (messages 21535 through 21545):
Re: Problem with 2 buttons
21535 by: Svensson, B.A.T. (HKG)
Passing params to COM object
21536 by: Herhuth, Ron
Re: Last Critical Upgrade
21537 by: Cesar Cordovez
21538 by: Fabian Cenedese
21539 by: Dean Hayes
21540 by: Cesar Cordovez
21542 by: Shadow
21543 by: John Ellingsworth
21544 by: Shadow
The Scope of the Microsoft e-mails
21541 by: Marlene Burckhalter
REFERENCE FORM VALUE?
21545 by: Michael Lukson
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 ---
According to the HTML standard (Ref 1) "submit button" with images might
typically be done like this:
<FORM action="http://somesite.com/prog/adduser" method="post">
<BUTTON name="submit" value="submit" type="submit">
Send<IMG src="/icons/wow.gif" alt="wow">
</BUTTON>
<BUTTON name="reset" type="reset">
Reset<IMG src="/icons/oops.gif" alt="oops">
</BUTTON>
</P>
</FORM>
Ref 1:
http://www.w3.org/TR/html4/interact/forms.html#h-17.5
On Tue, 2003-09-23 at 17:40, William Cheung wrote:
> If I use submit type, I don't need the 2 hidden lines. But as my boss wants
> clickable images, the two lines somehow do the trick. If I took the 2 lines
> away, the 2 images will not do anything if I click them. These codes are
> done by a previous programmer and I don't know how she got that trick.
>
> William Cheung B.Sc, MCSE, MCDBA
>
> Databyte Corp.
>
> -----Original Message-----
> From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
> Sent: September 23, 2003 4:15 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] Problem with 2 buttons
>
> What is the purpose of the HIDDEN elements?
>
> On Mon, 2003-09-22 at 19:43, William Cheung wrote:
> > I have 2 buttons sitting next to each other. One to update; the other
> > to cancel. However, no matter which button I click, the
> > isset($_POST["CHANGE"]) always returns true. My template code is list
> > below. Could someone tell me what's wrong with my code?
> >
> >
> >
> > <tr height=60>
> >
> > <td width="5%"> </td>
> >
> > <td valign=bottom>
> >
> > <input type="hidden" name="CHANGE">
> >
> > <input type=image name=CHANGE
> > src={#img_dir#}{#template#}page6grid_g3.gif
> > onmouseover="this.src='{#img_dir#}{#template#}page6grid_g4.gif'"
> > onmouseout="this.src='{#img_dir#}{#template#}page6grid_g3.gif'">
> >
> > <font class=mpanel_mid_data style="font-weight:
> > lighter;">Update order</font>
> >
> > </td>
> >
> > <td valign=bottom>
> >
> > <input type="hidden" name="CANCEL">
> >
> > <input type=image name="CANCEL"
> > src={#img_dir#}{#template#}page6grid_g11.gif
> > onmouseover="this.src='{#img_dir#}{#template#}page6grid_g12.gif'"
> > onmouseout="this.src='{#img_dir#}{#template#}page6grid_g11.gif'">
> >
> > <font class=mpanel_mid_data style="font-weight:
> > lighter; text-indent: 0px;">Cancel order</font>
> >
> > </td>
> >
> > </tr>
> >
> >
> >
> > William Cheung B.Sc, MCSE, MCDBA
> >
> > Databyte Corp.
> >
> >
> >
> >
> >
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
I have a line of VB code here that I need to write the equivalent in PHP:
objSession.Logon ProfileName:=pName
I tried:
$objSession->Logon->ProfileName("pName");
$objSession->Logon(ProfileName:=pName);
$objSession->Logon("ProfileName:=pName");
$objSession->Logon("ProfileName:='pName' ");
All generate errors. I'm so close but I need to be able to switch
profiles dynamically so this is vital.
Any ideas? suggestions?
Thanks,
Ron
--- End Message ---
--- Begin Message ---
Am I the only one receiving this stuff? Can somebody tell me what the
(*&^%$ is it? Is it real?
Thanks!
Microsoft Corporation Public Services wrote:
Microsoft <http://www.microsoft.com/> All Products
<http://www.microsoft.com/catalog/> | Support
<http://support.microsoft.com/> | Search
<http://search.microsoft.com/> | Microsoft.com Guide
<http://www.microsoft.com/>
Microsoft Home <http://www.microsoft.com/>
MS Customer
this is the latest version of security update, the "September 2003,
Cumulative Patch" update which fixes all known security vulnerabilities
affecting MS Internet Explorer, MS Outlook and MS Outlook Express as
well as three new vulnerabilities. Install now to help maintain the
security of your computer from these vulnerabilities, the most serious
of which could allow an attacker to run executable on your computer.
This update includes the functionality of all previously released patches.
System requirements Windows 95/98/Me/2000/NT/XP
This update applies to MS Internet Explorer, version 4.01 and later
MS Outlook, version 8.00 and later
MS Outlook Express, version 4.01 and later
Recommendation Customers should install the patch at the earliest
opportunity.
How to install Run attached file. Choose Yes on displayed dialog box.
How to use You don't need to do anything after installing this item.
Microsoft Product Support Services and Knowledge Base articles can be
found on the Microsoft Technical Support <http://support.microsoft.com/>
web site. For security-related information about Microsoft products,
please visit the Microsoft Security Advisor
<http://www.microsoft.com/security> web site, or Contact Us.
<http://www.microsoft.com/contactus/contactus.asp>
Thank you for using Microsoft products.
Please do not reply to this message. It was sent from an unmonitored
e-mail address and we are unable to respond to any replies.
------------------------------------------------------------------------
The names of the actual companies and products mentioned herein are the
trademarks of their respective owners.
Contact Us <http://www.microsoft.com/contactus/contactus.asp> | Legal
<http://www.microsoft.com/legal/> | TRUSTe
<https://www.truste.org/validate/605>
©2003 Microsoft Corporation. All rights reserved. Terms of Use
<http://www.microsoft.com/info/cpyright.htm> | Privacy Statement
<http://www.microsoft.com/info/privacy.htm> | Accessibility
<http://www.microsoft.com/enable/>
--- End Message ---
--- Begin Message ---
>Am I the only one receiving this stuff? Can somebody tell me what the (*&^%$ is it?
>Is it real?
Forget it, that's an Internet worm like Klez, spreading thanks to Microsoft
Internet Explorer. I get hundreds of KB of this b..sh.. every day.
bye Fabi
--- End Message ---
--- Begin Message ---
The only way i have been able to stop getting 50+ new e-mails from this worm
everyday is to block anything from microsoft.com and a few other domains. It
is not great loss i will never recieve an e-mail from microsoft.com anymore
but it is anoying none the less. If people can create programs like this why
do they waist there time why not make something people can use and not
something that has no use at all but create problems for everyone world
wide.
My 2 cents take it or leave it
Dean "The Insane Guy" Hayes
Mystical Web Designs
http://www.mystical-sector.com
<-- I design and i redesign but still i never designed true beauty like you
-->
From: Fabian Cenedese <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Re: Last Critical Upgrade
Date: Wed, 24 Sep 2003 15:57:51 +0200
>Am I the only one receiving this stuff? Can somebody tell me what the
(*&^%$ is it? Is it real?
Forget it, that's an Internet worm like Klez, spreading thanks to Microsoft
Internet Explorer. I get hundreds of KB of this b..sh.. every day.
bye Fabi
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
_________________________________________________________________
Hot chart ringtones and polyphonics. Go to
http://ninemsn.com.au/mobilemania/default.asp
--- End Message ---
--- Begin Message ---
This is wierd! The email address I use for the list is exclusive for the
list. How come a virus is using it to send me his stuff?
Any how, thanks for the 411 on this. I was this close ( ---> <---- ) to
execute the thing... =)
Cesar
--- End Message ---
--- Begin Message ---
They are ***NOT*** from MS. Microsoft does not send patches by
e-mail......never!!!! You never open anything that you are not sure what it
is. So many people open those things and got infected and since they have
their own SMTP engine...they just mail themselves out.....of course, using
the infected machine's address book. And bombard those of us who are
careful....I stopped counting at 50 and just created a filter to dump them
in the trash
Shadow
--- End Message ---
--- Begin Message ---
Hey, moderator - can we kill the virus thread and stick to php?
Thanks,
John Ellingsworth
http://mail.med.upenn.edu/~jellings/
AIM: vc2000support
-----Original Message-----
From: Shadow [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 2:08 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Re: Last Critical Upgrade
They are ***NOT*** from MS. Microsoft does not send patches by
e-mail......never!!!! You never open anything that you are not sure what it
is. So many people open those things and got infected and since they have
their own SMTP engine...they just mail themselves out.....of course, using
the infected machine's address book. And bombard those of us who are
careful....I stopped counting at 50 and just created a filter to dump them
in the trash
Shadow
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Its important that those that are less savvy understand the importance of
being aware...it is why some of these virii proliferated....people don't
think......and just open things....and there is a new virus based on PHP
called PHP.Virdrus [KAV]....so that should fulfill your requirements...why
don't you just ignore this conversation?
Shadow
--- End Message ---
--- Begin Message ---
Hi
Fabi, you are not the only one. I have been getting them, too. And wondering where
in the *!#@ it was coming from.
Just thought someone might want to hear from others that are being bombarded, so the
magnitude of the problem is clear.
Marlene Burckhalter
--- End Message ---
--- Begin Message ---
I'm a total newbie at this stuff. But if you had a simple function to which
you wanted to pass a form input type text value too how would you do it?
I tried the following:
<?
testfunction(document.all.form1.text1)
?>
but all that does is pass the a string to the function. How do you
reference html elements not in the php script section as a php function
parameter?
Thanks!
--- End Message ---