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 Shaun E 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: Mariootje
  • Content: Threads
  • Order by date
  1. Mariootje

    CSS and Arabisation

    Hai there, I am working on a website that should have an English and an Arabic version. The English version is working out ok, but I have a problem when converting the Eglish version into Arabic. My HTML-tag looks either like: <html lang="en" dir="ltr"> --> English or <html lang="en"...
  2. Mariootje

    browse functionality for retreiving location of file

    Hi there, For my application I want users to be able to browse to the location of a file they want to upload. Because of the size of the file I don't really want to upload the file, but only the location of the file. Is there a way to send the location of the file to the server (and not upload...
  3. Mariootje

    text tbody appears in (fixed) header

    Hi there, I managed to create a table with a fixed THEAD and a scrollable TBODY. Only problem is that the text of the TBODY is partly visible in the THEAD when scrolling. Anybody a idea how to fix this? To do so I created 2 classes, one for the container and one for the THEAD...
  4. Mariootje

    Excel insert text: shortkey to avoid dubbelclick

    Hello There, In my opinion a very basic function for excel, but haven't been able to find it yet. Every time I want to change the text I've written in a cell I have to dubbelclick on that cell with the mouse before I can find my way back to the keyboard. Is there a shortkey so that I can...
  5. Mariootje

    copy layout from one document to another

    Hello there, Does anybody know if it is possible (like eg. in Excel) to copy the whole layout of one document to another? This because I have an existing document, but I want to adapt it's presentations to a housestyle. Thanks, Mario
  6. Mariootje

    Add/delete programms when rightclick 'copy to'

    Hello Readers, When you rightclick a file in the explorer, one of the options is 'copy to'. Behind this option there are a few programms which can be chosen (eg. floppy drive). My question is how a can add or remove the options/programs? I know this should be possible via \Documents and...
  7. Mariootje

    add programm to right mouse

    Hi there, I wonder if it is possible to add, eg. msword, to the rightmouse button, when you want to open a file from explorer. Has anyone dealt with this before? Greets, Mario
  8. Mariootje

    convert ecxel file to img or jpg

    Is it possible to convert a selected part of an excelsheet to an img or jpg file? Greets, Mario
  9. Mariootje

    no option to save as htlm in excel

    When I try to save an excelfile as html, no option is shown to do so. Do I miss something what I have to install and if so where can I find this? Thanks, Mario
  10. Mariootje

    Hi there, Almost the same questi

    Hi there, Almost the same question as this morning. Is it possible to open an page in a frame en have it automatically resized to the size of the frame, so you don't have to scroll to see the whole page. Mario
  11. Mariootje

    resize image to framesize

    Hi there, Is it possible to open an image in a frame en have it automatically resized to the size of the frame, so you don't have to scroll to see the whole image. Mario
  12. Mariootje

    define targetframe via worddocument

    Hello, Does anyone know if and how it is possible, when you create your htmlpage with word, how to specify the targetframe? I know you can create links and links within the document, but is it also possible to create the link to another frame. Mario
  13. Mariootje

    targetframe when creating htmlpage via word

    Hello, Does anyone know if and how it is possible, when you create your htmlpage with word, how to specify the targetframe? I know you can create links and links within the document, but is it also possible to create the link to another frame. Mario
  14. Mariootje

    excel: delete rows with formula

    Hi there, I´m having a report wich is generated with a lot of empty rows. For a better view I wonder if there is a formula whicht can delete the empty rows. First step is to identify the empty row, that is not that big a problem I suppose -> if(a1=&quot; &quot;;the removing part;do nothing)...
  15. Mariootje

    var value in a switch statement

    Hi there, Problably an easy problem, but could anybody tell me why I am not able to fill the switch-statement with an &quot;function&quot;, while I am able to insert a single variable value? The code I have is as follow: <html> <head> <script type=&quot;text/javascript&quot;> function...
  16. Mariootje

    location of the popup window

    Hello, Using the following js I open a new window: <a href=&quot;&quot; target=&quot;_blank&quot; onClick=&quot;window.open('name.asp','trefwoord', 'height=275, width=235, menubar=no, directories=no, location=no, resizable=no, scrollbars=no, toolbar=no, status=no');return false;&quot;><img...
  17. Mariootje

    outlining a table, why are the % -es not being followed

    Hello, At the moment I am outlining a form built with a table. To make the <tr> able to have a different number of <td> I tried to work with a 'table in a table' and for the first layer this works, now I am trying this trick (a table in a table in a table) again and it doen not work (though I...
  18. Mariootje

    swapping images, easy?

    Hello there, I'm trying to make an very easy imageswap (that is what I thought at least), just by clicking on an image the next image has to appear, by clicking again the previous should appear. The code I have so far looks like this (thanks Banger): <html> <head> <title>test</title> <script...
  19. Mariootje

    javascript runtime error

    Hello, Has anybody got experience working with javascript and asp (vbscript)? I am designing a page which builds up a table. If you click on a link in the table some extra information should arise (like a windows builing tree). The code, in pure js, without the asp part works fine, but now when...
  20. Mariootje

    cannot connect to server

    Hello, I've been working on this some for some time now, but I am still not able to get a connection to my server. My script is build up with the usual global.asa, then the asp page to open and a file with the function(s) needed. My global.asa looks as follows: <SCRIPT LANGUAGE=VBScript...

Part and Inventory Search

Back
Top