473,396 Members | 1,847 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,396 software developers and data experts.

Posting form results to new and separate page

Hi All

I know I may sound like an IE waif, but I am trying to get my web sites to
be more compatible especially with browsers such as Netscape, Safari,
Mozilla, etc.

In a nutshell, could somebody please post me an example of how I can force a
form submit to post form data to a new/separate window rather than the
original window it is in. The added difficulty with this is that with same
submit I need to open this new window first, point it to a specific URL page
and then populate this page with the form data.

In IE I can do this without a problem, but in Safari and the like the form
data somehow gets lost and doesn't hit the new page.

Your help would really be appreciated.

Rgds

Robbie

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Jul 20 '05 #1
7 2749
On Thu, 16 Sep 2004 14:34:20 +0100, Astra wrote:
In a nutshell, could somebody please post me an example of how I can force a
form submit to post form data to a new/separate window rather than the
original window it is in. The added difficulty with this is that with same
submit I need to open this new window first, point it to a specific URL page
and then populate this page with the form data.


...what are the other 5 impossible things
you want to achieve before breakfast?

Are you aware of the entire 'pop-up' thing?

Users hate them and not only browser mfrs.
but many, many plug-ins give the user exactly
what they want ..NO POP-UPS.

When you say 'it works in IE', for instance,
I must presume that you have not installed
the latest service pack?

Unless you wish to be fighting this app. all
the way to it's grave, I suggest you redesign
it for a single window.

[ F'Ups set to c.i.w.a.s. ]

--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.lensescapes.com/ Images that escape the mundane
Jul 20 '05 #2
"Astra" <in**@NoEmail.com> wrote:
Hi All

I know I may sound like an IE waif, but I am trying to get my web sites to
be more compatible especially with browsers such as Netscape, Safari,
Mozilla, etc.

In a nutshell, could somebody please post me an example of how I can force a
form submit to post form data to a new/separate window rather than the
original window it is in. The added difficulty with this is that with same
submit I need to open this new window first, point it to a specific URL page
and then populate this page with the form data.


My server doesn't recognize comp.infosystems.www.authoring--does it
exist? And your question has nothing to do with stylesheets.

--
Harlan Messinger
Remove the first dot from my e-mail address.
Veuillez ôter le premier point de mon adresse de courriel.
Jul 20 '05 #3
Harlan Messinger said the following on 17/09/2004 05:29:
"Astra" <in**@NoEmail.com> wrote:

Hi All

I know I may sound like an IE waif, but I am trying to get my web sites to
be more compatible especially with browsers such as Netscape, Safari,
Mozilla, etc.

In a nutshell, could somebody please post me an example of how I can force a
form submit to post form data to a new/separate window rather than the
original window it is in. The added difficulty with this is that with same
submit I need to open this new window first, point it to a specific URL page
and then populate this page with the form data.

My server doesn't recognize comp.infosystems.www.authoring--does it
exist? And your question has nothing to do with stylesheets.


Yes, it exists, but it is very low volume.
http://groups.google.co.uk/groups?hl....www.authoring

(http://tinyurl.com/4yub6)

--
Regards
Harrie
Jul 20 '05 #4
Harrie said the following on 17/09/2004 18:28:
Yes, it exists, but it is very low volume.

http://groups.google.co.uk/groups?hl....www.authoring

(http://tinyurl.com/4yub6)


Please accept my appology for not trimming the previous post.

--
Regards
Harrie
Jul 20 '05 #5
Andrew Thompson said the following on 16/09/2004 16:43:
On Thu, 16 Sep 2004 14:34:20 +0100, Astra wrote:
In a nutshell, could somebody please post me an example of how I can force a
form submit to post form data to a new/separate window rather than the
You could misuse 'target="_top"' for that, but like Andrew said, users
hate it.
original window it is in. The added difficulty with this is that with same
submit I need to open this new window first, point it to a specific URL page
and then populate this page with the form data.

I don't know what you mean.

<snip> Are you aware of the entire 'pop-up' thing?

Users hate them and not only browser mfrs.
but many, many plug-ins give the user exactly
what they want ..NO POP-UPS.
And no new windows aswell. As an example, there are different browser
users which enjoy "tabbed" browsing, and those users (unless explicitely
overruled in their browser config) are really irritated when new windows
open. Let them choose themselves.

<snip> [ F'Ups set to c.i.w.a.s. ]


Maybe c.i.w.a.h or c.i.w.a.site-design is better?

--
Regards
Harrie
Jul 20 '05 #6
On Fri, 17 Sep 2004 18:41:28 +0200, Harrie wrote:
Andrew Thompson said the following on 16/09/2004 16:43:
On Thu, 16 Sep 2004 14:34:20 +0100, Astra wrote:
In a nutshell, could somebody please post me an example of how I can force a
form submit to post form data to a new/separate window rather than the


You could misuse 'target="_top"' for that, ..


...it is actually target='_blank'. If a window
is in a frame, _top will cause the target URL
to replace all the frames, whereas it should
make no difference in an unframed page.

To Harrie. Yes, I realise you were thinking of
_blank when you typed that, but I thought I should
clarify for the OP

To the OP. Don't do that either. (slaps self)
I *recommend* you do not do that either.
It would only be slightly more reliable*
than the JS equivalent.

* That is, completely not. The days of
pop-ups are numbered.

--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.lensescapes.com/ Images that escape the mundane
Jul 20 '05 #7
Andrew Thompson said the following on 17/09/2004 19:59:

[snip]
To Harrie. Yes, I realise you were thinking of
_blank when you typed that, but I thought I should
clarify for the OP


No problem, thanks for rectifying.

--
Regards
Harrie
Jul 20 '05 #8

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

Similar topics

0
by: Terence Parker | last post by:
I am trying to connect an e-commerce system to a payment gateway (located in Hong Kong). The gateway takes values in the form of a simple form submit - however, the results (i.e. authorisation...
8
by: Simon | last post by:
Hey folks, I need some of your expertiese again. I am creating a survey form and need some help gathering the results of a question that has checkboxes. There are four options for one of the...
6
by: anon | last post by:
Post Forwarding question...... For this control below, <asp:Button runat="server" PostTargetUrl="page2.aspx" /> The Attribute: PostTargetUrl="page2.aspx" Is this PostTargetUrl Attribute...
2
by: Astra | last post by:
Hi All I know I may sound like an IE waif, but I am trying to get my web sites to be more compatible especially with browsers such as Netscape, Safari, Mozilla, etc. In a nutshell, could...
3
by: Peter Afonin | last post by:
Hello, I'm posting the data to another page and reading the results. I'm doing it approximately as described here: http://authors.aspalliance.com/stevesmith/articles/netscrape2.asp It works...
2
by: Esa | last post by:
Hi, I'm having problems with one strange web system where submitting an application and making queries about its handling status require a series of form submits and response parsing - all in...
44
by: Bruce Wood | last post by:
This subject has come up several times in this group over the last year. Several people in this group seem to feel strongly about this topic. Rather than derail other threads with this discussion,...
9
by: mosscliffe | last post by:
I am struggling to find a python example of the scenario - I have. I have a python script, which generates a page with a search button (actually an input field). The data from the above...
1
by: hotrod57 | last post by:
I am trying to append the results from a form to a text file. My code is supposed to print out the results on one page, and append the results to another page each time data is entered on the form...
1
by: gnawz | last post by:
Hi guys, I have a couple of php files that perform various tasks. I will use fields in my system and provide code as well I need help as follows: My database contains the fields Category...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.