Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 800320

    passing value from child to parent window

    yes, mr/mrs/miss theboyhope. i just wanna to reload certain section of the page.
  2. 800320

    passing value from child to parent window

    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...
  3. 800320

    passing value from child to parent window

    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.
  4. 800320

    passing value from child to parent window

    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.
  5. 800320

    passing value from child to parent window

    Hello, vbKris. i have test the vStaff and it is exist.
  6. 800320

    passing value from child to parent window

    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")%>"...
  7. 800320

    dropdown menu in javascript/css

    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 &&...
  8. 800320

    php 4 with pws 4 installation

    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 -...
  9. 800320

    An error message: undefined index???

    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...
  10. 800320

    An error message: undefined index???

    Thank you for your help,Mike. Here is my php code which is used for validating form. *****ErrorPage.php****** <?php include(&quot;file:///C|/Program%20Files/Apache%20Group/Apache/htdocs/myHome/config.php&quot;); $username = $HTTP_POST_VARS[&quot;username&quot;]; $member_pass =...
  11. 800320

    An error message: undefined index???

    I'm using php4 and mysql which are running under apache server. But i always get a message: undefined index in &quot;..../file/..&quot; on line..... What's the problem with my coding?? Please help.
  12. 800320

    upload image into internet

    How to upload image to web site? Please help me
  13. 800320

    install php with apache

    thanks,vbkris. My problem settled alreadly.
  14. 800320

    install php with apache

    my apache server can't browse my php document.

Part and Inventory Search

Back
Top