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 bkrike 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: *

  • Users: iggitme
  • Content: Threads
  • Order by date
  1. iggitme

    LWP download question for .gz file

    Sorry for the interruption gang but I find myself once again needing a solution. Tek-Tips is my favorite site to acquire such things but in extensive search and reading everything I have not found this solution. Need to grab a .gz file from another server. I have permission and the proper...
  2. iggitme

    Module Suggestion

    Needing a Perl Mod that will do the following and I cannot find the right one. Any suggestions would be most welcome! Poll a name server return the domains assigned to that name server that's it thank you very much in advance for your help.
  3. iggitme

    Forum action and field name issue

    Greetings Great Gurus! I am in need of a routine to allow this to happen and would greatly appreciate any help in this vein: there are two search forms that need to be merged into one text entry box i'm using radio buttons to determine what to search in, but the two forms have different named...
  4. iggitme

    Iframe chain

    I have a series of iframes. I would like to have each one, as it loads, to fire off the loading of the next one. I have tried many varieties of js reloads, url etc... is there a simple line of code that will do this ... so far: window.frames[publish].location = url; dies, as they all do, saying...
  5. iggitme

    Regex needed

    Asking for help here... have this var z=document.getElementById("item_description").value; parent.desc.location.href = 'index.cgi?z=sd&w=saveDESC&item_description=' + z; need to have a regex in there to permit non alphanumeric characters to pass without becoming something else.. example...
  6. iggitme

    Iframe issue

    I am using the following code.. (please don't say I should just change to ajax or something else, this was a decision made for various reasons and not in my control, so its built using iframes) I would place a link here but i can't.. its secured content, and requires an account to access it...
  7. iggitme

    In need of 'how to' for $_SERVER['QUERY_STRING']

    I need to determine if $_SERVER['QUERY_STRING'] contains ?p . (the question mark followed by a p) and if it does NOT, serve a set of javascript files, if it does, do NOT serve those javascript files inside a hardcoded header. example if ?p is not present include these <script...
  8. iggitme

    Mulitple Replace and Collect

    Hi All. Using: $field{'phrase'} which contains a form input, for example "auto dealers new", i am running a well working ispell routine to check spelling on the entry, what I am having a devil of a time figuring out is how to substitute the corrected words for the misspelled words and retain...
  9. iggitme

    Updating and Collating Array

    Hello peoples... This is an aggravating problem for me and any help at all would be greatly appreciated. I have an array assembled named: @MASTERLIST Each line is thus: $titleword1,$catnum11,$valueword1,$catname1 I need to run through the array, find matches of $catnum11 and total the...
  10. iggitme

    Select Box - No Value

    Greetings: I have a select box loaded with options that have values assigned to them and some that have no values assigned to them. Is there a way to stop submit from being used if the selection chosen is an option with a value assigned to it? Thanks.
  11. iggitme

    Overlib Phantom

    Hi All... Does anyone know of a solution to this: I'm using overlib for mouseover tip bubbles and whenever one opens the page with those overlib elements (all properly written as there are no errors anywhere ;-) nothing wrong happens... but when another browser window is opened, regardless of...
  12. iggitme

    Parent Child Reunion in Passing Value

    Hi Gang! This is my situation. I have a form on a parent window that has a button to select a member to send a message to. That button opens an extensive utility to search members in all sorts of ways and each member found results in a listing and a tiny form button. I need to pass the value in...

Part and Inventory Search

Back
Top