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 Chris Miller 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. codymanix

    Invalid byte sequence for Utf-8 when "insert into.."

    I got a message sounding like that. My Postgres server runs Utf8 and Iam using WindowsXP. The message appears when I try to insert string data which contains non-ascii characters like ä. Iam using the Npgsql .NET provider to access the database. Since .NET internally always uses UTF16 I do...
  2. codymanix

    obtain php response with javascript without displaying it

    yes exactly this is what i want. the javascript could set a interval-timer and update the counter automatically every few seconds.
  3. codymanix

    obtain php response with javascript without displaying it

    > <? include(&quot;counter.php&quot;); ?> > At the beginning of the page. And could access the > variable by doing: > <?= $count ?> but this is a server side solution and i don't want to reload the whole page. i wnat that my javascript fetches the number from the php script (and i don't know...
  4. codymanix

    obtain php response with javascript without displaying it

    i don't get it! that was all my question...-HOW CAN I GET THE RESPONSE FROM THE SCRIPT? but now i solved the problem this way: <script language=javascript src=&quot;counter.php&quot;></script> counter.php: ... echo &quot;document.write(\&quot;$counter\&quot;);&quot;;
  5. codymanix

    how to make scrollbars

    oh my gosh! isn't there a solution for peaple like me who do not know anything about actionscript? there must be an easy way to use some kind of damn scrollbars :-(
  6. codymanix

    how to make scrollbars

    no i have Macromedia Flash 5. i think there is no scrollpane item. is there another way to make scrollbars?
  7. codymanix

    how to make scrollbars

    hi! i have a huge picture and i want it to display in a small area. how can i make it scrollable?
  8. codymanix

    obtain php response with javascript without displaying it

    if i create the iframe using <iframe src=&quot;counter.php&quot; style=&quot;border:0;&quot;></iframe> i still get a huge white rect with a border. iam using ie5.5 isn't there another way?
  9. codymanix

    obtain php response with javascript without displaying it

    if i do it with an iframe there is always a bit box around the counter. but i want the number display in the text on the site. isn't there a javascript-function like: // is there a function like var counter = getResponseFromScript(&quot;www.mydamnedserver.com/counter.php&quot;); // ...
  10. codymanix

    obtain php response with javascript without displaying it

    sorry but it didn't helped me. i don't want a serverside solution i want it done using javascript so that the counter can automatically update itself without reloading the page. the counter only returns a string like &quot;00434&quot; and i want it to be inserted in my page.
  11. codymanix

    obtain php response with javascript without displaying it

    hi! i ave a counter which returns only the number as string like &quot;003234&quot;. i want to display in my html file a text like &quot;you are the 003234th visitor of my website&quot;. i know how to dynamically substitute text in a html file using javascript. but how can my script obtain...

Part and Inventory Search

Back
Top