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 derfloh 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. GT8203

    PHP Cookie Issue

    I am having problems with the setcookie function initializing and timing out cookies using internet explorer 6. The following code is in my index file: <?php header(“P3P: CP=TELa OUR SAM PUR FIN DSP ALL COR"); header(Set-Cookie: f=abc; Max-Age=10; path=/); header("Set-Cookie: e=dfg...
  2. GT8203

    Interpreting Javascript

    I am trying to parse a webpage written in javascript using perl, but I am unable to access the rendered HTML from the javascript code. When I parse this webpage with Perl, I just get the javascript code spit back at me. Is there a way to somehow interpret javascript or imitate a browser, so...
  3. GT8203

    Interpreting Javascript Issue

    I am trying to parse a webpage written in javascript using perl, but I am unable to access the rendered HTML from the javascript code. When I parse this webpage with Perl, I just get the javascript code spit back at me. Is there a way to somehow interpret javascript or imitate a browser, so...

Part and Inventory Search

Back
Top