Hi
I'm on the verge of pulling my hair out :-)
simple table code:
<table width=775 border="1">
<tr>
<td width="200">sasasasasasasasadddddffffdddddd </td>
<td width=300>sasasasasssssssss</td>
<td width=275>dsdsdsdsduuuuuuuuuuuuuuuuuuuuuuuuuuuuds</td>
</tr>
</table>
But...
ok...
can i then just have another 'case'. for eg:
<?php
break;
case 0:
// HAVE PHP CODE here to say that case 1, 2 and 3 and 4 should be processed, therefore all the tables would appear one after the other.
I don't want to have the table code repeated in this case.
?>
Hi
I think this is a quick and easy one, just that I can't get it to work.
At the moment I have my main web page in a <div tag> as follows:
<body>
<div id="container">
<table...........
WEB PAGE
</table>
</div>
</body>
My css for the container ID is as follows:
body {
text-align...
Hi
I've just added in a newsletter (javascript coded) and css positioned it into top right section. But now my menus are not overlapping the news ticker. When you drop down a menu, it always is overlapped by the news ticker.
To see it screw up have a look at...
Hi
I have a map, with the diffferent areas linking to their own tables. But all the code is in one page called index.php. So I have some php code that uses cases to distinguish between the tables. So if you click on NOrth America then case 1 is processed. see below for index.php?r=1.
What I...
Hi Dan
Thanks for your reply....Changing the onClick to onChange didn't work (unless I needed to do something else to that line as well).
But I've got a workaround.
In my 3rd form I put in some more javascript, just above the select tags...:
<SCRIPT LANGUAGE="JAVASCRIPT">
function...
Hi
I have web page, with 3 radio buttons. Clicking on either will display 1 of 3 different forms.
I've got some javascript in my head tag, and then got "onClick" code on the radio buttons, then the 3 forms are each surrounded by div tags. It all works.
But I want to show and hide 2 tables in...
heres the perl script: (its a bit long)
**************************************
#!/usr/bin/perl
use CGI::Carp qw{fatalsToBrowser};
##############################################################################
# Software download Version 1.0 #...
On our website:
When a customer downloads our products, he/she fills in the following form:
www.pertmaster.com/mcanalyzer/downloads/index.htm
Once he fills this, in the back-end a perl script is called 'downloadmca.pl'.
This is processed, and then the user is redirected to a thank you page...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.