This topic is locked

Ajax lookup

6/30/2009 10:09:08 AM
PHPRunner General questions
T
Tane author

Hello,
I converted a version 4 PHPrunner app to 5.0 after which I started to receive annoying "This page contains both secure and non-secure items" message from IE 6.0. It works fine with newer IE and Firefox. It seems to relate to ajax lookups when I put the pointer on a link. Is there a way around this?
Thanks,

Tane

Sergey Kornilov admin 6/30/2009

Tane,
is the an URL where we can see this issue?
I recommend to send it privately to support team at http://support.xlinesoft.com.

T
Tane author 7/1/2009

Good morning,
I'm afraid I can't give the url and access information. Sorry about that.
Anyway, the problem seems to appear in all pages that have ajax lookups and of course the message pops up once per (re)loaded page which makes it quite annoying. I'm using PHPrunner 5.0 build 766.
I don't know if you'd like to have a look at the generated php source file, but since I can't attach it here (?) I just put here a few lines that call ajax and that cause the problem.
Any help is greatly appreciated, thanks
Tane
//detail tables

$record["Feedback_int_dtable_link"]=$allow_Feedback_int;

$record["Feedback_int_dtablelink_attrs"]="href=\"Feedback_int_list.php?".$masterquery."\" id=\"master_Feedback_int".$recid."\"";

$dpreview=true;

if($dpreview)

{

$record["Feedback_int_dtablelink_attrs"].=" onmouseover=\"RollDetailsLink.showPopup(this,'Feedback_int_detailspreview.php'+this.href.substr(this.href.indexOf('?')));\" onmouseout=\"RollDetailsLink.hidePopup();\"";

}

Tane,

is the an URL where we can see this issue?
I recommend to send it privately to support team at http://support.xlinesoft.com.

Sergey Kornilov admin 7/1/2009

Tane,
You need to open ticket at http://support.xlinesoft.com sending your project directory zipped.