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 perlkid

  1. perlkid

    Selecting Options In Drop Down Menu?

    Whoo HOO!!!! Wow Mate Thanks A Million!!! You saved my day Mate!! :) That was very nice of you. You got my vote :) Tony Tony tony@seeki.com Experienced In: Perl, JavaScript, C++, PHP Want More Experience In: Pascal, Python, PHP More C++
  2. 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...
  3. perlkid

    Same window twice

    Sure, I'm sure you already knew about this though <SCRIPT language=&quot;JavaScript&quot;> <!-- function winscroll(URL, width, height) { var win = window.open(URL, &quot;popup&quot;,&quot;height=&quot; + height + &quot;,width=&quot; + width + &quot;,top=0,left=0,scrollbars,resizable&quot;)...
  4. perlkid

    Same window twice

    K I got it, Thanks Anyway Tony tony@seeki.com Experienced In: Perl, JavaScript, C++, PHP Want More Experience In: Pascal, Python, PHP More C++
  5. perlkid

    Same window twice

    I couldn't get that to work, I'm not good with java script, but it's a lot like perl syntax so I usually do ok, could you help me out a little more. This is what I have so far. print qq~ <html> <head> <SCRIPT language=&quot;JavaScript&quot;> <!-- function winscroll(URL, width, height)...
  6. perlkid

    Same window twice

    Ok, Thanks Rycamor, I'll try to do that. Thanks Again. Tony tony@seeki.com Experienced In: Perl, JavaScript, C++, PHP Want More Experience In: Pascal, Python, PHP More C++
  7. 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...
  8. perlkid

    Compiling, Who Knows How To Complile Perl?

    Thanks Mate, You have been very helpfull, Oh yea, and you got my vote :) I just don't know enough darn c though. I know perl really well, but I picked up on c because I know so much perl, never really had the chance to get more programming expirience with it since work always got it the way...
  9. perlkid

    Compiling, Who Knows How To Complile Perl?

    Thanks mate, Cool Name, he he. I'm on linux though, sorry I forgot to mention that. Do you know how to do it on linux/unix type servers? Thanks, perlkid <p>Tony<br><a href=mailto:tony@seeki.com>tony@seeki.com</a><br>Experienced In: Perl, JavaScript, C++, PHP<br> Want More Experience In...
  10. 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...
  11. 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
  12. perlkid

    Entering more than one row into table without refreshing page!

    I'd like to modify it so it adds form fields in the cells instead of the text. Would you let me do that? perlkid
  13. perlkid

    Window Stay!

    Well Thanks Again BeanDog! That's a great idea and I'll put it to work since I have a layering script. Thanks, perlkid
  14. perlkid

    Close Pop-up

    Thanks BeanDog, I can't do it the way you would because I'm too far into it with the way I have it now. :) I added Onload=&quot;closeMe()&quot; in the body tag, and put this in the head function closeMe() { close(); } Also tried with...
  15. perlkid

    Entering more than one row into table without refreshing page!

    I really like it! Your sure good with vb script and java script. I'm interested. Also, since your a pro, could you lend me a hand with my problem, I think you would know how or if I could do it. I posted it in the main forum here, thread216-31943 Thanks and you script rules, perlkid

Part and Inventory Search

Back
Top