Same vbscript code to use in several HTML pages

M

Mona-ABE

I've written some code in vbscript that I would like to include in several
html pages. Is there an easier way than copying and pasting the same code
into all the pages? How can I create public script and then call it from an
html page?
 
K

Kevin Spencer

Are you talking about server-side code or client-side code? Almost nobody
uses VBScript for client-side code, as IE is the only browser that supports
it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Big things are made up of
lots of little things.
 
M

Mona-ABE

Client-side, if possible, this is an intranet site and they are all using IE.
--
Thanks!
Mona-ABE


Kevin Spencer said:
Are you talking about server-side code or client-side code? Almost nobody
uses VBScript for client-side code, as IE is the only browser that supports
it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Big things are made up of
lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top