opening new browser window works in preview but not in prod

  • Thread starter Thread starter Guest
  • Start date Start date
Not really seeing a problem, however if you want the content to be index in the search engine, then
do not load this content into a JavaScript generate popup window.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
If you are referring to the pop-ups used for privacy and terms, the
page /http://newlinerealty.com/newconstruction/popups/privacy.htm does
an instant redirect to your home page, as does .../popups/terms.htm,
which may be the result of a 404 error. Check the path for the popup
folder and pages in the JavaScript functions

FYI - you are not using the pop-up behaviour to open these windows,
just regular JavaScript functions open_window1() and open_window2()
 
Path error to the popups scripts
Home page uses "../popups/privacy.htm" and "../popups/terms.htm"," which would be 1 folder level above the root - not possible
Plus the 2 files don't appear to exist as even at a correct lower level folder the page is redirected to the home page from both
links (redirect seems to be default for page not found)

--




| If you are referring to the pop-ups used for privacy and terms, the
| page /http://newlinerealty.com/newconstruction/popups/privacy.htm does
| an instant redirect to your home page, as does .../popups/terms.htm,
| which may be the result of a 404 error. Check the path for the popup
| folder and pages in the JavaScript functions
|
| FYI - you are not using the pop-up behaviour to open these windows,
| just regular JavaScript functions open_window1() and open_window2()
| --
| Ron Symonds
| Microsoft MVP (FrontPage)
| Reply only to group - emails will be deleted unread.
|
| | >i used behaviors / open new browser window which works fine using
| >preview -
| > in production it shows my index page in the new window.
| >
| > http://newlinerealty.com/newconstruction/farmhollow/fh_main.htm -
| > inclusions button.
| >
| > help!??? thank you in advance!
|
|
 
thank you all for responding. my issue was not with the privacy and terms
links but with the 'inclusions' link. your responses did help me find a fix
though. the inclusions link was part of an 'included page' - once i created
a link within the actual page the browser window displayed the correct info
instead of the index page. so i guess it had to do with paths. thanks
again.
dutchinny
 
Back
Top