Re: Javascript to read a <tag>
From: Steve Easton (admin_at_95isalive.com)
Date: 03/08/04
- Next message: John Madron: "Re: website does not appear correctly on Macs"
- Previous message: JDR: "RE: subweb"
- In reply to: Duncan: "Re: Javascript to read a <tag>"
- Next in thread: Duncan: "Re: Javascript to read a <tag>"
- Reply: Duncan: "Re: Javascript to read a <tag>"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 8 Mar 2004 13:49:45 -0500
Go to this page: http://www.gatescript.com/tools.asp and download and
install Antechinus Javascript Editor.
It's not free, but has a 30 day free trial. It has an *excellent* help file
that covers just about everything, and a lot of which is right out of MSDN
Be ready to do some reading / studying though.
-- Steve Easton Microsoft MVP FrontPage 95isalive This site is best viewed.................. ..............................with a computer "Duncan" <anonymous@discussions.microsoft.com> wrote in message news:8fde01c4053c$e6dd3590$a001280a@phx.gbl... > Thanks Steve, that looks like a good site. > > -Duncan > > >-----Original Message----- > >Here's a good place to start, but even it doesn't list > everything. > >It does have links to some great javascript tools and > javascript sites > >though. > >http://www.gatescript.com/default.asp > > > >-- > >Steve Easton > >Microsoft MVP FrontPage > >95isalive > >This site is best viewed.................. > >...............................with a computer > > > >"Duncan" <anonymous@discussions.microsoft.com> wrote in > message > >news:8df801c40528$46c8ec20$a301280a@phx.gbl... > >> Awesome, that worked. You wouldn't happen to know a > good > >> place to get all the variable names though, would you? > >> Like a list of all the document.* and navigator.* names > >> and things (preferably on the web). Thanks again. > >> > >> -Duncan > >> > >> > >> >-----Original Message----- > >> >Hi, > >> >how about > >> >document.write('<h1>' + document.title + '<h1>') > >> > > >> >Jon > >> >Microsoft MVP - FP > >> > > >> >Duncan wrote: > >> >> Hi there, > >> >> > >> >> I'm making a website to put up on my school's > server, > >> >> they don't support server-side scripting and their > >> >> Frontpage support is lacking so I want to use > >> JavaScript > >> >> mostly. But this is what I want to do in JavaScript: > >> >> > >> >> Have a table layout like | 1 | where cell one > spans > >> >> |2 | 3| > >> >> two columns and is the title for the page. My > question > >> >> is, is it possible to have a JavaScript script read > the > >> >> <title> tag and then write in its contents to the > cell > >> as > >> >> a header (<h1>) tag? So it would write something > like > >> >> <h1>contents of <title> tag</h1>. I would use > >> Frontpage's > >> >> pagebanner feature, but I'd like to comply to W3C > >> >> standards, and editing Frontpage's sourcecode after > >> >> making a page is not pretty I've found in previous > >> >> versions. > >> >> > >> >> Thanks > >> > > >> > > >> >. > >> > > > > > > >. > >
- Next message: John Madron: "Re: website does not appear correctly on Macs"
- Previous message: JDR: "RE: subweb"
- In reply to: Duncan: "Re: Javascript to read a <tag>"
- Next in thread: Duncan: "Re: Javascript to read a <tag>"
- Reply: Duncan: "Re: Javascript to read a <tag>"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|