Thread: Web Scripting

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    648

    Web Scripting

    I'm just wondering since I'm really getting into web dev...

    Are VBScript, Javascript, .NET languages: are they the only languages allowed for the <script> tag in html? Is there any way to add a new language to <script>?

    Then, how do the asp: controls work? On a stay-alive HTTP connection? Anyways, how do I make a new set of controls like the asp: ones that would be platform independent?

    Any help would be appreciated because I can't find anything on it anywhere.

  2. #2
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    >>Are VBScript, Javascript, .NET languages: are they the only languages allowed for the <script> tag in html?

    No, theres also PHP.

    >>Is there any way to add a new language to <script>?

    No.

    >>Anyways, how do I make a new set of controls like the asp: ones that would be platform independent?

    VB or Java i would think.
    Last edited by RoD; 04-05-2003 at 07:04 PM.

  3. #3
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    But PHP is parsed with a PHP server plugin. Anyone can do that. I mean like adding the language as a client-side one.

  4. #4
    bobdole1
    Guest
    im guessing u want to use blue lightning in web development? well that would be impossible since its not a html standard, and browsers wouldnt recognize it, u could create something like php though that would parse it server side....or have a browser plugin that parses it

  5. #5
    Registered User
    Join Date
    Feb 2003
    Posts
    41
    just in case you want some info on web scripting

    www.w3schools.com << great site i learned HTML from there in like 3 days and been playing around with it for a long time

  6. #6
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    Yea, w3schools is the best web tutorial place. I've known it for some while and there's where I learnt my SQL, CSS, XSL and JavaScripts. I recommend it to everyone!

    As for a browser plug-in, arg. Too much of a hassle to handle every browser out there. I guess server-side is good enough with a healthy dose of JavaScript.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MS Web Services Question
    By mercury529 in forum Windows Programming
    Replies: 0
    Last Post: 11-14-2006, 06:36 PM
  2. Consuming same Web Service multiple times
    By cfriend in forum C# Programming
    Replies: 2
    Last Post: 01-10-2006, 09:59 AM
  3. SWEBS Web Server
    By nickname_changed in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 09-22-2003, 02:46 AM
  4. Further developing C for the web
    By bjdea1 in forum C Programming
    Replies: 24
    Last Post: 12-25-2002, 01:49 PM