Can we use HTML in client script???

helo
Kilo Contributor

Can we use HTML in client script???

4 REPLIES 4

Anurag Tripathi
Mega Patron
Mega Patron

The general answer to that will be no, can you elaborate on what you are trying to achieve?


-Anurag

helo
Kilo Contributor

I want to handle the HTML content. Is it possible through client script??


DOM Manipulations are possible , not recommended though. If that's what you are looking for


-Anurag

@ veena


You cannot   include HTML in client script directly, instead Write a UI script in which you can write the HTML code and later call the UI script from client script.