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 strongm 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. philipmatic

    issues with php and javascript

    Hi JPadie, Have you had any luck with the full code that I have provided...?? Your help has been muchly appreciated!!! CHeers Philip
  2. philipmatic

    issues with php and javascript

    Hi KarterJk, I think you may have got your wires crossed a little, the part you want to change happens in the popup editor, but it sounds like you want to change something in the parent window..?? That is - your quote: then the onclick="location.href='content.php';window.close();" /> becomes...
  3. philipmatic

    issues with php and javascript

    Hi KarterJK, I tried out your method, but keep getting a javascript error stating "document.getElementById('content_1').value;" has no properties, when I try and click content_2 editor 2... Thoughts..???
  4. philipmatic

    issues with php and javascript

    Jpadie, KarterJK and tav1035... I want to say I will give your suggestions a go tonite and get back to you on what happens... This is Very Much Appreciated All you ROCK!!!!
  5. philipmatic

    issues with php and javascript

    Hi Jpadie... Here is the actual code for both files... You have been a great help with this...!!! I know I could do this better, but I want it to work first, then I can clean up the way I have done this... :) ****** PARENT *********** <?php include_once '../_library/DbConn.php';?> <!DOCTYPE...
  6. philipmatic

    Parsing info from child to parent using javascript??

    this is the URL that you can see what I mean http://www.maticdesign.com.au/essentialadvantage/newsletteradmin/content.php
  7. philipmatic

    issues with php and javascript

    Hi Jpadie, The URL is : http://www.maticdesign.com.au/essentialadvantage/newsletteradmin/content.php
  8. philipmatic

    issues with php and javascript

    Jpadie what do you think I am doing wrong...?? Do you want to see the page in action..??? Cheers Phil
  9. philipmatic

    issues with php and javascript

    Hi Jpadie... Looks like it was didn't work :( But thanks for your help!!!!
  10. philipmatic

    issues with php and javascript

    Hi Jpadie... Kool.. Yeah I have asked for some help from the people in the Javascript forum... But I will give your stuff a try and see what happens, but you are probably right.. It does seem more sensible to use some js, but my js is crap to say the least, so I have asked for help in the js...
  11. philipmatic

    issues with php and javascript

    Thanks for that jpadie...!!! I will give it a try tonite.. and get back to you on the outcome!!! You are a legend!!! Thanks heaps!!!
  12. philipmatic

    issues with php and javascript

    Hi Jpadie... Thanks for your help on this please find the code attached below: **** parent window **** <table> <tr> <td><input type="submit" value="Save"> <input type="button" value="Cancel" onclick="location.href='newsletters.php?uid=<?=$_SESSION['ugid']?>';" /></td> </tr> <tr>...
  13. philipmatic

    Parsing info from child to parent using javascript??

    Hi Diancecht, If I can get the textarea to just update the contents that would be great without refreshing... Thanks for your help on this please find the code attached below: **** parent window **** <table> <tr> <td><input type="submit" value="Save"> <input type="button" value="Cancel"...
  14. philipmatic

    issues with php and javascript

    Hi all, I have this piece of code and it's killing me to solve it... So I was hoping someone may help me out here... I have a page with 3 textareas, and each textarea has it's own button to popup a new window. All fine here... Now here is the problem... ok when I click on the first popup...
  15. philipmatic

    Parsing info from child to parent using javascript??

    Hi all, I have this piece of code and it's killing me to solve it... So I was hoping someone may help me out here... I have a page with 3 textareas, and each textarea has it's own button to popup a new window. All fine here... Now here is the problem... ok when I click on the first popup...
  16. philipmatic

    Help need on using ShellExecute to print files

    Hi everyone, I am new to this group... But what I need is help on my ShellExecute function. That is, I have generated an ASP file to send a single or batch file to a local directory (which works fine) and to the printer to be printed (which doesn't work at all). here is a snippet of the ASP...
  17. philipmatic

    using ShellExecute to print out files

    Hi everyone, I am new to this group... But what I need is help on my ShellExecute function. That is, I have generated an ASP file to send a single or batch file to a local directory (which works fine) and to the printer to be printed (which doesn't work at all). here is a snippet of the ASP...

Part and Inventory Search

Back
Top