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

  1. krigbert

    Flash not passing variables on to my php mail script

    Quite right, I made the site back in the days of CS2, the movie is published with "player" set to "flash player 7" in the publish settings – doesn't that mean it should work? Anyway, I'll have a look at that tutorial and see what I can understand, but I imagine other things could stop working...
  2. krigbert

    Flash not passing variables on to my php mail script

    I'm feeling pretty desperate here – no one knows what I can do to find out what's wrong? http://fortelle.no, illustration and graphic design
  3. krigbert

    Flash not passing variables on to my php mail script

    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...
  4. krigbert

    Simple e-mail form not sending mail (some flash)

    Thanks a lot, for some reason I hadn't thought to test the php file on it's own – seems the problem is indeed that the variables aren't passed properly on from flash :) http://fortelle.no, illustration and graphic design
  5. krigbert

    Simple e-mail form not sending mail (some flash)

    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...
  6. krigbert

    div alpha filter thing not working for me in IE6

    I'm aware of this and looking in to it. I'm using the same JS on all the pages (as I only have one php document generating them all), but some of them don't have some of the elements. http://en.fortelle.no, illustration and webdesign
  7. krigbert

    div alpha filter thing not working for me in IE6

    Alright, then it all works :) Heaps o' thanks for checking. http://en.fortelle.no, illustration and webdesign
  8. krigbert

    div alpha filter thing not working for me in IE6

    huh... weird - I also have IE6 installed in a similar way, so maybe that's it. How about if you click one of those little thumbnails, how does that new part of the page look? http://en.fortelle.no, illustration and webdesign
  9. krigbert

    div alpha filter thing not working for me in IE6

    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%...
  10. krigbert

    While loop that finds out whether an image exists and then shows it

    Damn lack of edit function! Sorry about this, but I managed to fix the problem. I have no idea why, but after cleaning up a bit and changing from a while loop to a for loop, it all suddenly worked. Apparently I just need to get tidier at writing code :) Sorry for wasting your time...
  11. krigbert

    While loop that finds out whether an image exists and then shows it

    Apparently there is something wrong with my scripting, glad to have that settled. My variables make sense to me, but I can understand that they're weird to others. Basically, "p" is for "category", "no" is for "number" and "lili" is just a random name. Here's the body of the document for...
  12. krigbert

    While loop that finds out whether an image exists and then shows it

    I'll give you a star for impressive effort, but this really seems like overkill for my little site. I have three or so galleries of less than 20 images that aren't going to change very often - I just thought it'd be more elegant if I didn't have to tell the page what number of images are in each...
  13. krigbert

    While loop that finds out whether an image exists and then shows it

    Okay, I've struggled with it for a while, but I'm just not getting anywhere at all. I suppose it's worth mentioning: while($lili > 0){ if($lili != $no){ if(file_exists($p . "/" . $p . $lili . "thumb.png")){ ?> <a href="index.php?p=illustrasjon&no=<...
  14. krigbert

    While loop that finds out whether an image exists and then shows it

    Riight, I'm not getting any of this, so I'll just have to think of something else. http://en.fortelle.no, illustration and webdesign
  15. krigbert

    While loop that finds out whether an image exists and then shows it

    I don't really see what you're doing there. I'm not really beyond the basics yet :\ http://en.fortelle.no, illustration and webdesign
  16. krigbert

    While loop that finds out whether an image exists and then shows it

    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...
  17. krigbert

    Encoding problem in everything but IE

    It's odd, because I do have this inn the header: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Language" content="ar"> Which should do plenty. I had it as ISO before, and then I even had to define it in IE. This time, I re-opened the page in...
  18. krigbert

    Encoding problem in everything but IE

    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
  19. krigbert

    Return false not working in IE for some reason

    You know what, I just realized that "target=_blank" is valid html strict :p I feel pretty stupid now. It'd still be nice to have an answer in case I ever have to take up xhtml. Heaps o' thanks for the help, though :) Stars all around http://en.fortelle.no, illustration and webdesign
  20. krigbert

    Return false not working in IE for some reason

    There's a big, overly fancy popup "plugin" to the library, and I don't see a lot of mention of "click" in it either, but then again, I'm no expert. The error console in ff says nothing (and like I said, it works perfectly fine in ff as well) http://en.fortelle.no, illustration and webdesign

Part and Inventory Search

Back
Top