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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rlingen

  1. rlingen

    User initiated popup sometimes blocked

    Thanks for the ideas guys, but I don't think either of those solutions will work. As I understand iFrames (I haven't use frames for 4 years and have never used iFrames), I would have to set aside the screen real-estate for it and I don't have the space for that. In the documentation, I did not...
  2. rlingen

    Sygayte not resoving domain names (internittent)

    I am using Sygate HN 4.5 (build 851) to connect 3 computers to the internet via a dedicated gateway server connected to the internet through a dial-up modem. Sygate server is installed on the server, and Client mode on the other 3 computers. All using Win98 Lately, and on an intermittent...
  3. rlingen

    Window Onload flickers

    I have never coded asp, and I don't see anything wrong with your code, however the symptoms you describe would have me looking for an infinite loop in my code that kept opening the window until the server timed out. It's only a guess, but that would explain the flickering, the 5 minute time...
  4. rlingen

    User initiated popup sometimes blocked

    I use PHP and very simple Javascript to generate popup windows to show users more information about items in a list. Even though the popups are user generated by a click on a link with an onClick=window.open() command, sometimes those popups are blocked. In this case, the user's browser does...
  5. rlingen

    Window Close / focus question : newbie

    Thanks, that did the trick. I created a function that included both new_window.open() and new_window.focus() statements. Worked perfectly. Roy
  6. rlingen

    Window Close / focus question : newbie

    I am a javascript newbie. I've got some basic window opening / focus issues working, but I can't get a handle on this one. It has to do with opening a window and loading a page over which I have no control. I have a page with a list. Each item in the list has a link to open another window that...
  7. rlingen

    simple perl program problem

    Replace the line: print " @a "; with foreach $value (@a) { if($value ne "X") {print "$value\n";} } Roy
  8. rlingen

    Perl / MySQL membership database?

    Hello, For a non-profit organization, I am looking for a script (or set of scripts) that will allow members to enter their personal data, interests etc into an online form and the data to be inserted into a MySQL database. Ideally, the script will provide the following: - editable page...
  9. rlingen

    PHP / MySQL Membership Database?

    Hello, For a non-profit organization, I am looking for a script (or set of scripts) that will allow members to enter their personal data, interests etc into an online form and the data to be inserted into a MySQL database. Ideally, the script will provide the following: - editable page...
  10. rlingen

    IE 5.5 freezes on external links

    I recently upgraded my Internet Explorer from 5.0 to 5.50.4807 Ever since, my system will hang if I click on a link in an external program -- for example a URL in an email in my Eudora or the "View with IE" link in my HTML editor. IE does not crash, it just doesn't respond. The...
  11. rlingen

    Target attribute not doing what my book says it should

    Sorry, you guys are both missing the point. There is no frameset, I'm not using frames. The pages that are being opened are not necessarily my pages - they could be pages on another site - I have no control over the content. The links that are being opened could be anything. I repeat that...
  12. rlingen

    Target attribute not doing what my book says it should

    I want to have a link open in a second browser window (not frame). Then when I go back to window #1, choose another link from the list, I want it to open in Window #2 again (and not ANOTHER new window). In other words, I want a list of links in window #1 and want them all to open in window #2...
  13. rlingen

    Remote file does not finish arriving before script moves on

    I have a small script which calls up a remote dynamically generated webpage, (http://somebodyssite.com/script.dll?myvariable=whatever), examines the resulting HTML code line by line to extract certain information from it that I want to use. (No, I'm not extracting e-mail addresses, but that...
  14. rlingen

    Shell from Excel to DOS - sequential processing - how?

    No, I am still using dialog boxes to stop execution. The user must wait until the DOS session is finished before clicking "OK". Roy
  15. rlingen

    How to send email from a vba script

    Store300, That lets you send a workbook, but does not let you send any "body" in the email message, or am I wrong? What if I want to send a straight email, with text in the body, but not the workbook? Roy

Part and Inventory Search

Back
Top