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 Mike Lewis 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. matrix07

    OnClick - load asp page....

    hey there, for some reason it works now. *slightly confused* I didn't change anything to my web server either. Anyway, thanks for your post.
  2. matrix07

    let, get, set???

    Hi there, I am reading a book about ASP, and they briefly talked about writing Classes. I'm kinda lost on what let, get, and set is for? What purposes does those properties serve? I've read the page a few times but still can't grasp the theory? Thanks!
  3. matrix07

    Get total of flexgrid column

    I'm no expert but aren't you missing the FOR statement for your loop?
  4. matrix07

    ASP, ASP.net, javascript??? Which first???

    ok, well, I will start off with ASP then Javascript! Thanks.
  5. matrix07

    ASP, ASP.net, javascript??? Which first???

    ok that makes sense, I would love to learn both. I know people have different approaches to learning but is it better to drill myself with books on both or just get some examples or a bit of both? I know there are tons of examples and references out there. Thanks!
  6. matrix07

    ASP, ASP.net, javascript??? Which first???

    hey targol, yes I do know that. I guess I wasn't clear enough, I was thinking of buying a book to learn, and I was just wondering if I should continue with ASP first or Javascript? I guess I should get more into ASP then continue on to ASP.net and then get my feet wet with Javascript!
  7. matrix07

    ASP, ASP.net, javascript??? Which first???

    hi there, I just like to get some suggestions. I would like to be a web developer, and I kinda know ASP already. Did a webpage with it, just using basic recordsets. I just wanted to know should I read more into ASP then move on to ASP.net or just skip the ASP? I'm also thinking about...
  8. matrix07

    no cache!!!

    hi all, I just like to know how you all make sure that people are seeing your most recent pages instead of the ones in their cache? I'm using this method from HTML Goodies. http://htmlgoodies.earthweb.com/beyond/nocache.html Does this method work when you're testing your pages locally...
  9. matrix07

    click image then preload.

    well, I'd tried this...and called the start() from my onclick event. seems to be working...checked my cache and it's caching the images. Anyone see any problems with this way??? //ORIGINAL FUNCTION //window.onload=function(){ //MY TEST FUNCTION function start(){ var okPB=false; if (loadonce){...
  10. matrix07

    click image then preload.

    hi there i have downloaded a preloader and it works fine, but I would like to modify it. Right now when you enter the page the progress bar shows right away and then loads the images then it redirects. I want it where the bar is hidden, then when a image is clicked, then the bar shows and...
  11. matrix07

    fading script on local machine

    hmm...I'd just notice something. I still have my old website on my machine and I'd tested the gradual highlight script, and it seems smooth. This is so wierd...
  12. matrix07

    fading script on local machine

    hi there, I've been playing around with two scripts that have fading effects. A Gradual Fade and a Tooltip fade. I have the Gradual Fade on my old website and the transistion is smooth. But when I put the script without changing any values and test it on my new page which is still on my local...
  13. matrix07

    open pic in new window

    hi there, I have a image gallery as thumbnails on one page, when a thumbnail is clicked I want the full version of the image in a new window with its dimensions. Now I got it working but I don't think this is a effecient way. Any ideas? Thanks. Actually I only have one pic to open but I...
  14. matrix07

    fade in page onload...

    well, actually I don't want the fade to happen until the user actually clicks on a link. I'm trying to have like a header changer where I will be preloading images in advance. Then when the user clicks on a link, it will get the next image and so forth. I just wanted to add in a fade effect...
  15. matrix07

    fade in page onload...

    hey, that worked well. Now say I want to do it with images. Say, I'm swapping images, would like the current image to fade out and then the next image to fade in. I probably can't use this?
  16. matrix07

    fade in page onload...

    really, that's it? I thought there would be some javascript and css involved? I'll give it a try and see if it's what I need. Thanks for you quick response.
  17. matrix07

    fade in page onload...

    hi there, I saw this page somewhere when the page loads, it slowly fades in to full opacity. I'm not sure if they used a bgcolor script or it's something else? Does anyone know of any script like this? Thanks in advance. Cheers!
  18. matrix07

    getting rid of default margins in new window

    Hey Cian, no I'm just opening an image each time with different dimensions.
  19. matrix07

    getting rid of default margins in new window

    hi there, I am displaying an image gallery. And when the user clicks on a text link, it opens a new window with the specified dimensions. How do I get rid of the default margins in the new window? because this will give me scrollbars. Thanks in advance.
  20. matrix07

    some images not displaying???

    I think I found the problem...for some reason, few of my images converted to .jpe? Wierd...

Part and Inventory Search

Back
Top