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 Chris Miller 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. phillyfino

    Assigning value to java string through javascript

    Hi Everyone, I've been trying to figure out how to assign a value that I grab through javascript into a java string. I need to grab the value of a drop down menu through javascript and assign that to a java string variable. Here's the code that I have right now: <script> var test =...
  2. phillyfino

    where to find a list of valid image file types for IE

    Edward, I need to modify a file upload program to check for valid image files because users have been sending up invalid files :) Thanks for the help fellas.
  3. phillyfino

    where to find a list of valid image file types for IE

    Hello, I was hoping someone could help me find a list of valid image file types for Internet Explorer. I need to get a list of valid image extensions for a project that I'm working on. Any help would be appreciated. Thanks!
  4. phillyfino

    How do I keep a pop up window on top?

    Hi, I want to keep a pop up window that I opened using window.open() as the top window, meaning that the user can't click on the page behind the pop up until they trigger an onclick event in the pop up window. Thanks for your input!
  5. phillyfino

    need to pass text value from pop up to parent

    Thanks for the help starway...I actually should have stated that I need the image that I click on to go to a specific div tag on the parent page (tracked by div id). For example, the following is the code that I have: function setPic() {...
  6. phillyfino

    need to pass text value from pop up to parent

    Hello, I'm pretty new to javascript, I needed to pass a text value from a pop up window into the parent window. What I'm doing is actually for an image....a pop up window will contain a list of images, you click on an image and the pop up closes and the image you click on will appear on the...

Part and Inventory Search

Back
Top