Whenever I click the "send" button, I get a blank email. I've tried changing the variables in mail.php, and it works, I've also checked for capitalization errors and such there – I think that means the trouble is somewhere in the actionscript.
I'm using actionscript 2.0 and this is the code in...
It's been a good while since I did any web programming of any kind, since I've decided to focus more on just design and illustration – but apparently an old bug has shown up, and I don't really know what to do.
It's a flash page that has a simple mail form, this is the essence of the code in...
Working on this page: http://fortelle.no/test/index.php?p=Illustrasjon
The div #bakbar and a bunch of others have something like this defined in my stylesheet:
#bakbar{
background-color:#FFFFFF;
opacity:0.25;
filter:alpha(opacity=25);
width: 230px;
position:fixed;
height: 100%...
The above is what I'm trying to do. Now, all the images have names like "illustration20thumb.png" - $p (the category) and $no (the number of the page within the category) are variables given through the url of the page.
$lili = 20...
This page: http://www.fortelle.no/ahram/indexar.htm Displays correctly (in Arabic) in internet explorer, but not otherwise.
Why? It's UTF-8 encoded and I can see nothing wrong in the code: it even works offline :(
http://en.fortelle.no, illustration and webdesign
I'm using this simple script:
function openWin(myURL) {
window.open(myURL.href, "win"+(new Date()).getSeconds(), 'width=525,height=500,resizable=yes,scrollbars=yes');
return false;
}
and writing the links like this: <a href="link" onclick="return openWin(this);"></a>...
I have a mail form in flash that sends mails using a PHP file. The mails are to be in Norwegian, which means that there are three funny letters that need "special" encoding.
Unfortunately, using the form to send mails to Hotmail and several other places will have the mail turn up with yen-signs...
I'm using a simple form to allow users to send emails through flash. The problem is, that the emails need to be unicode, as the site is Norwegian. The form is in flash, but I don't think that's where the problem is (the flash manual says "By default, Flash Player 7 and later assumes that all...
Poor assed headline, but it is descriptive :p
Here's what I have:
define("GOTOO", $_GET['goto']);
if (defined('GOTOO')) {
}else{
define("GOTOO", 2);
}
$goto = GOTOO;
So, if goto is defined (in a link), it gets passed over to the constant GOTOO, which I then see if is defined - if...
Hopefully it's an easy question - Bad karma to ask all of these stupid things without being able to answer anything :p
This is the code for my preloader (all code is on the main timeline):
preLoadah.onEnterFrame = function() {
prosoo = _root.getBytesTotal()/100;
prosentload =...
The effect I'm trying to get is something along the lines of the effect on this site: http://www.bang-olufsen.com/web2/systems/product.asp?section=systems&sub=ms&prodid=563 (click the [+])
I'm using this code
_global.abneLukke = function(){
if (teppeoppe._height>=200) {gotoAndStop(goto);}...
Okay, I have a frame with this code:
h = 0;
abne = 'pres';
forHoide = 200;
eftorHoide = 700;
this.onEnterFrame = function() {
if (teppeoppe._height>=260) {gotoAndPlay(maal);}
if (abne='pres') {
if (teppeoppe._height<=150){h=eftorHoide;}
teppenede._height -=...
Very simple question. Should this work?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html lang="en"><head><title></title></head>
<body>
<?php
mail("my@mail.com","testing title","It's working");
?>
</body>
</html>
Just checking if there's anything...
http://www.liessem.no/Arbeidsmappe/index.php
as you can see, all the text is aliased, except "presentation" and "map" - why is this? (you can mouseover "presentation" to see that even "play presentation" - which is within the same button, is aliased.
What the eff?
http://en.fortelle.no...
Seems to be the only thing that causes the site I'm working on not to validate.
This is the validation report: http://validator.w3.org/check?uri=www.liessem.no%2FArbeidsmappe%2Findex.php
This is the site (no, there's no php in it yet): http://www.liessem.no/Arbeidsmappe/index.php
But why...
It's kind of hard to be descriptive here, but I want one movie clip to move downwards on a page, quickly at first, then decelerating. So I write this in the first frame of the movie clip:
while(this._y<500){
mango=(500-this._y)/30;
this._y += mango;
}
Now, when I do this, I get the old...
I'm sort-of following a tutorial from "a list apart"for making css-dropdowns ( http://www.alistapart.com/articles/hybrid/ ), but even though I've written
#nav li ul {
display: none;
}
The sub options simply won't dissappear.
Also, how can you make the hover state of one thing...
I want the layer "scene" to be streched from top:80px to bottom:250px. With firefox, this code takes care of that, no problem:
#scene {
top: 80px;
bottom: 250px;
width: 100%;
left: 0px;
position: absolute;
}
IE, of course, doesn't have a clue, and simply places the...
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.