Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: ??: Re: In modify page, sth wrong with drop-down menu f- unction


Message #1 by nhsiao@f... on Tue, 20 Mar 2001 09:40:27 +0800
Dear Stefan,  it doesn't work.  Do you have another solution?  Please 
help
me....   Appreciated!!!!!!


Best wishes,

Nicole Hsiao
NOC Coordinator
FaEasTone Telecommunication Co., Ltd.
Email: nhsiao@f...
Office Phone : 886-2-2950-5471
Office Fax  : 886-2-2950-7093
Cell Phone : 0936-10-5471



-----=AD=EC=A9l=B6l=A5=F3-----
=B1H=A5=F3=AA=CC: Stefan Koopmanschap [mailto:stefan@n...]
=B1H=A5=F3=A4=E9=B4=C1: 2001=A6~3=A4=EB19=A4=E9 PM 08:39
=A6=AC=A5=F3=AA=CC: professional php
=A5D=A6=AE: [pro_php] Re: In modify page, sth wrong with drop-down menu
function


use it:

<option value=3D"MSC">MSC</option>

just to be sure. this could solve the problem. good luck.

stefan koopmanschap

On 19 Mar 2001, at 5:34, Nicole Hsiao wrote:

> Hi there,
>
>       The drop-down menu & textarea functions: the data can't be 
generated

> automatically in modify page, but it works in add page and delete
> function.  Once I modify data by modify page, the data showed by 
drop-down

> menu & textarea would be disapppeared.  Please help me......  Really
> appreciated.....
>
>    function GenerateHTMLForm($formValues, $actionScript, 
$submitLabel) {
>       printf("<FORM METHOD=3D\"post\" ACTION=3D\"%s\"><PRE>\n",
$actionScript);
>       printf("Network Element?     ");
>       printf("<select size=3D1 NAME=3DNetwork_element value=3D\"%s\">
> 				<option></option>
> 				<option>MSC</option>
> 				<option>BSC</option>
> 				<option>HLR</option>
> 				<option>BTS</option>
> 				<option>TX</option>
> 				<option>RF</option>
> 					</select>
>               <BR>\n", (($formValues) ? $formValues
> ["Network_element"] : ""));
>
>       printf("<TEXTAREA NAME=3D\"Solution\" VALUE=3D\"%s\" ROWS=3D8
> COLS=3D35></TEXTAREA>
>               <BR>\n", (($formValues) ? $formValues["Solution"] : 
""));


Stefan Koopmanschap
Junior Software Developer
NMG Nieuwe Media Groep
stefan@n...
www.nmg.nl




Far EasTone Telecommunications, its subsidiaries and affiliates may 
review
and retain incoming and outgoing electronic mail for this e-mail 
address
for quality assurance and regulatory compliance purposes. The
confidentiality of internet e-mail cannot be guaranteed. Your 
transmission
of electronic mail to this address represents your consent to two-way
communication by internet e-mail.



  Return to Index