User Profile

Collapse

Profile Sidebar

Collapse
mrboyer79
mrboyer79
Last Activity: Apr 9 '07, 02:19 PM
Joined: Dec 7 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mrboyer79
    started a topic javascript issue with firefox

    javascript issue with firefox

    hey all,

    here's the deal. i've got a link on a page that when you mouse over displays a box of text. it works quite well in IE, but won't work in firefox. here's the important snip of my code:

    link on the page

    Code:
    <a href="##" onMouseOver="stm(Text[0],Style[0]);" onMouseOut="htm();" class="fieldtext" onClick="javascript: resetSubmit(1);">Security<
    ...
    See more | Go to post

  • mrboyer79
    started a topic back button issues

    back button issues

    hello all,
    i'm having an issue where the back button i created (not the browser back) is causing me to lose data. allow me to explain:

    i have three pages. page one is a short form where the user enters in their name (first, mi, last) and a number and there's a y/n radio button. the user then clicks submit and is taken to page two. page two is a review of the data provided on page one. if all is well the user clicks submit and...
    See more | Go to post

  • mrboyer79
    replied to convert string to date
    nevermind! i just wrapped a dateformat around the line and all is well!
    See more | Go to post

    Leave a comment:


  • mrboyer79
    started a topic convert string to date

    convert string to date

    hey all,
    i have the following bit of code:

    <cfif DayOfWeek(Now() ) EQ 6 AND Hour(Now()) GE 19 >
    <cfset pendimg = 4>
    <cfelseif DayOfWeek(Now() ) NEQ 6 AND Hour(Now()) GE 17 AND Hour(Now()) LE 19>
    <cfset pendimg = 3>
    <cfelse>
    <cfset pendimg = 2>
    </cfif>
    <cfset imgbgdtcalc = Now() + pendimg>

    the issue i'm coming...
    See more | Go to post

  • mrboyer79
    started a topic problem with =

    problem with =

    hey all,

    i have the following bit of code:

    <cfset plstcct = ",@PLST_CT = '0'"> which just sets plstcct to ,@PLST_CT = '0'. it's just a string, nothing too fancy, but that's the format it must be in.

    the issue i'm coming across is that the = in the middle is being read as the start of a new variable, making '0' that new variable. is there a way to just get this string ,@PLST_CT = '0' to...
    See more | Go to post

  • mrboyer79
    replied to checkbox issues
    thanks for the advice. i'll give it a try and post my findings...
    See more | Go to post

    Leave a comment:


  • mrboyer79
    replied to checkbox issues
    I don't know that I explained this correctly, allow me to try again:

    on Page 1 there is a check box that when clicked displays three hidden text boxes and radio buttons. on unclicking, they go back to hidden. the user can click a submit button to move to the next page. once on Page 2, if the user uses the browser back button, they will return to Page 1. upon return to Page 1 the check box is still checked, but the fields underneath...
    See more | Go to post

    Leave a comment:


  • mrboyer79
    started a topic checkbox issues

    checkbox issues

    hello all,
    i have a checkbox on a page (page 1) where when you check it, some text fields appear. if you uncheck the box, the text fields hide. the user then clicks a submit button to go on to the next page (page 2). the issue i'm having is that if the user checks the box and then goes to page 2, and then decides to go back (we don't give them the option, but they can always click the browser back button), the checkbox is unchecked. is there...
    See more | Go to post

  • mrboyer79
    replied to window.opener issue
    thanks, sorry!...
    See more | Go to post

    Leave a comment:


  • mrboyer79
    started a topic window.opener issue

    window.opener issue

    hello,

    i have this page where if you leave the page or close the page a pop-up will generate. the pop-up has a button on it to go back to that original page. the code i have works fine if the user just leaves the main page, but i can't figure out how to get it to regenerate the page if the user closes the main page. if that makes any sense and you have some ideas, let me know.

    thanks,
    derek

    ...
    See more | Go to post

  • mrboyer79
    replied to border properties...
    worked like a dream. thanks!...
    See more | Go to post

    Leave a comment:


  • mrboyer79
    replied to border properties...
    it actually is a div: <div id="message"><d iv>...
    See more | Go to post

    Leave a comment:


  • mrboyer79
    started a topic border properties...

    border properties...

    hey all,

    i have this line of code:

    document.getEle mentById("MESSA GE").innerHTM L = total + " out of 24";

    total is a variable that calculates the number of characters typed into a field. i need to have a red box appear around the total + " out of 24" if the total is > 24. here's what i have so far:

    if ( total > 24 )
    {
    document.getEle mentById("MESSA GE").innerHTM L...
    See more | Go to post
No activity results to display
Show More
Working...