Re: programmatically jump to "name" in htm file?
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Nov 08, 2000
- 451 views
Kat, Ok, that's a idea, but while I can see how to make a clickable *link* in an html file, I don't know how to make an html programmatic redirect. How do I do that? Is that what "src =" might do?? Dan ----- Original Message ----- From: "Kat" <gertie at PELL.NET> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Wednesday, November 08, 2000 9:08 AM Subject: Re: programmatically jump to "name" in htm file? > On 8 Nov 2000, at 4:17, Dan B Moyer wrote: > > > Can anyone tell me how I can make a "jump" to a *name* id in a htm file? > > > > I've been trying to jump to things like this: > > shellExecute("open","c:\\euphoria\\html\\lib_h_o.htm#integer",5) > > > > to go directly to any specific Euphoria Routine's html help, but while I can > > get to the file itself (if I leave off the "#integer"), I can't make it go to > > the *named* place in the file. > > Just a thought off the top of my head, try writing a plain c:\euphoria\go.html > file containing a redirect command or src= to the > c:\euphoria\html\lib_h_o.htm#integer file. IE should open the plain file and > then properly open the real file to the correct place. > > Kat