"floortje" <floortje->
wrote:
> Hi, I got a question.
Have you got a URL? Telling it would be more useful than saying the
obvious, especially since you've been spending your time in puking on
your From field to prevent us from even guess your site's URL.
> Im using a form on the page
> index.php?do=blaat
What "page" is that?
> <form name="imaniceform" method="post" action="">
Thats valid but incorrect markup. The action attribute takes a URL
value, and an empty string is not a URL.
> Now when I push the send button I get directed to
> index.php?do=blaat again wich is great for me.
Why don't you just use action="index.php" and include the field
<input type="hidden" name="do" value="blaat">?
> The question that i have is if I can rely on this
> - in internet explorer 5 and higher
> - in most standard browsers (ie mozilla netscape etc,
You are using incorrect markup, so the odds are against you. Not very
much in practice, but why would you do things the wrong way when
there's a simple way of doing them right? There might be something that
you not telling us, and maybe the URL would have revealed your not-so-
obvious reason for doing things the way you do.
> I dont care bout lynx etc)
Saying so is the usual way of telling that you have no idea of what
Lynx is, and not a good picture of the World Wide Web either.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring:
http://www.cs.tut.fi/~jkorpela/www.html