Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > call to internal code

Reply
Thread Tools

call to internal code

 
 
wadewells
Guest
Posts: n/a
 
      03-01-2004
I have a midterm that requires a little html one thing needed is a call to
internal code, which I imagine meens I make a subroutine in the html in java
or something then I have a call to it in the code someplace... the script
and call can be as simple as possible...

can someone give a simple example of this?


 
Reply With Quote
 
 
 
 
wadewells
Guest
Posts: n/a
 
      03-01-2004
Nevermind - I decided I wanted to take this MD a day early and I poked
around a bit and found it: I'll use a simple function statement to set up
the code and an onmouseover event to call it.


"wadewells" <> wrote in message
news:AKN0c.96030$4o.117196@attbi_s52...
> I have a midterm that requires a little html one thing needed is a call to
> internal code, which I imagine meens I make a subroutine in the html in

java
> or something then I have a call to it in the code someplace... the script
> and call can be as simple as possible...
>
> can someone give a simple example of this?
>
>



 
Reply With Quote
 
 
 
 
Andrew Urquhart
Guest
Posts: n/a
 
      03-01-2004
"wadewells" <> wrote in message
news:AKN0c.96030$4o.117196@attbi_s52...
> I have a midterm that requires a little html one thing needed is a

call to
> internal code, which I imagine meens I make a subroutine in the html

in java
> or something then I have a call to it in the code someplace... the

script
> and call can be as simple as possible...
>
> can someone give a simple example of this?


I take it that a "midterm" is a school test of some sort, else I'd think
you were going for a check-up on your pregnancy, but I digress. Java is
a fully-fledged programming language whereas Javascript is a
light-weight scripting language supported by many web browsers, they're
quite different beasts and it's the latter you probably want. Don't
worry, everyone starting off makes this mistake, just don't mention it
in comp.lang.javascript - we see it *every* day

One of the best places to learn how to write javascript is W3Schools
<url: www.w3schools.com/js/ > and if you only need basic examples that
get results you'll find them as you work your way through the tutorial.

Using javascript in a web-page opens a catering-sized can of worms in
terms of accessibility, user-interface design, browser compatibility and
more. Some browsers don't support it and the ones that do allow it to be
turned off, third-party systems may also disable javascript. It could be
interesting to research the issues surrounding the use of javascript for
your test/report, it might impress the marker, or at least it's worth a
try, and if not the knowledge will come in useful if you write other
web-pages in the future.
--
Andrew Urquhart
Reply: http://www.andrewu.co.uk/about/conta...Re%3A+alt.html


 
Reply With Quote
 
Andrew Urquhart
Guest
Posts: n/a
 
      03-01-2004
"wadewells" <> wrote in message
news:WEO0c.93174$Xp.419741@attbi_s54...
> "wadewells" <> wrote:
> > I have a midterm that requires a little html one thing
> > needed is a call to internal code

> <snip />
> > can someone give a simple example of this?


> Nevermind


Just as well I didn't spend 10 minutes writing a reply then. Oh.
--
Andrew Urquhart
Reply: http://www.andrewu.co.uk/about/conta...Re%3A+alt.html


 
Reply With Quote
 
Sid Ismail
Guest
Posts: n/a
 
      03-01-2004
On Mon, 01 Mar 2004 21:16:16 GMT, "wadewells" <>
wrote:

: I have a midterm that requires a little html one thing needed is a call to
: internal code, which I imagine meens I make a subroutine in the html in java
: or something then I have a call to it in the code someplace... the script
: and call can be as simple as possible...
:
: can someone give a simple example of this?


Stand between two mountains, and test the echo of the call.

Sid

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
837. Unable to see internal web server from internal server. eric the brave Cisco 0 03-05-2006 01:52 PM
Cisco PIX 501 - Port forwarded to an internal host via Static NAT doesn't work from internal host JoelSeph Cisco 9 01-23-2006 03:52 PM
Internal Client Accessing Internal Server Via Public IP Address GeekMarine1972 Cisco 1 01-15-2005 02:49 AM
Redirect Internal IP to Different Internal IP on Same Subnet & Interface EG Cisco 5 12-30-2004 02:10 AM
internal to internal NAT? Mike Cisco 1 04-21-2004 12:15 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57