473,804 Members | 3,674 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Form Action PUT not sending variables

I have a form
<td ID="but" width="20%" style="height: 30px; vertical-align: top ;">
<form class="frmform" name="close01" action="index.h tm"/>
<p style="text-align: center; margin-top: 0; margin-bottom: 0">
<button class="frmclose " onClick="retrea t() ;" name="closer"
style="height: 97%">Close</button>
</p>
</form>

<form class="frmform"
name="buttons"
target="_blank"
method="POST"
action="geodire ct.php"/>

<label class="frmlabel " for="addr"><br> Enter Address:</label><br>
<input class="frmaddr" name="addr" size="50"/></input><br>&nbsp ;<br>
<input type=submit class="frminput " onClick="return tohere() ;"
name="GoTo" value="and go TO Meeting"><br>&n bsp;<br>
<input type=submit class="frminput " onClick="return fromhere() ;"
name="GoFrom" value="or FROM Meeting"><br>&n bsp;<br>
<input type="hidden" name="startaddr ess" size="200" value="">
<input type="hidden" name="endaddres s" size="200" value="">
<input type="hidden" name="meetingad dress" size="200"
value="">
<input type="hidden" name="coordinat esline" size="20"
value="">
&nbsp;<br>
</form>
</td>

None of the variables are reaching geodirect.php

I am at lose on how to go about dealing with this -- may I have
suggestions

Jul 16 '07
17 1928
Rik
On Tue, 17 Jul 2007 15:25:02 +0200, ft310 <to*****@fullch annel.netwrote:
In all cases though, this discussion reach a new low real quick and I
am looking for other more civil avenues.
OK, hope you find your answer.

Regards,
--
Rik Wasmus
Jul 17 '07 #11

"ft310" <to*****@fullch annel.netwrote in message
news:11******** **************@ e9g2000prf.goog legroups.com...
On Jul 16, 9:41 pm, Rik <luiheidsgoe... @hotmail.comwro te:
>On Tue, 17 Jul 2007 00:30:29 +0200, ft310 <tooh...@fullch annel.net>
wrote:
On Jul 16, 6:18 pm, Rik <luiheidsgoe... @hotmail.comwro te:
On Tue, 17 Jul 2007 00:07:44 +0200, ft310 <tooh...@fullch annel.net>
wrote:
I have a form
<td ID="but" width="20%" style="height: 30px; vertical-align: top
;">
<form class="frmform" name="close01" action="index.h tm"/>
<p style="text-align: center; margin-top: 0;
margin-bottom: 0">
<button class="frmclose " onClick="retrea t() ;"
name="closer "
style="height: 97%">Close</button>
</p>
</form>
<form class="frmform"
name="buttons"
target="_blank"
method="POST"
action="geodire ct.php"/>
>Euhm, a self closing form tag? Try without the /
Rik, thanks -- that was definitely not necessary -- I took it out and
there was no change.

It was neccessary, it was invalid HTML. Now, if things still not work,
consider 2 options to further our search:

1. Use FireBug in Mozilla (or other javascript tools) to check the flow
after the onclick events.

2. If that doesn't work, put it up on a location reachable for us and
give
us the URL. I'm not in the habit of setting up other peoples webpages
myself to give them free advice about their problems. I'm glad to help
out, but make it easy for the people who are willing to spend time on
you.

--
Rik Wasmus

Rik, I appreciate your input and I think agree with you. I've had this
issue for some time now and was looking for an approach as everything
I could think of was yielding nothing.

Your remarks were constructive and necessary -- the /should not have
been there -- I had discredited it but one can never know.
If you don't know, then don't discredit.
>
In all cases though, this discussion reach a new low real quick and I
You mean like the nonsense you posted?
am looking for other more civil avenues
Happy trails.
..
>
I've been doing this for over 47 years; We all have baggage; I'm just
Doing what?
not in the mood to haul someone elses.
You might be more successful as a baggage handler. Web development is
clearly not your bag.
Jul 17 '07 #12
In comp.lang.javas cript message <46************ ***********@roa drunner.co
m>, Mon, 16 Jul 2007 18:56:03, David Mark <dm***@cinsoft. netposted:
>David, thank you very much for your valued insights into the current
state of software evolution.

Google posting--so easy a caveman can do it.
It would, however, be appreciated if you were to comply with FAQ section
2.3 para 6 (/inter alia/).

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v6.05 IE 6
news:comp.lang. javascript FAQ <URL:http://www.jibbering.c om/faq/index.html>.
<URL:http://www.merlyn.demo n.co.uk/js-index.htmjscr maths, dates, sources.
<URL:http://www.merlyn.demo n.co.uk/TP/BP/Delphi/jscr/&c, FAQ items, links.
Jul 17 '07 #13
[snip]
>
It would, however, be appreciated if you were to comply with FAQ section
2.3 para 6 (/inter alia/).
Like that? Sometimes I forget to snip. My sincerest apologies if this
offends your sensibilities.
<URL:http://www.merlyn.demo n.co.uk/js-index.htmjscr maths, dates,
sources.
It would be appreciated if you fixed this page. I don't care for the
opening JavaScript error in IE7 (among other things.)
<URL:http://www.merlyn.demo n.co.uk/TP/BP/Delphi/jscr/&c, FAQ items,
links.

Jul 17 '07 #14
In comp.lang.javas cript message <46************ ***********@roa drunner.co
m>, Tue, 17 Jul 2007 17:35:42, David Mark <dm***@cinsoft. netposted:
>
><URL:http://www.merlyn.demo n.co.uk/js-index.htmjscr maths, dates,
sources.

It would be appreciated if you fixed this page. I don't care for the
opening JavaScript error in IE7 (among other things.)
Interesting. I normally use IE6; IE7 is on another machine here.

IE6, Firefox 2.0.0.4, and Opera 9.21 all seem happy with the page.

IE7 does assert Line 378 Char 31 Invalid argument Code 0 but
line 378 and its neighbours are an innocent HTML paragraph.

I introduced an error on line 356, which *is* script, and its line
number was correctly given.

I removed it, and added extra blank lines at about line 369; line 378
was still reported as wrong.

It would be appreciated if you would fix IE7 !!!

What do others see when loading that page?

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v6.05 MIME.
Web <URL:http://www.merlyn.demo n.co.uk/- FAQish topics, acronyms, & links.
Proper <= 4-line sig. separator as above, a line exactly "-- " (SonOfRFC1036)
Do not Mail News to me. Before a reply, quote with ">" or "" (SonOfRFC1036)
Jul 18 '07 #15
Rik
On Wed, 18 Jul 2007 16:07:30 +0200, Dr J R Stockton
<jr*@merlyn.dem on.co.ukwrote:
In comp.lang.javas cript message <46************ ***********@roa drunner.co
m>, Tue, 17 Jul 2007 17:35:42, David Mark <dm***@cinsoft. netposted:
>>
>><URL:http://www.merlyn.demo n.co.uk/js-index.htmjscr maths, dates,
sources.

It would be appreciated if you fixed this page. I don't care for the
opening JavaScript error in IE7 (among other things.)
What do others see when loading that page?
Works OK, there is an error report in MSIE 7 indeed though.
The error is in the Cuffs() function, MSIE 7 reports it's in the HTML but
clearly it's the javascript file. It bugs on:

HREF = DLJ.href

On link no. 289 to be precise, where further processing is halted.

There, it appears there is the first 'news:*'-link encountered. Indeed, if
all are removed or alter into for instance 'news://', the error disappears.

--
Rik Wasmus
Jul 18 '07 #16
In comp.lang.javas cript message <op.tvobx4zsqnv 3q9@metallium>, Wed, 18 Jul
2007 20:50:18, Rik <lu************ @hotmail.compos ted:
>On Wed, 18 Jul 2007 16:07:30 +0200, Dr J R Stockton
<jr*@merlyn.de mon.co.ukwrote:
>In comp.lang.javas cript message <46************ ***********@roa drunner.co
m>, Tue, 17 Jul 2007 17:35:42, David Mark <dm***@cinsoft. netposted:
>>>
<URL:http://www.merlyn.demo n.co.uk/js-index.htmjscr maths, dates,
sources.

It would be appreciated if you fixed this page. I don't care for the
opening JavaScript error in IE7 (among other things.)
What do others see when loading that page?

Works OK, there is an error report in MSIE 7 indeed though.
The error is in the Cuffs() function, MSIE 7 reports it's in the HTML but
clearly it's the javascript file. It bugs on:

HREF = DLJ.href

On link no. 289 to be precise, where further processing is halted.

There, it appears there is the first 'news:*'-link encountered. Indeed,
if all are removed or alter into for instance 'news://', the error
disappears.

On my system, the form news://... does work, but the (notoriously
standards-compliant) newsreader gives an error warning "not a valid
newsgroup name".
The offending line in js-index.htm is Number 1103 :

1101 <li>IT :
1102 <a href="news:it.c omp.lang.javasc ript">it.comp.l ang.javascript</a:
1103 <a href="news:1g** *************** *************** @tiscaly.it">
1104 FAQ</aversione 0.9 - 06/11/2004. Also posted in the newsgroup

and it's the only line matching /news:\S*@/ on the site.

No doubt that's a form I wasn't really thinking of when writing Cuffs.

However, at present I can't see what to do about that statement (it would
be acceptable to do a loop continue there; but how to recognise the
need?).

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v6.05 MIME.
Web <URL:http://www.merlyn.demo n.co.uk/- FAQqish topics, acronyms & links;
Astro stuff via astron-1.htm, gravity0.htm ; quotings.htm, pascal.htm, etc.
No Encoding. Quotes before replies. Snip well. Write clearly. Don't Mail News.
Jul 18 '07 #17

"Rik" <lu************ @hotmail.comwro te in message
news:op.tvon8bu 6qnv3q9@metalli um...
>It should not matter AFAIK, but even assigning the DLJ.href to HREF gives
the error, very weird behaviour.
To say the least. I have to admit, I wouldn't have seen that coming either.
Just what is the type of that link's href property in IE7? My guess is
"unknown." That would mean that for some stupid reason that link is an
ActiveX object in IE7.

Just goes to show you have to test in everything. Especially new versions
of IE.
Jul 19 '07 #18

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

Similar topics

3
3335
by: Shaun Demellweek | last post by:
When you use a form to insert data into a MySQL database, how can you set it up so that the fields are not sent via the address bar. For example: page1.php ___________ <form action="page2.php"> <input type="text" value="whatever"> <input type="submit" value="Send">
3
29128
by: Steven K | last post by:
Hello, I am using an asp page (upload.asp) to gather information and to upload files to the web server using SoftArtisans SAUpload Tool. In the first page (upload.asp), I have a form for gathering info with the following: <form method="POST" action="upload_ok.asp" name="frmUpload" enctype="multipart/form-data"> <input type="hidden" name="cmdSearch" value="SearchValue"> <input type="hidden" name="cmdName" value="NameValue">
11
1813
by: r0adhog | last post by:
First off wanted to that all that replied to my previous questions, you were much help. Had a couple of general questions. Why has everyone suggested not using VB Script on the Client Side? Secondly, I have decided to do my validation on the processing page. If a field on the form does not meet the validation rules, I am able to redirect back to the sending page. How do I do this so that the sending
2
1462
by: John | last post by:
Hi all, After one of my user controls does either a server.transfer or response.redirect, the action method in a my resulting html form is being set and any request variables changed at the client are not being reflected upon posting. How can I get rid of this? Can I somehow programmtically clear the action method so by the time the html reaches the client, it's clear? Please help - quite urgent.
7
7000
by: h7qvnk7q001 | last post by:
I'm trying to implement a simple server-side form validation (No Javascript). If the user submits a form with errors, I want to redisplay the same form with the errors highlighted. Once the form is correct I need to submit to another page that uses the form data. I first tried making the form submit action= field point to the same file. When the form was correct, I tried loading the next page by using <META http-equiv refresh>. But...
4
2261
by: Cerebral Believer | last post by:
Hi I need help! Forgive me I am a PHP newbie. I have a small script that enables me to send a form from an HTML page. I want to use the HTML formatted form because the design of my website is complex, and I don't want to have to mess around with formatting a page using HTML within php. So basically the "action" of the HTML page sends the form to "ProcReg.php". This is the code: <?php /* Script name: ProcReg.php
0
1616
by: bp_jobemail | last post by:
I'm trying to use PHP to wrap the output of an HTML form before it goes into a precompiled C cgi script. Essentially, the company that I work for uses a purchased precompiled c program for their shopping cart. This C program stores order information, and when an order is processed and approved, records the transaction and sends a template email to the customer with an invoice describing their purchase. Since we're going to be selling a...
1
2195
by: Taras_96 | last post by:
Hi everyone, I've downloaded the PHP code at http://www.inventory-management.org/ and am currently in the process of trying to get the code up and running. I am running PHP version 5.1.6.6, so I needed to change the function named fputcsv to f_put_csv. However, when trying to login to the page (after setting up the database), I find that the $_POST array is empty?! I found this by putting the line var_dump($_POST) at the top of the...
7
3343
by: bleachie | last post by:
Hey, I just need some help, my form seems to not send me all of the 'guestNames' and 'guestEmails' forms. i use this function to add more guestnames and guestemail fields based on the number of guests added. form.php function createGuestNameAndEmailElements() {
0
9704
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10562
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10303
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10070
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7608
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6845
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5508
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4282
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2978
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.