CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Strange result for Search form

Print topic Send  topic

Author Message
Gena

Posts: 591
Posted: 11/09/2006, 10:40 AM

CCS 3.1

I have created a standard Search form, it works good BUT it produces two extra parameters that I have never inserted even it does not exists in the form. So my URL now looks like

http://localhost/mysite/AdmSearch.php?s_StyleID=1&s_SizeID=2&x=19&y=10

x and y parameters are the ghost... I looked at php code and found it here:

if($this->PressedButton == "Button_DoSearch") {  
                $Redirect = "AdmSearch.php" . "?" . CCMergeQueryStrings(CCGetQueryString("Form", array("Button_DoSearch", "Button_DoSearch_x", "Button_DoSearch_y")));  
                if(!CCGetEvent($this->Button_DoSearch->CCSEvents, "OnClick", $this->Button_DoSearch)) {  
                    $Redirect = "";  
                }  
            } .....  

Anybody knows what is this???
_________________
Gena
View profile  Send private message
Gena

Posts: 591
Posted: 11/09/2006, 11:00 AM

I have checked my old (that worked and created in ccs 3.0) search form and now it also has extra parameters like:

Button_DoSearch_x=27&Button_DoSearch_y=8

I have no idea what does mean these number but it looks like random...
_________________
Gena
View profile  Send private message
Jose Maldonado
Posted: 11/10/2006, 10:38 PM

I have already experiment that problem. I think that happends when use
created by hand coded html forms. I use a select to make a chooser for
language of a site that I developing, and surprice!! When I choose the
language It add random X & Y parameters, like
http://localhost/index.php?lang=ko&x=27&y=15.
I generated the project by zero (not update from 3.0 versions).

Jose.

"Gena" <Gena@forum.codecharge> wrote in message
news:545537ac5127aa@news.codecharge.com...
>I have checked my old (that worked and created in ccs 3.0) search form and
>now
> it also has extra parameters like:
>
>
Button_DoSearch_x=27&Button_DoSearch_y=8
>
> I have no idea what does mean these number but it looks like random...
> _________________
> Gena
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>


Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.