CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wetlegs6

Search: Search took 0.01 seconds.

  1. Problem utilizing checkbox array with Javascript

    Hi guys.

    So this is a message inbox style page for a site Im making. I've used checkbox arrays before and always found them to be really difficult to make work right.

    This one just puts a...
  2. Re: Friendly URLs with .htaccess and links?

    It's all a bit messy but:



    RewriteEngine On

    # Exclude rules
    RewriteRule ^.+(/images/.+)$ /indie$1 [L]
    #RewriteRule ^.+(/include/.+)$ /indie$1 [L]
    RewriteRule ^.+(/user_content/.+)$...
  3. Friendly URLs with .htaccess and links?

    Hi guys.

    I've got a site I've been building for a few months for a client, it's a pretty big thing and is really nearly done.

    I've used mod_rewrite in the .htaccess file to remap the URLs to be...
  4. Replies
    3
    Views
    1,363

    Re: Javascript problem with IE...

    Hey it worked, cheers!
  5. Replies
    3
    Views
    1,363

    Javascript problem with IE...

    So, in this new site, we have quite a complicated layout which I've stuck on z-index:-6, and then the content is just in a div which covers the relevant area of the design and floats on z:6;

    As a...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured