-
1. Re: RoboHelp10 - If we click on 'Show' link(button), blank page get displayed
Willam van Weelden Nov 14, 2013 12:58 AM (in response to AnilsKale)Hi,
The problem is a security setting in IE. Try enabling the 'Mark of the Web' setting to make it work for IE. (In the SSL settings.)
Alternatively, put the help in a web server, then it is sure to work.
Greet,
Willam
-
2. Re: RoboHelp10 - If we click on 'Show' link(button), blank page get displayed
AnilsKale Nov 14, 2013 4:46 AM (in response to Willam van Weelden)Hi,
May I know how it can be done.
-Anil
-
3. Re: RoboHelp10 - If we click on 'Show' link(button), blank page get displayed
AnilsKale Nov 14, 2013 6:38 AM (in response to Willam van Weelden)Thank you for your input.
Working with "FlashHelp"
Our req is files pages are deployed along with desktop(WPF) application locally and not on webserver.
Referred following link,
http://msdn.microsoft.com/en-us/library/ms537628%28v=vs.85%29.aspx
and added below one liner code,
------------------------------------------------
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
------------------------------------------------
in each pages in the 'ProjectManager''s Project Files. And published the content of "FlashHelp".
Again the same problem("Allow Blocked Content" button apprears and blank page get displayed, as explained in option #1 of the first post) persist.
If i choose page and do viewsource then it will show blank line in place of <!-- saved from url=(0014)about:internet -->
Code is as given below,
------------------------------------------------
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
------------------------------------------------
We need to know that how to implement 'Mark of the Web' using RH development studio?
Your input are appreciated.


