• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyone else here get a kick out of writing a big ol' javaScript?

jonnyGURU

Moderator <BR> Power Supplies
Moderator
I work for a telephone system vendor and have to wear many hats. I'm IT, I install phone systems, I build the servers that house voicemail messages for one of our systems and I do web dev.

The other day they asked me to make a calculator that can add up phone equipment and give a total so quick quotes can be done on our Intranet.

I have rows that do quantity times MSRP, and I use an OnChange event handler so the numbers change as soon as the form field is out of focus. I then added up all of the columns to give a grand total. I then added error checking that made sure that more equipment wasn't bought than could possibly be assembled.

I love it when a script comes together and works right out of the gate. It's sort of a warm fuzzy feeling. 😀
 
javaScript annoying? I guess it can be. But when doing client side manipulations, it's a breeze to me. When I get together with my coworker who's a php whiz, the results are fantastic. 😉
 
Back
Top