REPOST POP-UP HELP!!!!

S

skc

Hi,

I have designed a website for a client
www.maslenmotors.com.

I have some problems with pop-up windows using JavaScript
Windows Launch. This seems to work on the home page of
the site (if you click on the special offer hotlink top
left).

However, when you go to the Showroom, search for a
vehicle, view vehicles and try to click one of the 4 form
buttons, they do not work on some machines. This page is
an ASP page which runs the FP2000 DRW off my Access2000 DB.

Please can someone look at the code...am I doing this
correctly as it only works on some machines. This has
nothing to do with pop-up blockers it is temperamental -
as I tested it on a new machine and it did not work!!!

Thanks,

skc
 
T

Thomas A. Rowe

SKC,

Very simple problem ...

You are using form input buttons without any <form></form> tags, you also
have 3 of the of the input buttons with the same name. On your home page you
are using an image (image map), so that why it should always work.

Very simple solution...

Either surround each button with a set of form tags or use images with a
standard hyperlink and not a onclick event. Your link code would be similar
to the following:

<a href="JavaScript:launchCenter('test_drive.htm', 'center', 440,
600);"><img src...

--

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

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

skc

Thomas,

Very well spotted!!!!!!!!!!!!!!!!!!!!

I will try this tonight and let you know tomorrow.

Skc

-----Original Message-----
SKC,

Very simple problem ...

You are using form input buttons without any
have 3 of the of the input buttons with the same name. On your home page you
are using an image (image map), so that why it should always work.

Very simple solution...

Either surround each button with a set of form tags or use images with a
standard hyperlink and not a onclick event. Your link code would be similar
to the following:

<a href="JavaScript:launchCenter
('test_drive.htm', 'center', 440,
 
S

skc

Thomas this still does not work!!

I put my buttons around <form> tags and a client still
tells me this does not work!!

Help!

See: www.maslenmotors.com

Furthermore, the animated image near the £/month when
clicked on by that same person brings no pop-ups!!

HELP!!

skc
 
T

Tom Pepper Willett

What browser, what O/S is your client using?
Do they have any scripting disabled?

It works fine for me. IE 6 SP1 on WinXP SP1
--
-----
Tom Pepper Willett
Microsoft MVP - FrontPage
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
----
Thomas this still does not work!!

I put my buttons around <form> tags and a client still
tells me this does not work!!

Help!

See: www.maslenmotors.com

Furthermore, the animated image near the £/month when
clicked on by that same person brings no pop-ups!!

HELP!!

skc
 
R

Ronx

Checked in NS4.04, 4.51, 7.?, Opera 6, ie6,
Your Home page popup works in all except NS4.xx (which renders your site
terribly)
The 4 buttons popup in all browsers except NS4.xx, but since they use the
same popup window, the help pages may be hidden by the main page unless the
popup is closed between uses. This can be overcome by adding
onload="window.focus()" to the body tag in the help pages.

Does your client use a popup blocker?

PS the winding road logo is broken showroom2.asp# in NS7. It seems that
part of it has been dug up by some Utility or other...
--
Ron

Reply only to group - all emails will be deleted unread.


Thomas this still does not work!!

I put my buttons around <form> tags and a client still
tells me this does not work!!

Help!

See: www.maslenmotors.com

Furthermore, the animated image near the £/month when
clicked on by that same person brings no pop-ups!!

HELP!!

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

Similar Threads

Javascript pop-up REPOST! 11
Buttons don't work!!!! 13
Issues 9
Sticking video buttons 5
Speed issue 9
Access backend database speed issues with DRW 20
Video buttons in DRW 4
custom SQL HELP!!! 9

Top