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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by avalon123

  1. avalon123

    Firefox full-screen popup?

    Yes I know I just tested it :) Thank you very much for your code. I'm gonna ask my boss (on friday) if this is good enough, otherwise I'll have to find another solution but I'll post the final answer in this thread. kind regards, avalon
  2. avalon123

    Firefox full-screen popup?

    Is there any way to open a popup in fullscreen mode in the Firefox and/or the regular Mozilla browser? I know that a fullscreen popup is anoying for most of us but this is for a website for mentally disabled children. For them it is easyer to work with an entire screen. Otherwise they could...
  3. avalon123

    Form upload files and tekst UTF-8

    Yes I know. I use this code to capture the input of the form: Set Post = Server.CreateObject("ActiveFile.Post") '---- Upload file to server cfotoFolder = c_kure_upload Post.upload cfotoFolder '--- get forminfo boek_id = Post.FormInputs("boek_id").Value boek_naam =...
  4. avalon123

    Form upload files and tekst UTF-8

    Hi all, I am currently converting a website to the UTF-8 charset. I've fixed everything so far by the following method: Every page of the website starts with these tags: <%@ CODEPAGE = 65001%> <%Session.CodePage = 65001%> Then every page gets a meta tag with the correct charset: <head> <META...

Part and Inventory Search

Back
Top