No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
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" … | |
Re: 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 … | |
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 … | |
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 … | |
Re: 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 … | |
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 … |
The End.