Skip to main content
July 9, 2009
Question

Splash screen

  • July 9, 2009
  • 1 reply
  • 543 views

In RH8...generating HTML Help...

My splash page has a GIF with a dhtml control and a redirect to a welcome page.

When I compile, the splash opens fine, but I get a page not found message on the redirect.

I've used the following code in the meta section: <meta HTTP-EQUIV=refresh CONTENT="4;URL=WelcomeMessage.htm">.

WelcomeMessage is the exact name of the topic.

Does anyone have ny ideas why the page is not found?

Thanks.

This topic has been closed for replies.

1 reply

Peter Grainge
Community Expert
Community Expert
July 9, 2009

You could try ./ in front of the topic name.

Is there any difference according to whether you open in IE and Firefox?


See www.grainge.org for RoboHelp and Authoring tips

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
July 9, 2009

I "jiggled" the setting and the redirect is now working. I changed the delay and dhtml effect, then changed it back and voila...

Yup...my job here is done!

Thanks very much for your help.