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
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...
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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.