Forum: HTML and CSS Jul 13th, 2006 |
| Replies: 1 Views: 2,361 I'd say that the problem is the spec on the machines (even if its not)... Javascript tends to be bad with string operations and regex can also be slow. Javascript can also have issues with method... |
Forum: HTML and CSS Jul 13th, 2006 |
| Replies: 7 Views: 3,449 You can't. http://www.w3.org/TR/REC-html32-19970114
But why do you want to, HTML 3.2 was superseded by HTML 4.0 in 1997. But CSS is supported, so if you truely want 3.2 level implementation you... |
Forum: HTML and CSS Jul 13th, 2006 |
| Replies: 4 Views: 3,338 now that should work... but if it doesn't then you should open up the file httpd.conf (or what ever this file is called for apache 2 on windows). Hunt down your cgi settings and change the cgi... |
Forum: HTML and CSS Jul 13th, 2006 |
| Replies: 4 Views: 3,338 I also think its a server conf problem. It sounds like you are not using your cgi, you are just trying to load the html page. Typically you don't have html in your cgi-bin, from your error it sounds... |
Forum: HTML and CSS Jun 28th, 2006 |
| Replies: 3 Views: 1,123 The default system is decimal, but if you put a '0' in front of your number it is Octal. But you would need to do your assignments without the string operator for this to take effect.
Read this:... |
Forum: HTML and CSS Jun 28th, 2006 |
| Replies: 1 Views: 5,163 <style type="text/css">
body
{
background-image: url('images/101.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #FFFFE5;
margin-left: 0px;
margin-top:... |
Forum: HTML and CSS Jun 23rd, 2006 |
| Replies: 1 Views: 2,921 I am not sure if this is your problem, but there is a 'feature' in internet explorer: special objects, like iframes, select boxes, appear in a different 'layer' to other objects.
It seems strange... |
Forum: HTML and CSS Jun 19th, 2006 |
| Replies: 1 Views: 3,252 if you have a website already, then you should also have an isp for the website. you should contact them about getting the website you have designed online.
they should have a number of options... |
Forum: HTML and CSS Apr 11th, 2006 |
| Replies: 6 Views: 1,299 unless you don't mean dynamically add a new row, perhaps you mean just go to the next row?
in which case add a keypress event handler to each end of row textfield... much better UI. |
Forum: HTML and CSS Apr 11th, 2006 |
| Replies: 6 Views: 1,299 i'm sorry, I don't see how its different... well thats a lie, I can obviously find a multitude of differences. what I am trying to say is that thread describes adding new elements to an html page.
... |
Forum: HTML and CSS Apr 10th, 2006 |
| Replies: 3 Views: 1,075 I don't know about downloading and using this html editor, I think you need to get permissions etc... I guess if your harvesting the code then it is best to attribute the source of your harvest...... |
Forum: HTML and CSS Apr 10th, 2006 |
| Replies: 4 Views: 2,517 And put some code like this in the header of your html:
<link rel="shortcut icon" href="icon.ico" type="image/x-icon"/> |
Forum: HTML and CSS Apr 10th, 2006 |
| Replies: 6 Views: 1,299 Read this previous thread in this forum... then post any questions or difficulties you are having.
http://www.daniweb.com/techtalkforums/showthread.php?t=22923&highlight=dynamic+rows
cheers. |
Forum: HTML and CSS Apr 2nd, 2006 |
| Replies: 1 Views: 1,050 Hi,
This topic has been covered a couple of times in this forum... Take a look at these links:
http://www.daniweb.com/techtalkforums/showthread.php?t=23341
... |
Forum: HTML and CSS Jan 5th, 2006 |
| Replies: 5 Views: 2,316 soccerdevil221: You will probably find that your web host does supply a sendmail script, in perl this is often called SendMail.pm. Sending email using this a matter of calling a function. But free... |
Forum: HTML and CSS Jan 4th, 2006 |
| Replies: 5 Views: 2,316 Your basically wrong there Thomas. It does work.
I looked closer at the code for the given webpage and discovered the submit and reset butttons were outside the form element.
When I moved... |
Forum: HTML and CSS Jan 4th, 2006 |
| Replies: 5 Views: 2,316 It seems that this type of action may not work on all machines. You probably need internet explorer and outlook or some similar compatible combination browser and email clients. Take a look at these... |
Forum: HTML and CSS Jan 4th, 2006 |
| Replies: 2 Views: 2,130 Its reasonably easy if you already know perl. And especially so if you are familiar with the webserver you are using. I only really know how it is done on a linux apache server, but I suspect that it... |
Forum: HTML and CSS Dec 3rd, 2005 |
| Replies: 6 Views: 26,961 thats what they mean... you can call a javascript function from anywhere on the page, as long as it is in the script tags you describe. |
Forum: HTML and CSS Aug 22nd, 2005 |
| Replies: 2 Views: 1,359 It is my opinion that the keyword 'with' should never be used. As far as I am aware, it comes from VB. And is not backwards compatible with older versions of JavaScript in Mozilla/Gecko based... |
Forum: HTML and CSS Aug 17th, 2005 |
| Replies: 1 Views: 1,624 A good way to start is reading lots of tutorials and checking out the source of webpages. Also a reasonable html editor might be useful. I used Arachnophobia when I was learning about this stuff...... |
Forum: HTML and CSS Aug 14th, 2005 |
| Replies: 2 Views: 3,190 It looks like your page is a work in progress, as I do not recognise any of it from your post. Except it obviously contains an IFrame.
I suspect what you have run into is not a bug (unless you... |
Forum: HTML and CSS Aug 5th, 2005 |
| Replies: 17 Views: 3,789 So whats the issue when people add links?
But this page just uses lots of tables to structure everything... basically like this:
<table width="100%">
<tr>
<td width="150"... |
Forum: HTML and CSS Aug 5th, 2005 |
| Replies: 17 Views: 3,789 Umm, i'm not really sure what your saying here. But I think the solution is to not use a 3x3 table. Try a 3x1 table instead.
i.e. COL1 COL2 COL3 |
Forum: HTML and CSS Aug 4th, 2005 |
| Replies: 2 Views: 1,422 The amazing thing about the internet is its abundance of resources about the internet, well and other computer related technologies.
My advice would be to utilise these resources first.. if you... |
Forum: HTML and CSS Aug 1st, 2005 |
| Replies: 3 Views: 4,080 you need to use Window02.document.open() before there is a valid document to write to in netscape and mozilla. |
Forum: HTML and CSS Jul 6th, 2005 |
| Replies: 2 Views: 10,352 fading effects is just a similar effect repeated in a loop.
try something like this:
var interval = setInterval("fadeFunction()", 500);
var color = 0;
function makeString(c){ |