Can we use HTML in client script???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 02:47 AM
Can we use HTML in client script???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 02:49 AM
The general answer to that will be no, can you elaborate on what you are trying to achieve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 02:58 AM
I want to handle the HTML content. Is it possible through client script??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 03:03 AM
DOM Manipulations are possible , not recommended though. If that's what you are looking for
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 03:31 AM
@ 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.