Forum: HTML and CSS Aug 24th, 2006 |
| Replies: 4 Views: 1,183 development environment is the set up of the server where the webapplication is being developed.
but in your case if you just want to experiment with HTML and C++, to my knowledge HTML cannot... |
Forum: HTML and CSS Aug 23rd, 2006 |
| Replies: 4 Views: 1,183 If you can explain me the purpose of using C++ and the environment you are working in, I guess I would be able to help you.As far as I know C++ cannot be used with HTML, but you can anyways do that... |
Forum: HTML and CSS Aug 19th, 2006 |
| Replies: 8 Views: 1,846 i cannot get the meaning and purpose of ur post!!! |
Forum: HTML and CSS Aug 17th, 2006 |
| Replies: 8 Views: 1,846 if u looking for an editor,then Dreamweaver,Microsoft Development Environment,etc. will be useful and in case if u are looking out for language to make a web page...the u can go ahead with HTML....if... |
Forum: HTML and CSS Aug 17th, 2006 |
| Replies: 5 Views: 3,644 you can do it by calling a Javascript function which opens the window on the load of the page...
there is an attribute onLoad with the <body tag....you can use that.......
but be very sure that... |
Forum: HTML and CSS Aug 17th, 2006 |
| Replies: 2 Views: 6,322 check out this ways:
call a function onchange of the first combo
where you will have to set the value of the second combo to the default value.
Say if the default value of the second combo is... |