Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached

6 Posted Topics

Member Avatar for dalefish

As usual, develop something in FF and as soon as you get near IE everything decides to pack up and go home. I'm getting an object expected error, forgive me if it's simple, I'm new to JavaScript. [B]HTML Code[/B] [code=html] <div id="tabsCon" class="tabsContainer"> <span id="tab1" class="activeTab" onclick="javascript:changeTab('tab1');">Tab 1</span> <span id="tab2" …

Member Avatar for Troy III
0
272
Member Avatar for Jintu

As was stated above, the clearer the question, ther clearer that answer. However, thought I'd help the lad/ladette out.... [code=php] <?php $pounds = 170; $inches = 70; $increase = 0; $poundsinch = 703; while ($increase < 13){ $division = number_format(($pounds) / ($inches * $inches) * ($poundsinch),2); echo "The BMI of …

Member Avatar for dalefish
0
128
Member Avatar for dalefish

Ok, this is starting to annoy and Google has yet to provide any clear answers. I'm dynamically creating CSS based on users choice of theme colours. Easy enough, done with PHP but the code is irrelevant here, the problem being that IE is caching the old CSS and upon loading …

Member Avatar for MidiMagic
0
84
Member Avatar for dalefish

Ok, I've had enough of looking at the same piece of code now. Someone please enlighten me as to what simple bloody thing it is I'm missing: [code=php] $pp2 = $_REQUEST["pp"]; $io2 = $_REQUEST["io"]; $sn2 = $_REQUEST["sn"]; $re2 = $_REQUEST["re"]; $sd2 = $_REQUEST["sd"]; $ed2 = $_REQUEST["ed"]; $dp2 = $_REQUEST["dp"]; $rn2 …

Member Avatar for nav33n
0
457
Member Avatar for sifuhall

Not sure if this will help but I'm running a network with three pc's wired up to a hub which connects to the routher and one wireless laptop which connects directly (wirelessly) to the router. I was getting hopelessly intermittent connection speeds with the laptop only. The signal was always …

Member Avatar for Serunson
0
175
Member Avatar for dalefish

I've created an order system in my office which calculates price, discount, postage cost etc.. On the final display page I have an HTML print button just to make life a simple as possible. We have a number of printers on the network and I want the print button to …

Member Avatar for jbennet
0
96

The End.