Monday, March 26, 2012

AJAX TOOLKIT - TAB CONTROL- scripts

I was watching the video about this control, its great, but i have got a lot of questions. First: Why is the script language javascript?. I have tried using vbscript but it showed me some errors, so its a must javascript for AJAX controls?.

Whats the diference btween type=text/javascript, and language=javascript.

Hi,

Basically, you can use vbscript to call functions defined in javascript library via call statement. But, in my opinion, it's rather annoying to try to achieve this, and strongly recommend you using javascript directly.

Imnoob007:

Whats the diference btween type=text/javascript, and language=javascript.

They are tags used be browser to detect what's the type of the script, and there is no significant difference between them.


The J in ajax stands for javascript... If you're not used to javascript, don't worry about it, it's easy to learn and there are millions of tutorials and always an answer when you google "javascript [key words]"

(http://www.w3schools.com/ is my favorite)


Thnx guys. thnx for ur time. Now im best informed :)

No comments:

Post a Comment