Search:

Type: Posts; User: dude9er; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Hi ddadmin, changed the line to and it worked...

    Hi ddadmin, changed the line to and it worked perfectly. Thanks for your help.

    setCookie("mysheet", urlselectstyle, 10)
  2. Hi ddadmin, thanks, I ran a test and it works...

    Hi ddadmin, thanks, I ran a test and it works well, however I don't see it setting a cookie. Is there a way to do this based on the parameter? Thanks again for your help.
  3. Style Sheet Switcher (v1.1) based on QueryString Parameter

    I am using the stylesheet switcher on dynamic drive . Is there a way to change stylesheets based on a querystring parameter? Basically, if the query string includes "&StyleSheet=BlueStyle" then...
  4. Replies
    1
    Views
    2,664

    Styled Drop List

    Check out this links' "Choose a Category" drop down list, it has been styled. Does anyone know how to style a drop down box?

    http://www.blogtalkradio.com/onair

    THANKS!
  5. Replies
    1
    Views
    3,970

    Javascript Query String and Commas

    I have this JS that pulls the parameters from a query string and places them into the callSearch variable

    [code]
    <script language="javascript">
    var qsParm = new Array();
    function qs() {
    ...
  6. Replies
    2
    Views
    2,506

    making it an easier question, can one css class...

    making it an easier question, can one css class call another?
  7. Replies
    2
    Views
    2,506

    Two Classes in one

    I have multiple classes that share the same style except one, the width. Is it possible to set one class for the shared styles and call it within the width class?

    Here's an example:

    Shared...
  8. Replies
    0
    Views
    2,195

    Interstitial Box Cookie Frequency

    1) Script Title: Interstitial Content Box

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamicindex17/interstitial.htm

    3) Describe problem:
    I need to modify this great script and am...
  9. Replies
    0
    Views
    4,130

    form validation Greater than not a number

    I am trying to validate the value of one text box to the value of another. The text box hold a number and I want it to check if it is greater than the value of another number (this number is dynamic...
  10. Replies
    2
    Views
    3,299

    CSS pos absolute issue in FF and IE

    Okay, this is interesting. I am trying to place an image on an image using z-index and the position property. I have it rendering in IE just fine, but FF is off by exactly 6px. Here is my CSS:


    ...
  11. Replies
    1
    Views
    5,087

    POst to ASP validation and then rePost

    Is it possible to post a form to a validation script and then when validated, repost the form to a external URL? I need to run my form through an asp validation, pick up some values and then post it...
  12. Replies
    1
    Views
    6,226

    Connect to SQL 2005 with ASP is not working

    My hosting service just updated their SQL Server from 2000 to 2005. I have been trying to update my code and keep getting this error:

    Microsoft VBScript runtime error '800a000d'
    Type mismatch:...
  13. Replies
    1
    Views
    5,147

    SQL Database Length

    I've created an SQL DB which includes a COMMENT column, I then connect to the DB and show the results of that column on my webpage using <%=oRs.Fields("comment")%>, however the COMMENT info is not...
  14. Replies
    2
    Views
    7,067

    Hide Email Address In img src

    I have an email address list that is dynamically genereated from an SQL Database. I want to write the address into a MAILTO: image using javascript, but can't figure out how to incorporate my ASP...
  15. Replies
    1
    Views
    5,005

    Connecting to SQL DB

    I have a form that submits the information to a SQL database. The form has a two radiobuttons name="Cheese" with value="yes" OR value="no" and then collects contact info.

    The form submits to the...
  16. Replies
    0
    Views
    5,674

    ASP requestform Values And SQL DB

    I'm trying to set up a form that checks an SQL database to make sure that the team_name = request.form("team_name") does not already exist in the DB. The form submits to itself, checks the value in...
  17. Replies
    0
    Views
    9,093

    Credit Card Luhn Check

    I'm trying to merge my credit card validation with the below Luhn Algorithm validation



    function CheckCC(CC_NUM)
    Dim i, w, x, y

    InputError=0
    CC_NUM = Replace(Replace(Replace(CStr(CC_NUM),...
  18. Replies
    1
    Views
    6,860

    Yahoo Beta Column Adjuster

    If you've played around with Yahoo's new Beat email interface you'll notice that they now have adjustable columns to reveal the from, subject, date, size information. This is also found in Outlook...
  19. Replies
    2
    Views
    3,707

    thanks for the help, works great.

    thanks for the help, works great.
  20. Replies
    2
    Views
    3,707

    Three Columns - Middle Flexible in IE

    I have three columns. I want to make the middle column flexible/stretchable using CSS based on content of a row. IE is rendering this stupid, FF is fine of course.

    Here is a bit of code to view...
  21. Replies
    2
    Views
    14,246

    thanks twey, i thought I tried that, but now it...

    thanks twey, i thought I tried that, but now it seems to work great!!
  22. Replies
    2
    Views
    14,246

    JSP Object Shifts Cell Height in IE

    I have a JSP object that changes an image based on what page is loaded. The script calls the image, but the close tags leave a small space in my table.

    Here is the example, the small space...
  23. Replies
    2
    Views
    41,755

    Disable Text Box with CSS Style

    I'm trying to develop the code below. I'd like to control the textbox styll using CSS when the text box is disabled and enabled.

    Here is a link to see what I'm looking to do:...
  24. Replies
    5
    Views
    9,736

    thanks for the feedback. how is this done? Is it...

    thanks for the feedback. how is this done? Is it in the CSS or the javascript? I'm not sure how to go about this. Any help would be awesome!
  25. Replies
    5
    Views
    9,736

    Fade In Div Almost There HELP

    OKay I modified the fade div seen here:
    http://www.brainerror.net/scripts_js_blendtrans.php

    My version seen here:
    http://charity-funding.us/test/test.html

    works great, however the hidden div...
Results 1 to 25 of 30
Page 1 of 2 1 2