473,386 Members | 1,753 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

ASP to APS Net Article Peter Bromberg Netscape? Opera?

ASP to APS Net Article Peter Bromberg Netscape?

http://www.eggheadcafe.com/articles/20021207.asp

Does this procedure work with Netscape browser?

I have implemented this process and it works great for the Internet
Explorer, but doesn't work for Netscape? Is there some setting I need to
make this work with Netscape? Change a netscape setting?
Thanks,

Rog
Nov 18 '05 #1
3 989
And the problem you have is ? No apparent error but doesn't work ?

Patrice

"Davisro" <NA> a écrit dans le message de
news:%2****************@TK2MSFTNGP09.phx.gbl...
ASP to APS Net Article Peter Bromberg Netscape?

http://www.eggheadcafe.com/articles/20021207.asp

Does this procedure work with Netscape browser?

I have implemented this process and it works great for the Internet
Explorer, but doesn't work for Netscape? Is there some setting I need to
make this work with Netscape? Change a netscape setting?
Thanks,

Rog

Nov 18 '05 #2
Sorry...

Error is it stops and doesn't post the destination page. I just get a blank
page.

I am assuming it is the "In between page" with hidden input boxes and no
submit is being executed automatically.

Don't know why. In internet explorer it continues to the destination page
"Patrice" <no****@nowhere.com> wrote in message
news:uH**************@TK2MSFTNGP09.phx.gbl...
And the problem you have is ? No apparent error but doesn't work ?

Patrice

"Davisro" <NA> a écrit dans le message de
news:%2****************@TK2MSFTNGP09.phx.gbl...
ASP to APS Net Article Peter Bromberg Netscape?

http://www.eggheadcafe.com/articles/20021207.asp

Does this procedure work with Netscape browser?

I have implemented this process and it works great for the Internet Explorer, but doesn't work for Netscape? Is there some setting I need to make this work with Netscape? Change a netscape setting?
Thanks,

Rog


Nov 18 '05 #3
the sample code is not valid html and would not pass any validation test.

1) attribute values are supposed to be quoted:

2) forms are not window objects, so the full object path should be specified

<script>document.forms['t'].submit();</script>

or

<script>document.t.submit();</script>

-- bruce (sqlwork.com)

"Davisro" <NA> wrote in message
news:#H**************@TK2MSFTNGP09.phx.gbl...
ASP to APS Net Article Peter Bromberg Netscape?

http://www.eggheadcafe.com/articles/20021207.asp

Does this procedure work with Netscape browser?

I have implemented this process and it works great for the Internet
Explorer, but doesn't work for Netscape? Is there some setting I need to
make this work with Netscape? Change a netscape setting?
Thanks,

Rog

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Dom | last post by:
Hi, I am trying to get a dynamic table going. You click a button to add a row. In the newly created row a button to delete the row is placed (try the code example below). In Netscape, pressing...
26
by: Roger Desparois | last post by:
Hi, I need help : I found the simplest and most precise way to open and close submenu layers. it works perfectly with IE, but for some odd reason NS won't recognize it. Can anyone tell me why...
1
by: Davisro | last post by:
I am new at this and am ablet to get the sameples to work properly with Internet explorer, but cannot get it to work properly with Netscape or Opera. It sits at the screen with all the form...
7
by: Joe | last post by:
I've been playing around with atlas for hte past couple days and its very impressive. However the standard browser here is Netscape, specifically: Netscape 7.02 Mozilla/5.0 (Windows; U; Windows NT...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.