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

  • Users: matrix07
  • Content: Threads
  • Order by date
  1. 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!
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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!
  8. 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.
  9. matrix07

    some images not displaying???

    Hi there, I am testing my image gallery on my system and I was wondering why some images are showing while others or not. I try refreshing a few times and it still doesn't show? I'd checked the spelling for the images and location is correct. I'm using IE6, IIS on WinXP Pro. Calling from an...
  10. matrix07

    redirect after form submission!!!

    hi all, this is what I need my form to do. On submit, it goes through all the validations and submits if nothing's wrong. What I want is I want to dislay a message on the form page to the user saying that the form was sent sucessfully. Then redirect them to their message. Is there like a...
  11. matrix07

    2 js/css questions!!!

    hi there. what's wrong with this statement? It's in a function and when the user clicks to submit...I want it to check for a vaild email only if they entered one. My default value is "email". So it shouldn't trigger this statement if the value is "email" or "". if...
  12. matrix07

    Clientside shoutbox.

    hi there, I have a shoutbox made with ASP. I was wondering if it's possible to load all the entries onload and therefore when the user clicks on a particular entry, it will already be ready for viewing. So it doesn't have to go back to the server everytime the user clicks on next or previous...
  13. matrix07

    hi I would like to make an email fo

    hi I would like to make an email form where a user could send me an email via my webpage. Is it possible for web based emails, say Hotmail?
  14. matrix07

    peer to peer.

    hi...I'm not sure where this thread goes but I know nothing about networking. I'm connecting to the net using DSL modem. I want to connect another PC to that modem so I can share the TCP. What is the best way of doing that? I would like it to be a Peer to Peer thing instead of a server to...
  15. matrix07

    next previous

    hi...I'm trying to do an image gallery with next and previous links. The way I'm doing it is I'm comparing my querystring to my primary ID in my database...so for example...default.asp?rec=1 I tell it to get all the images whose primaryID is larger than the querystring. it's been awhile since...
  16. matrix07

    next/previous...image gallery???

    hi...I'm doing an image gallery...and I got my images the way I want them...but I would like to do a next/previous link where the next or previous set of images are loaded from the database. Thanks. Here is my code so far. <% dim rsImage dim sql dim...

Part and Inventory Search

Back
Top