Re: programmatically jump to "name" in htm file?
- Posted by Kat <gertie at PELL.NET> Nov 08, 2000
- 434 views
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