Click to See Complete Forum and Search --> : embedded file


kubmg
02-13-2003, 04:31 PM
hello,

I am new to javascript .. my question has to do with embedding an asp file in the javascript file.

I have a web page that is created from a link formatted with frames, images and text. I would like to know if there is a way to add an asp page to the javascript file.

Thanks.

gil davis
02-13-2003, 04:46 PM
ASP is "active server page" - it operates on the server. JavaScript operates on the browser. You can use ASP to create JavaScript on the client, but you cannot use JavaScript on the client to create ASP.