Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > non-working forms

Reply
Thread Tools

non-working forms

 
 
yawnmoth
Guest
Posts: n/a
 
      11-13-2004
the form on a webpage of mine isn't working as it should. namelly,
the form to submit data only works in IE. it doesn't work in firefox
or opera. and i can't figure out why:

http://www.frostjedi.com/terra/scripts/proxy.php

i can't click in the "input=text" area, nor can i click on the detect
button.

any help would be greatly appreciated - thanks!
 
Reply With Quote
 
 
 
 
David Dorward
Guest
Posts: n/a
 
      11-13-2004
yawnmoth wrote:

> the form on a webpage of mine isn't working as it should. namelly,
> the form to submit data only works in IE. it doesn't work in firefox
> or opera.


You've positioned a div called "fjlogo" on top of it.
http://www.brownhen.com/DI.html

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
 
Reply With Quote
 
 
 
 
brucie
Guest
Posts: n/a
 
      11-13-2004
In alt.html yawnmoth said:

> http://www.frostjedi.com/terra/scripts/proxy.php


http://validator.w3.org/check?uri=ht...ipts/proxy.php

http://jigsaw.w3.org/css-validator/v...1&profile=css2

the fist step is always to fix your errors so you can know if its a
problem with your markup or a problem with the browser. if you don't fix
the errors you're just bumbling around without any idea what may be the
cause of the problem or the solution.


--
the facts and opinions expressed by brucies
l i t t l e v o i c e s
are not necessarily the same as those held by brucie.
 
Reply With Quote
 
SpaceGirl
Guest
Posts: n/a
 
      11-13-2004
yawnmoth wrote:
> the form on a webpage of mine isn't working as it should. namelly,
> the form to submit data only works in IE. it doesn't work in firefox
> or opera. and i can't figure out why:
>
> http://www.frostjedi.com/terra/scripts/proxy.php
>
> i can't click in the "input=text" area, nor can i click on the detect
> button.
>
> any help would be greatly appreciated - thanks!


If you use the TAB key the jump around objects on the page you *can*
select the field and edit it. But cuz there's a layer over the top of
it, it's impossible to use the mouse to click. Remove (or move, or
reorder) the layer (div) that is blocking the mouse input.


--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #
 
Reply With Quote
 
yawnmoth
Guest
Posts: n/a
 
      11-13-2004
On Sat, 13 Nov 2004 18:31:29 +1000, brucie <****@usenetshit.info>
wrote:

>In alt.html yawnmoth said:
>
>> http://www.frostjedi.com/terra/scripts/proxy.php

>
>http://validator.w3.org/check?uri=ht...ipts/proxy.php
>
>http://jigsaw.w3.org/css-validator/v...1&profile=css2
>
>the fist step is always to fix your errors so you can know if its a
>problem with your markup or a problem with the browser. if you don't fix
>the errors you're just bumbling around without any idea what may be the
>cause of the problem or the solution.


the reason why it doesn't validate with the xhtml validator is because
i use sessions. i guess they're automatically appended to the url's
in the code, however, the html code that *i* wrote (not the html code
that results as a result of the fact that i use sessions) validates
just fine.

if you have any ideas how to fix the session problem, i'd love to hear
'em.

as far as the css errors are concerned...

those errors result because i use css attributes that only IE uses.
ie. i *cannot* change the color of the scroll bar and have css that
validates.
 
Reply With Quote
 
Kris
Guest
Posts: n/a
 
      11-13-2004
In article <>,
yawnmoth <> wrote:

> as far as the css errors are concerned...
>
> those errors result because i use css attributes that only IE uses.
> ie. i *cannot* change the color of the scroll bar and have css that
> validates.


Why would you change the color of *my* scrollbars?

--
Kris
<> (nl)
 
Reply With Quote
 
David Dorward
Guest
Posts: n/a
 
      11-13-2004
yawnmoth wrote:

> the reason why it doesn't validate with the xhtml validator is because
> i use sessions. i guess they're automatically appended to the url's
> in the code, however, the html code that *i* wrote (not the html code
> that results as a result of the fact that i use sessions) validates
> just fine.


The HTML you wrote is not important. The HTML that is is the HTML that the
client recieves. (And PHP can be configured to output valid HTML for
sessions, it tells you how in the sessaions section of the PHP manual, its
just configured to be invalid by default - which says a lot about the
design of the language in general)

> ie. i *cannot* change the color of the scroll bar and have css that
> validates.


Why don't you want my scrollbar to look like the scrollbars on all my other
windows?

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
 
Reply With Quote
 
yawnmoth
Guest
Posts: n/a
 
      11-13-2004
On Sat, 13 Nov 2004 07:41:51 +0000, David Dorward <>
wrote:

>yawnmoth wrote:
>
>> the form on a webpage of mine isn't working as it should. namelly,
>> the form to submit data only works in IE. it doesn't work in firefox
>> or opera.

>
>You've positioned a div called "fjlogo" on top of it.
>http://www.brownhen.com/DI.html


that was the problem! thanks to both you and SpaceGirl!
 
Reply With Quote
 
Toby Inkster
Guest
Posts: n/a
 
      11-13-2004
yawnmoth wrote:

> if you have any ideas how to fix the session problem, i'd love to hear
> 'em.


Google: arg_separator.output

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

 
Reply With Quote
 
brucie
Guest
Posts: n/a
 
      11-13-2004
In alt.html yawnmoth said:

> the reason why it doesn't validate with the xhtml validator is because
> i use sessions.


ini_set("arg_separator.output", "&amp;");

> ie. i *cannot* change the color of the scroll bar and have css that
> validates.


it is *MY* GUI and it already has the colors *I* like.


--
the facts and opinions expressed by brucies
l i t t l e v o i c e s
are not necessarily the same as those held by brucie.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
forms authentication -- expired forms cookie vs. not provided forms cookie Eric ASP .Net Security 2 01-27-2006 10:09 PM
embedded windows forms into web forms for control =?Utf-8?B?ZGF2aWQ=?= ASP .Net 2 04-10-2005 01:07 PM
Creating ASP.NET forms, that act like HTML forms jlopes151 ASP .Net 2 03-14-2005 01:01 AM
Forms Authentication question: How to have some pages open and some requiring forms authentication Eric ASP .Net 2 02-13-2004 02:14 PM
Web Forms VS Windows Forms Brendan Miller ASP .Net 2 08-11-2003 09:05 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57