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 derfloh 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. levidyllan

    pop up window and form data problem

    well i have help with this from bill poster(another forum), so thought i would share it with you:
  2. levidyllan

    pop up window and form data problem

    thanks will look for the holy grail, thanks so far, well off to bed, tis morning now :-)
  3. levidyllan

    pop up window and form data problem

    think i am getting there slowly. is there away like in JS to not show the men, scroll, etc so its just a frame with the method above <body onload="window.resizeTo(200,200);"> thank you so far
  4. levidyllan

    pop up window and form data problem

    i have used the <form target="_blank" method="post" action="page.php"> method and although the whole thing works i cannot get the new/pop up page to size so if any one knows how to do this of where to place the code I would be much appreciated thanks
  5. levidyllan

    pop up window and form data problem

    thank you will give it ago and hopefully not need to come back to this thread
  6. levidyllan

    pop up window and form data problem

    how can i then control the size of the new _blank window if possible thanks for the reply earlier
  7. levidyllan

    pop up window and form data problem

    i have this form that opens up a window when clicked and i want to pass the form details across to it, but as i am using Javascript to open the window its not working now. heres the script code: <SCRIPT LANGUAGE="JavaScript"> function popUp(URL) { day = new Date(); id = day.getTime()...

Part and Inventory Search

Back
Top