Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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.