Re: Problems with persisting textboxes on PIE
- From: kashmira.phalak@xxxxxxxxx
- Date: 5 May 2005 11:38:49 -0700
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.
.
- References:
- Problems with persisting textboxes on PIE
- From: kashmira . phalak
- Re: Problems with persisting textboxes on PIE
- From: Andy Dadi
- Problems with persisting textboxes on PIE
- Prev by Date: Re: how to enable, disable, check, and a menu item at runtime usi
- Next by Date: Copy file to a second PPC?
- Previous by thread: Re: Problems with persisting textboxes on PIE
- Next by thread: Strabge behavior in exception handling
- Index(es):