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 Wanet Telecoms Ltd 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 juuso79

  1. juuso79

    Automaticly POST data

    hey thanks
  2. juuso79

    Automaticly POST data

    HI! My problem is this: I have to post a form whithout pressing any buttons, in other words that form should submit it's data automaticly. Is there any kind of javascript what would make it happen or any feature in PHP what could help me. I know that I could use sessions but I havent done...
  3. juuso79

    How do you make a window always stay at the front?

    But the popup wont stay at the top if you dont click it?? How to activate it automaticly?
  4. juuso79

    Need help with script

    I found this great scrolling script. It's allmost perfect but It doest stop scrolling down when the page ends. So If someone better java programmer could help me and modify this script so the scolling ends when the page ends I would be very gratefull. <!-- Begin function verScroll(dir, spd...
  5. juuso79

    Need help with script!!!

    I found this great scrolling script. It's allmost perfect but It doest stop scrolling down when the page ends. So If someone better java programmer could help me and modify this script so the scolling ends when the page ends I would be very gratefull. <!-- Begin function verScroll(dir, spd...
  6. juuso79

    CREATE TABLE PROBLEM

    Thanks Piti!!! Sleipnir214 my boss just gave me this job and he knew that I dont know anything about SQL so blame him :)
  7. juuso79

    Group by problem

    Hi what is wrong in this line. mysql_query(&quot;CREATE TABLE shipments2 TYPE=HEAP SELECT ID_number, count(On_time) FROM Shipments WHERE On_time = 1 GROUP BY ID_number&quot;); Im trying to count how many On_time rows is there with the number 1 in it. According to ID_number. Im using...
  8. juuso79

    CREATE TABLE PROBLEM

    Hi what is wrong in this line. mysql_query(&quot;CREATE TABLE shipments2 TYPE=HEAP SELECT ID_number, count(On_time) FROM Shipments WHERE On_time = 1 GROUP BY ID_number&quot;); Im trying to count how many On_time rows is there with the number 1 in it. According to ID_number. Im using...
  9. juuso79

    simulate the resize of a table

    Use prosents in your table width ang hight. Its a basic HTML.
  10. juuso79

    Right click menu

    Yes but I only want that modified menu to appear when I click upon pictures.
  11. juuso79

    Right click menu

    Sorry I mean that when you click a right mouse button on the image it gives you a menu like normally in windows but with new options like resize and move.
  12. juuso79

    Right click menu

    Like in this pages applet: http://www.imint.com/main2.html?http://www.imint.com/demos/ssdemos.htm So can anyone help?
  13. juuso79

    Right click menu

    Anyone???
  14. juuso79

    Link guestion???

    How can I make a link witch opens two pages at the same time in differend frames. I have a three frames link is in the frame one and when you use it it should open a picture in frame two and a info text in frame three. I could really use your help. Thanks!
  15. juuso79

    Right click menu

    I need a script witch opens a menu when I click a image. I have tryed to find one but there seems not be any. I dont need a script that opens menu when you click anywhere on the browser. If anyone knows that kind of script I woud be very happy. Thanks!

Part and Inventory Search

Back
Top