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

  • Users: Floof
  • Order by date
  1. Floof

    Strange JScript error ... plesae help !

    Hello, I am trying to set up a Javascript diaporama. It did work, but I've done something that has broken my code, and I can't find what !! Here's my code : <html> <!----------------------------------------------------------------> <!-- HTML Header -->...
  2. Floof

    Question about frontpage command line parameters

    hello, I am trying to create a Windows shortcut to launch FrontPage on a particular website (let's say it's www.web_name.com). I've made a shortcut with command line parameter to tell wich web i'm tryng to open : FRONTPG.EXE &quot;http://www.web_name.com&quot; This works, FrontPage opens the...
  3. Floof

    How to change window attributes under IE

    ok, thx javastripped,[bigcheeks] I still have my problem : - I don't want to use window.open(), because i have to do it in another window, that I later have to close, so I have the conf. dialog that appears ... and I don't want this. - I can't change the window attributes from within the...
  4. Floof

    Overlapping IFRAMEs &amp; DIVs ---&gt; Weird problem

    Hello, [soapbox] [machinegun] -->IE<-- I am developping a site, containing menus that use DIV elements to dynamically appear and disappear. My problem is that on one page, I have to put an IFRAME, but whenever a menu's DIV element overlapps (even just a bit) my IFRAME the IFRAME disappears...
  5. Floof

    How to change window attributes under IE

    The thing, is that I don't want to use a window.open call, my window is already opened, I just want to change bars visibility, and window's innerHeight and innerWidth, but I don't have access to these features once the window is opened. The window.resizeTo(200,200) changes only the outerWidth...
  6. Floof

    How to change window attributes under IE

    Well ... It is possible under Netscape ... window.menubar.visible = true|false; window.innerHeight = innerHeight; So there must be a way ... Maybe someone knows a trick to do this ...
  7. Floof

    How to change window attributes under IE

    Hello, I am looking for a solution on how to change window attributes with JScript under IE ... [soapbox] [machinegun]-->IE<-- I know I can use the Window Features parameter of the &quot;open&quot; method, but I would like to change those while the window is already open. (like changing...
  8. Floof

    Javascript to include in an html page another external html page

    Sorry I forgot a bit What I want to do is have this in a div, so that it's compatible with my menu [flowerface][hammer] Floof
  9. Floof

    Javascript to include in an html page another external html page

    Hello,[pipe] I'm developping a website, and i'm trying to do the following : [pc3] On my website, I have to let users list directory contents, but the default IIS HTML generated is quite ugly, so I wanted to have a layer containing this listing so I could still have access to top banner/menu...
  10. Floof

    problems with netscape's included AOL messenger

    I have been experiencing the following problem on netscape 7 : I've tried to deactivate the way netsape launches AIM on each windows startup : so i have uncheked the box &quot;launch AIM on each startup&quot; and it still posp up on each windows startup. I hate this : being forced to close...
  11. Floof

    MySQL error : 2006, MySQL server has gone away

    Hello, I am using php+mysql to store big files in a MySQL database as BLOBs. I am experiencing a problem, and i hope someone here will have a clue on how to get rid of this. the error is : 2006, MySQL server has gone away It happens each time I try to submit an INSERT command in wich a file...
  12. Floof

    Problem with file upload

    Thanks, it solved one part of the problem, now's the next part : When my user uploads a file, I compress it using bz2 compression, and then I read the compressed file to store in a BLOB ... (I know that's not the best way, but ...) But when I issue my SQL INSERT request, I have the following...
  13. Floof

    Problem with file upload

    Errata : It only works for files under 2Mo It doesn'n for files over this size Any idea ?
  14. Floof

    Problem with file upload

    Hello, I have a problem with file uploading, on a form I have a <INPUT type=&quot;file&quot;> tag, but after submission, php acts as if there was no file (but my netscape form cache exists (nsformxxxxx in /tmp) and it has the right size) Any idea with that ? Thanx for any help ...
  15. Floof

    apache and user authentication

    Hello, I am quite a beginner on apache and try to authenticate my users using NIS Is this possible ?
  16. Floof

    Apache segfault

    Hello, I am experiencing problems with my apache install : When I firstly installed everything on my linux mandrake 8.0 PC everything worked fine. (including apache from the Mandrake 8.0 RPMs) I've been using this config for a while, but I now experience the following problem : Each time I...
  17. Floof

    Help with .htaccess please ...

    I have to have all files in the same directory, but I thought it was possible to put access options in the .htaccess file for named files with the <Files> directive. So, only particular users would have access to protected files. The .htaccess I've tried to use is written in the first message...
  18. Floof

    Help with .htaccess please ...

    I'd like to allow access for everybody on the &quot;*.php&quot; and &quot;*.html&quot; files. To allow access to nobody on the &quot;*.inc&quot; files. And access only from localhost to the &quot;*.admin.php&quot; files
  19. Floof

    Help with .htaccess please ...

    I use apache and php, in a directory in the /home/httpd/html tree, I have three types of files : - Normal <*.php> files (accessible for everybody) - Administration <*.admin.php> files (accessible only from one IP adress) - php include <*.inc> files (unaccessible) The content of the...
  20. Floof

    Multiple instances of apache

    Yes it worked ... Thanx everybody ...

Part and Inventory Search

Back
Top