java scripts

  • Thread starter Thread starter Ray Moulder
  • Start date Start date
R

Ray Moulder

I have FP 2002 running on a Windows 2000 Pro machine
behind a Cisco firewall. The website links to another
machine that opens a java script in another window. I can
make this work behind the firewall, but on the outside it
does not work. Any ideas. Thanks
 
-----Original Message-----
I have FP 2002 running on a Windows 2000 Pro machine
behind a Cisco firewall. The website links to another
machine that opens a java script in another window.
I can make this work behind the firewall, but on the
outside it does not work. Any ideas. Thanks

How are you linking to this second machine?

Two methods that should work are:
<a href="http://www.2ndmachine.com" target="_blank">
and
<script>
window.open("http://www.2ndmachine.com","_blank");
</script>

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Define "does not work." You wouldn't expect a doctor to diagnose your
illness over the phone by telling him that you "don't feel good," would you?
The more details you provide, the quicker and more likely your question is
to be accurately answered.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
My exact problem is. Box #1 has web page running. Box #2
different IP has java app I want to run by adding a
hyperlink to my website. I am behind a Cisco Firewall.
Java script works fine behind the firewall when I click on
the hyperlink, but on the outside I receive Page is not
responding.

Any suggestions will be happily received...

Ray
 
Just need a little bit more clarification:
My exact problem is. Box #1 has web page running. Box #2
different IP has java app I want to run by adding a

Java applet or JavaScript? And what exactly do you mean by "run by adding a
hyperlink?"
Java script works fine behind the firewall when I click on
the hyperlink, but on the outside I receive Page is not
responding.

What do you mean by "I receive Page is not responding?"

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top