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: perlkid
  • Content: Threads
  • Order by date
  1. perlkid

    Selecting Options In Drop Down Menu?

    Say I have a form with this field, I'm testing with this. <form method=&quot;POST&quot; name=&quot;form&quot; action=&quot;--WEBBOT-SELF--&quot;> <p><select size=&quot;4&quot; name=&quot;list&quot; class=&quot;daf&quot;> <option selected value=&quot;sfsdf&quot;>sfsdf</option> <option...
  2. perlkid

    Same window twice

    If I load an onload=&quot;popup();&quot; in a body tag, I can get a popup window to show fine when the page loads, but when I refresh the page without closing the popup, it makes a new popup window instead of bringing up the old one again with the url. What can I do to use the same window...
  3. perlkid

    PHP Newbie, Data Question

    In perl I could just go foreach $line (@data){ (@res)=split(/\|/, $line); } To Loop through the data and find certain lines that I need. How can I do this with php, I learned how to open data bases, (flat file only) but now how can I look in the first field and find a username and then the...
  4. perlkid

    Compiling, Who Knows How To Complile Perl?

    Hi Everyone, Does anyone out there know how to compile perl into a binary format, like c++ is? Thanks Much, Tony
  5. perlkid

    Close Pop-up

    Hello, I have a login prompt in a pop-up window. The form in it is targeted to a cgi in the background. If they type in the wrong user/pass then an error message appears in the main frame in the background, but if they type in the right user/pass then I want the window to close when the...
  6. perlkid

    Window Stay!

    Any way to keep a pop-up window to stay their even if you click behind it? This is so that you can watch a trailer in the pop-up and scroll in the background and read about the movie. Thanks, perlkid
  7. perlkid

    A toughy, Reading Frames

    This one has gotton everyone that has been asked. No one I have ever meet could do this. It seems so easy too, lets see if you know. What it has to do is this, Inside of the top frame, named &quot;top&quot; it has to know what the &quot;main&quot; bottom frame's url is at all times. So if...
  8. perlkid

    Location.href

    Can your target a location.href to another window? If your script is in a pop-up window and you want the main window named &quot;main&quot; to change to the site that you put in your location.href, how can you target that? Thanks perlkid
  9. perlkid

    Begginer, How To Run C++ Programs

    <br>&nbsp;Hello,<br><br>&nbsp;I'm a perl programmer and I need to learn c++. I have found tutorials on how to write c code but I have no Idea how to run it. I'm used to just putting a path to an inerpreter and pointing my browser to a cgi. Do I run c on my server and invoke it through the...
  10. perlkid

    cookies

    <br>&nbsp;Hi,<br>&nbsp;<br>&nbsp;I don't know java,<br>&nbsp;<br>&nbsp;But I want a java script that will simply read a cookie and put the value of the cookie after a ? in a link on an html page, or also in a form as the value. I wrote the cookie in perl and it's called zip, because all it has...
  11. perlkid

    popups

    <br> Hi Java people,<br> <br> I need a java script that dispays a popup window when you click on a link and the window can be anywhere on the page specified, can be any size, and just be a window with no navigational bars, status bar, or even the blue band at the top that says the address of...
  12. perlkid

    I Want to learn c++.

    <br> Hi c-folks,<br> <br> I am familiar with perl and I want to start learning c++. I want to learn how to write search engines and web based scripts on NT (of course). Should I be learning c++ Microsoft or what? And I also would appreciate it if someone could point me to some tutorials for...

Part and Inventory Search

Back
Top