Javascript pop-up REPOST!

S

skc

I still cannot launch a JavaScript pop-up window on
www.maslenmotors.com (click Showroom, search for a
vehicle, then click the options for Large Pic..etc..) from
a client machine. This machine does not run any pop-up
blockers and can launch images from a pop-up on a sister
site (click the pictures for a large image) on
www.maslenmotors.co.uk

What am I doing wrong?????

skc
 
S

Stefan B Rusynko

Popup works fine for me

FYI change your popup links from empty anchors
<a href="#"> to JavaScript voids: <a href="JavaScript:void();">
Better still move your onclick event to the link instead of the image
- that way it will work as a normal link for users w/o JavaScript or w/ popup blockers

<a href="" target="_blank" onClick="launchCenter('buy.htm', 'center',550, 600);return false;">
<img border="0" src="images/ani_buy2.gif" width="158" height="98"></a>
--




| I still cannot launch a JavaScript pop-up window on
| www.maslenmotors.com (click Showroom, search for a
| vehicle, then click the options for Large Pic..etc..) from
| a client machine. This machine does not run any pop-up
| blockers and can launch images from a pop-up on a sister
| site (click the pictures for a large image) on
| www.maslenmotors.co.uk
|
| What am I doing wrong?????
|
| skc
 
S

skc

The large pics and the other link options at
maslenmotors.com do not work on two machines.

I agree to say that they are working, but not on these
machines.

I just want someone to tell me whether the scripts are
correct and what to do to troubleshoot this problem on the
two machines?

One is a WIndows 2000 Pro IE6 and the other XP Pro IE6.0

Skc


-----Original Message-----
Popup works fine for me

FYI change your popup links from empty anchors
<a href="#"> to JavaScript voids: <a href="JavaScript:void ();">
Better still move your onclick event to the link instead of the image
- that way it will work as a normal link for users w/o
JavaScript or w/ popup blockers
<a href="" target="_blank" onClick="launchCenter
('buy.htm', 'center',550, 600);return false;">
<img border="0" src="images/ani_buy2.gif" width="158"
height="98"> said:
message news:[email protected]...
 
B

Bob Lehmann

If they weren't correct, I don't think they would work on any machine.

Bob Lehmann
 
S

Stefan B Rusynko

I was referring to popup on your home page

In showroom I was able to get your please_wait.asp popup for a second and then the results,
and also the help popups
- recommend changing your script links per my prior post

Be more specific on what conditions don't work if that's not what you are asking about

--




| The large pics and the other link options at
| maslenmotors.com do not work on two machines.
|
| I agree to say that they are working, but not on these
| machines.
|
| I just want someone to tell me whether the scripts are
| correct and what to do to troubleshoot this problem on the
| two machines?
|
| One is a WIndows 2000 Pro IE6 and the other XP Pro IE6.0
|
| Skc
|
|
|
| >-----Original Message-----
| >Popup works fine for me
| >
| >FYI change your popup links from empty anchors
| ><a href="#"> to JavaScript voids: <a href="JavaScript:void
| ();">
| >Better still move your onclick event to the link instead
| of the image
| >- that way it will work as a normal link for users w/o
| JavaScript or w/ popup blockers
| >
| ><a href="" target="_blank" onClick="launchCenter
| ('buy.htm', 'center',550, 600);return false;">
| ><img border="0" src="images/ani_buy2.gif" width="158"
| height="98"></a>
| >--
| >
| >_____________________________________________
| >SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| >"Warning - Using the F1 Key will not break anything!" (-;
| >To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >_____________________________________________
| >
| >
| message | >| I still cannot launch a JavaScript pop-up window on
| >| www.maslenmotors.com (click Showroom, search for a
| >| vehicle, then click the options for Large Pic..etc..)
| from
| >| a client machine. This machine does not run any pop-up
| >| blockers and can launch images from a pop-up on a sister
| >| site (click the pictures for a large image) on
| >| www.maslenmotors.co.uk
| >|
| >| What am I doing wrong?????
| >|
| >| skc
| >
| >
| >.
| >
 
J

Jack Brewster

Are you sure there aren't any blockers? How about the Google Toolbar? I
use that and it blocked your "processing" message because it wasn't
requested by me, however the picture links did work.

Once I enabled all popups for the domain, I saw the processing message in
addition to the photo popups.
 
T

Thomas A. Rowe

On your actual pages that load in your popup, you have a lot of JavaScript
coding that is not needed, this may be an issue, since I was not able to
view them in NS3.04 or NS4.08, only IE6 and NS6.21.

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
S

skc

I am positive that the user has no blockers from Google
etc...

The user can view pop-ups from another website I created
(www.pennbrothers.com > click showroom > click the "View
Large Picture" button for a car). I was quite surprised
that this works but his links do not work
(maslenmotors.com I mean!).

What have I done wrong???

skc
 
S

skc

Bob,

You may be surprised - but I have made various other
websites with these pop-up windows (see
www.pennbrothers.com > click showroom, search for a car
then click the "View Large Image" button against a car) -
this seems to be working on this PC!!!

Why doesn't my links on maslenmotors.com work??? Have I
done something wrong??

skc
-----Original Message-----
If they weren't correct, I don't think they would work on any machine.

Bob Lehmann

The large pics and the other link options at
maslenmotors.com do not work on two machines.

I agree to say that they are working, but not on these
machines.

I just want someone to tell me whether the scripts are
correct and what to do to troubleshoot this problem on the
two machines?

One is a WIndows 2000 Pro IE6 and the other XP Pro IE6.0

Skc


-----Original Message-----
Popup works fine for me

FYI change your popup links from empty anchors
<a href="#"> to JavaScript voids: <a
href="JavaScript:void
();">
Better still move your onclick event to the link
instead
of the image
- that way it will work as a normal link for users w/o
JavaScript or w/ popup blockers
<a href="" target="_blank" onClick="launchCenter
('buy.htm', 'center',550, 600);return false;">
<img border="0" src="images/ani_buy2.gif" width="158"
height="98"> said:
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"skc" <[email protected]> wrote in
message news:[email protected]...
| I still cannot launch a JavaScript pop-up window on
| www.maslenmotors.com (click Showroom, search for a
| vehicle, then click the options for Large Pic..etc..) from
| a client machine. This machine does not run any pop- up
| blockers and can launch images from a pop-up on a sister
| site (click the pictures for a large image) on
| www.maslenmotors.co.uk
|
| What am I doing wrong?????
|
| skc


.


.
 
S

skc

Mike,

I have been blowing my brains out - I have checked
everything - what do you suggest??

skc
-----Original Message-----
Check the browser settings.
--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
Our latest products "At Your Command" and IncludeASP
http://www.websunlimited.com/order/Product/AYC/ayc.htm
http://www.websunlimited.com/order/product/includeASP/incl udeASP.htm
----------------------------------------------------------
------------------
--------------------
If you think I'm doing a good job, let MS know at (e-mail address removed)

The large pics and the other link options at
maslenmotors.com do not work on two machines.

I agree to say that they are working, but not on these
machines.

I just want someone to tell me whether the scripts are
correct and what to do to troubleshoot this problem on the
two machines?

One is a WIndows 2000 Pro IE6 and the other XP Pro IE6.0

Skc


-----Original Message-----
Popup works fine for me

FYI change your popup links from empty anchors
<a href="#"> to JavaScript voids: <a
href="JavaScript:void
();">
Better still move your onclick event to the link
instead
of the image
- that way it will work as a normal link for users w/o
JavaScript or w/ popup blockers
<a href="" target="_blank" onClick="launchCenter
('buy.htm', 'center',550, 600);return false;">
<img border="0" src="images/ani_buy2.gif" width="158"
height="98"> said:
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"skc" <[email protected]> wrote in
message news:[email protected]...
| I still cannot launch a JavaScript pop-up window on
| www.maslenmotors.com (click Showroom, search for a
| vehicle, then click the options for Large Pic..etc..) from
| a client machine. This machine does not run any pop- up
| blockers and can launch images from a pop-up on a sister
| site (click the pictures for a large image) on
| www.maslenmotors.co.uk
|
| What am I doing wrong?????
|
| skc


.


.
 
S

skc

i will try getting rid of some of the redundant JScript.
-----Original Message-----
On your actual pages that load in your popup, you have a lot of JavaScript
coding that is not needed, this may be an issue, since I was not able to
view them in NS3.04 or NS4.08, only IE6 and NS6.21.

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

The large pics and the other link options at
maslenmotors.com do not work on two machines.

I agree to say that they are working, but not on these
machines.

I just want someone to tell me whether the scripts are
correct and what to do to troubleshoot this problem on the
two machines?

One is a WIndows 2000 Pro IE6 and the other XP Pro IE6.0

Skc


-----Original Message-----
Popup works fine for me

FYI change your popup links from empty anchors
<a href="#"> to JavaScript voids: <a
href="JavaScript:void
();">
Better still move your onclick event to the link
instead
of the image
- that way it will work as a normal link for users w/o
JavaScript or w/ popup blockers
<a href="" target="_blank" onClick="launchCenter
('buy.htm', 'center',550, 600);return false;">
<img border="0" src="images/ani_buy2.gif" width="158"
height="98"> said:
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"skc" <[email protected]> wrote in
message news:[email protected]...
| I still cannot launch a JavaScript pop-up window on
| www.maslenmotors.com (click Showroom, search for a
| vehicle, then click the options for Large Pic..etc..) from
| a client machine. This machine does not run any pop- up
| blockers and can launch images from a pop-up on a sister
| site (click the pictures for a large image) on
| www.maslenmotors.co.uk
|
| What am I doing wrong?????
|
| skc


.


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top