[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HTML Form Script?
From: |
Bob Proulx |
Subject: |
Re: HTML Form Script? |
Date: |
Tue, 28 Jul 2009 17:24:29 -0600 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
FlyingShoes12 wrote:
> I am writing a script to deal with form input. Most of it is done, but I
> can't seem to be able to tell the script to open an html page at the end -
> what the user will see when he clicks "send". What command should i use?
This really isn't a bash bug nor a bash question. Therefore it isn't
a good topic to discuss here in bug-bash. You would probably have
better luck asking in a web client venue. But I don't know of any
suggestions for one as I don't participate in any myself.
Also, you didn't say whether this was a CGI script or what. There is
an infinite number of possibilities. You need to give enough
information for people to help with your problem. As I read your
problem right now it isn't very well described and anything could be
happening.
By way of hint though if this is a CGI script then the script doesn't
open the next page. The script simply prints out the html that the
user will see next. Or the script print out a redirect to send the
browser to a different page.
Good luck!
Bob