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 Mike Lewis 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: *

  1. cookspyder

    apply styles within an object

    Well I have a webpage out there that is generated daily. All i want to do is strip out the images and links since i really only want the data. Any one have a recommendation to do this? I have done it in php but here i am stuck with jsp. thanks
  2. cookspyder

    apply styles within an object

    is it posssible to apply a style sheet to an external page being loaded on my web page with an object? <object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13" type="text" data="http://www.google.com"style="width: 400px; height: 400px;"> this is what I currently have. now I am wonderign if...
  3. cookspyder

    socket streaming of data

    Yea the reciever is an app set to server socket and the identified port. Its not a perl based app its javascript and java. So i cant change much on that end. Was hoping perl would be able to be one sided in the socket connection and push the data over the socket.
  4. cookspyder

    socket streaming of data

    I am trying to create a piece of code to open a continous socket and stream a file tail over it every time that file has a new line. The code does open the socket however no data is ever sent to the other end that i can tell. And when ever there is new data written to the tailed file the and...

Part and Inventory Search

Back
Top