cancel
Showing results for 
Search instead for 
Did you mean: 

How can I render the script?

Former Member
0 Kudos

Hello guys,

who can tell me how I can build a script in html site?I mean I want to render script into layout,like

<htmlb:content design="design2003" >

<script type="text/javascript" src="scripts/checkfunction.js"/>

I have CL_HTMLB_CONTENT,I can render it using print_string,but how about script?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

with js you can use

document.write

or you can do as explained in this link.

http://www.webreference.com/programming/ajax_tech/

Regards

Raja

athavanraja
Active Contributor
0 Kudos

Is this question answered?

Former Member
0 Kudos

Thanks!

I have solved the problem!However,thank u very much!