Welcome to Pintexx Forum Sign in | Join | Faq

pinTab

Started by rhett at 07-11-2006 2:33 . Topic has 4 replies.

Print Search
Sort Posts:    
   07-11-2006, 2:33
rhett is not online. Last active: 13.07.2006 00:40:26 rhett

Top 150 Posts
Joined on 07-11-2006
Posts 4
not showing when viewing from external (through firewall)
Reply Quote

Hello,

I've been using the eval pintab for a while now. It has been working great.

But this morning, the tabs are no longer visible when I view the app from outside the firewall (external to intranet) (But yesterday I was able to do this. So this issue is new.)

I can still view the tabs in development env., I can still view it locally, and I can still view it from the internal intranet (inside firewall).

What would be the problem? My evaluation version? My code (maybe...but did it surface now?)

Need assistance as soon as possible. Deadline/live date of app is this week.

Rhett


   Report 
   07-11-2006, 5:13
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: not showing when viewing from external (through firewall)
Reply Quote

Hi Rhett,

could this be a Javascript problem because Javascript is disabled or filtered in any way ?

This has nothing to do with evaluation or your code.
Possibly its a security problem.

Do other controls using Javascript work ?

Regards,
Hans-Peter

 

 


   Report 
   07-12-2006, 5:41
rhett is not online. Last active: 13.07.2006 00:40:26 rhett

Top 150 Posts
Joined on 07-11-2006
Posts 4
Re: not showing when viewing from external (through firewall)
Reply Quote

Thanks for the response. I did some testing, and found an interesting behavior- but pinTab still no show.

If I go into tab/pinTab.html and add an alert statement - like " alert("in load");"  pinTab works from outside the firewall. If I remove the 'alert' command that I added, it does not work again. I tried this over 30 times and the behavior is consistent:

-get the javascript load() function in tab/pinTab.html to produce a ALERT, and pinTab works. Remove the ALERT, and it doesnt work again. (I tried added other javascript statements like var, and while loops and it doesn't work. But it also works if I add a CONFIRM statement)

how can this be? Does this make any sense to you?

see below, Rhett.

-----------------------------------pinTab.html

 

<html>
<head>
<link rel="stylesheet" href="design/style/pinTab.css" type="text/css">
<script language="javascript" src="include/pinTab.js"></script>
<script language="javascript" src="include/api.js"></script>
<script language="javascript">

var controlID = "";
function load()
{  
 

 alert("in load");   // I ADDED THIS AND PINTAB WORKS.**********************
 // process parameters
 var param = "";
 try {

 


   Report 
   07-12-2006, 8:56
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: not showing when viewing from external (through firewall)
Reply Quote

Hi Rhett,

thanks, this has helped a lot.
I have send a fix to your email hoping that this solves the problem.

Regards,
Hans-Peter

 


   Report 
   07-13-2006, 3:51
rhett is not online. Last active: 13.07.2006 00:40:26 rhett

Top 150 Posts
Joined on 07-11-2006
Posts 4
Re: not showing when viewing from external (through firewall)
Reply Quote

Thanks Hans-Peter,

The delay code worked! Brillant!

 

Du bist intelligenter als Gott!  Devil [6]


   Report 
Pintexx Forum » Developer Produ... » pinTab » not showing when viewing from external (through firewall)