Sorry, my english level is quite poor.
There is an error " The page cannot be find" has been occurred when i try to change the location of parent window.
I found out that the value can be pass to parent page when i delete window.opener.location.reload(); in the onclick part.
However, it is not...
yes. The error such as "The Page cannot be found" is occurred. But when i delete the 'window.opener.location.reload();', the parent page reload again and the value can be pass to parent page. However,i juz want some parts in parent page reload only.
thank you for your help.
Thank for replying.
The value cannot show at parent window after closing the child window. That mean is the part of request querystring in parent not work.
I am going to pass a value from child to parent window, however, the value cannot be pass through the link below:
Child Window
<a href="pgAttendList.asp?vStaff=<%request.form("cboClientStaff")%>"...
Hi. I'm using javascript to do menu but it cannot appear on the top of image. Here is the code:
<style>
img.j { position:absolute; top: 200; left:200; z-index:1; }
.menu {position:absolute; top:200; left:200; z-index: 2; }
</style>
<script>
function writeMenus() {
if (!isDOM && !isIE4 &&...
I try to install php4 using CGI binary with the pws4 on OS ME but i get the error HTTP 400. Here are the steps that i install php, do there have any mistake? thanks
1. stop pws service
2. extract php.zip to c:\php
3. edit php.ini-dist
- extension dir="c:\php"
- cgi.force_redirect=0
-...
Sorry for giving the messy coding. Please help.
(ERROR: -Undefined index: username in c:\program
files\apachegroup\apache\htdocs\myhome\errorpage.php on line...
-Undefined index: member_name in......... on line...
-Undefined index: confirmpass in ..........on line...
Thank you for your help,Mike.
Here is my php code which is used for validating form.
*****ErrorPage.php******
<?php
include("file:///C|/Program%20Files/Apache%20Group/Apache/htdocs/myHome/config.php");
$username = $HTTP_POST_VARS["username"];
$member_pass =...
I'm using php4 and mysql which are running under apache server. But i always get a message: undefined index in "..../file/.." on line.....
What's the problem with my coding??
Please help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.