IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New As long as I'm tapping the collective...
I have another DOM question, though this one is for play only. I've been considering taking a [link|http://www.bluetail.com/~luke/jscm/scm.js.txt|Scheme in JavaScript] ditty, and make some improvements. Having gotten far - the first project is to try to strip the JavaScript string-a-nation out of the scheme include files (the second has to do with building a scheme object that does the evaluation).

I can't figure out how to access an included scheme file. The browser doesn't recognize scheme as a valid script engine, but I was thinking that perhaps it does expose the included source into the DOM. Here's a snippet of what I'm trying to accomplish:

<html>
<head><title>Test</title></head>
<script language='scheme' src='library.scm' type='text/scheme'></script>
<script language='javascript' type='text/javascript'>
   // how can I get the above included script file into a JavaScript string?
</script>
<body>
</body>
</html>
New Re: As long as I'm tapping the collective...
[link|http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html#ID-81598695|http://www.w3.org/TR....html#ID-81598695]
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
     Accessing multiple inputs with same name - (ChrisR) - (4)
         As long as I'm tapping the collective... - (ChrisR) - (1)
             Re: As long as I'm tapping the collective... - (admin)
         You can't, directly. - (admin) - (1)
             I've made it a habit of keeping the id & name the same - (ChrisR)

That thing has got to be the most relentlessly LRPDistic movie ever made.
40 ms