Re: Problems with persisting textboxes on PIE

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hi Andy,

I am not using any activex controls on the page nor is it in the
framset. The code which is not working is as follows:

//index.php

<HTML>
<HEAD>
<TITLE>Group 2 Server:</TITLE>
</HEAD>

<BODY onload=document.GP2Login.submit.focus()>
<Center>
<H1>Welcome to Group 2 Server</H1>
To Access the internet you first need to Login to our server:<BR>
If you already have an established ID and password: <BR><BR> Enter
here:<BR>


<FORM NAME="GP2Login" ACTION = "./abc.php" METHOD=POST >
Your personal ID:
<INPUT SIZE=50 MAXLENGTH=100 NAME="login" VALUE="s">
<BR>
Your .. password:
<INPUT TYPE="password" NAME="passwd" VALUE="s">
<INPUT TYPE="submit" VALUE="Login">
</Center>
</FORM>

---------------------------------------

//abc.php

<html>
<Head>
</Head>
<body>
Hello textbox...why are you still here??!!!!!!!
</body>
</html>
---------------------------------------------------------

When i move from index.php to abc.php, the textboxes and button from
index.php still persist on abc.php and can be seen overlaid on abc.php.

Could you tell me what i'm missing?

Thanks in advance!

-Kashmira.

.


Quantcast