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. lumberjakel

    relative include from symbolic linked file

    Description: ------------ On my development server I have a directory: /var/www/app containing the file: menu.inc dbsettings.inc and the symbolic links db_mysql.inc -> /var/export/db_mysql.inc subdir -> /var/export/subdir In the directory /var/export: db_mysql.inc In the directory...
  2. lumberjakel

    relative include from symbolic linked file

    Description: ------------ On my development server I have a directory: /var/www/app containing the file: menu.inc dbsettings.inc and the symbolic links db_mysql.inc -> /var/export/db_mysql.inc subdir -> /var/export/subdir In the directory /var/export: db_mysql.inc In the directory...
  3. lumberjakel

    make div height behave like <table height=100%>

    I have somewhat like the following page: <table height=100%><tr><th>title</th></tr> <tr><td> <div style='overflow:auto; ...'> PAGECONTENTS </div> </td> </tr> <tr valign=bottom><td>some copyright info here</td></tr> </table> What i want is that if PAGECONTENT gets too large, the div-layer...
  4. lumberjakel

    Cookie settings IE

    I have major troubles using cookies on my website. the settings in IE are the problem, it seems that first party cookies are blocked. How do I make my cookies so that they are accepted.
  5. lumberjakel

    strange behaviour, formdata is altered.

    Look at this script. First time you use it it show a textarea. When you type something (& submit) it will show how the data will be available for your script. When you try to enter a &quot;, php changes it to \&quot;, for example, he said: &quot;hello world&quot;! will become he said...
  6. lumberjakel

    Internal Server error 500 when sending vars

    Hi I've got the following script: if (!isset($a)) { $a=&quot;hello\nworld&quot;; header (&quot;Location: temp.php?a=$a&quot;); } else echo $a; this is the whole script but when It runs I get a Internal Server Error. Obviously because PHP.exe screws up somehow. I figured out that the...
  7. lumberjakel

    pdf for Ill9

    Isn't there an good help pdf available for Illustrator 9?
  8. lumberjakel

    Insert text on cursor in a textarea

    Insert text on cursor in a textarea This is what i want: I have one textarea, an textfield (<input type=text>) and a button (non-submit). when the button is pushed, the text in the textfield must be inserted into the textarea. But not at the and, but at the cursor position. It wouldn't be...
  9. lumberjakel

    Insert text on cursor in a textarea

    Insert text on cursor in a textarea This is what i want: I have one textarea, an textfield (<input type=text>) and a button (non-submit). when the button is pushed, the text in the textfield must be inserted into the textarea. But not at the and, but at the cursor position. It wouldn't be...
  10. lumberjakel

    how do i create a window which stays on top

    I'm making a forum, and i recently introduced some smileys. What I wanted to do is making a new browser window, with some img's. These img's insert a small text like &quot;[SM01]&quot; so my php script can parse the code. But after the click I want to return to my orig. window to type the msg...
  11. lumberjakel

    problems with animated gifs when scrolling layers

    I've made a page for a forum with some nice smileys, I selected 40 smileys and I wanted to build a nice way to present the smileys so the user can click on them. When clicked the text '[SM##]' appears into a textarea. Later, this will be parsed by a PHP Script. So I made a <SPAN> tag, which is...

Part and Inventory Search

Back
Top