//flex table opened by JP

Click to See Complete Forum and Search --> : Please kindly help me out, a easy Q for you guys !


gomcse
12-04-2001, 06:34 PM
Hi guys,

I only know our company web site is running on a Win2k box with IIS5 on it. If someone want to host a mini web site / upload some web pages onto our web server and those web pages need to use the SSI (shtml files) and JavaScript.

My question how can I check out and see whether my we server supports SSI and JavaScript or not ?

Please advise.

Your help and expertise is highly appreciated in advance.

qball
12-05-2001, 06:29 PM
how can I check out and see whether my we server supports SSI and JavaScript or not ?


er, try it.

rh71
12-06-2001, 12:18 AM
There should be no special requirements for SHTML other than the tags it requires (which shouldn't be your responsibility in this case anyway)... obviously files need to be named with an .shtml extension.

Javascript is client-side... it doesn't depend on your web server, but rather, your web browser's version and settings.

I think you're good to go...

gomcse
12-06-2001, 12:21 AM
Thanks for all you guys ! I am much clear now ! : )

qball
12-06-2001, 12:41 AM
Javascript is client-side


ASP is client side? Don't think so...

Javascript, VBScript, JScript were developed as client side technology, but most scripting languages work well server side also. Java was gonna be the new GUI, yet most java is non-visual and server side.

rh71
12-07-2001, 09:04 PM
uhh.. where did I mention ASP?

qball
12-07-2001, 11:09 PM
that boy sho be slow:

"Javascript"

ASP does Javascript, sfb.

rh71
12-09-2001, 06:36 PM
So does CF, sfb. So what?

I stated Javascript is client-side. Is there something wrong with that?