How do i use DHTML?
DHTML, as I understand, allows to create program for a webpage.
(It is part of VB Classic compiler)
So i can use same instructions (code) as in regular VB progect to make web program?
Also, why when i try to open form of DHTML in Microsoft VB compiler, it tels me there is an "Error accesing system registry. :mad: "
What it means?
Is my perseption of DHTML right?
If it is, can i put program form on a webpage?
[460 byte] By [
Recoil] at [2007-11-11 8:18:28]

# 2 Re: How do i use DHTML?
Hi mate,
your perception of DHTML is almost correct
DTML actually tells a web page what to do , so if you had a Combo box on a webpage the DHTML code within visual studio 6 will interpret what that combobox will do which will be linked by the name you gave that combobox in the HTML code
that is how it is to my understanding and that is how i make my DHTML projects
eg
<INPUT ="TEXT" Name = "Test" Value = "Please Enter Name">
where the name is test
you would then within your DHTML program tell it what to do with that text box
hope this helps
also check out this code just dwnload the zip file beneath
http://www.vbcode.com/Asp/showzip.asp?ZipFile=http%3A%2F%2Fwww%2Evbcode%2Ecom%2Fcode%2FDHtmlDB02232005%2Ezip&theID=11608
Also Mate, Keep in mind when no one answers you it is because of several reasons , one .. Different time zones , two they are thinking about how to help you , or last they dont know the answer and will hopefully get back to you
Just Be Patient (Hope that is how you spell it)
# 3 Re: How do i use DHTML?
Thanks,
but i could not open
http://www.vbcode.com/Asp/showzip.a...zip&theID=11608
one .. Different time zones"
Am I right that this forum is English? (I mean the country)
Recoil at 2007-11-11 17:27:45 >

# 4 Re: How do i use DHTML?
I dont know officially where this forum website is being maintained from but ,when i said different time zones it was supposed to mean that everyone that offers advice on this site are mostly in America i have met some people that have helped me from canada hence why i said different time zones mate
i have just been to that website and downloaded the file and have added it to this message - hopefully it works .. remember it is zipped so you will hae to download and unzip before use
thanks
# 6 Re: How do i use DHTML?
To answer your earlier question, the default time zone for these forums is Eastern (U.S.) time zone, although the editors of dev-archive are all based in San Francisco.
Lori at 2007-11-11 17:30:45 >
