Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

image-based form generation?

 
   Database Help (Home) -> PHP RSS
Next:  Problems with PHP/IMAP  
Author Message
maddunr

External


Since: Dec 08, 2004
Posts: 1



(Msg. 1) Posted: Thu Feb 17, 2005 10:05 am
Post subject: image-based form generation?
Archived from groups: comp>lang>php (more info?)

Hello,

Here's the scenario: The first half of the page is a clickable map
(preferably with rollovers). The second half of the page is a set of
data loaded depending on where you click on the map. It's basically a
different version of "locate our store" you see on many websites.

Here's the problem: I have no idea how to go about doing this Smile

Can anyone pls show me some direction? or point me to some place where
this has already been done?

TIA,

- V

 >> Stay informed about: image-based form generation? 
Back to top
Login to vote
user1829

External


Since: Dec 07, 2004
Posts: 2



(Msg. 2) Posted: Thu Feb 17, 2005 1:40 pm
Post subject: Re: image-based form generation? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

wrote:
 > Hello,
 >
 > Here's the scenario: The first half of the page is a clickable map
 > (preferably with rollovers). The second half of the page is a set of
 > data loaded depending on where you click on the map. It's basically a
 > different version of "locate our store" you see on many websites.
 >
 > Here's the problem: I have no idea how to go about doing this Smile
 >
 > Can anyone pls show me some direction? or point me to some place where
 > this has already been done?

Search for <input type="image" /> in the HTML docs
(http://www.w3.org/TR/html4)

You get the (x, y) coordinates of the mouse click.

 >
 > TIA,
 >
 > - V
 >

 >> Stay informed about: image-based form generation? 
Back to top
Login to vote
laurence

External


Since: Feb 18, 2005
Posts: 2



(Msg. 3) Posted: Fri Feb 18, 2005 4:40 am
Post subject: Re: image-based form generation? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

wrote in message

 > Hello,
 >
 > Here's the scenario: The first half of the page is a clickable map
 > (preferably with rollovers). The second half of the page is a set of
 > data loaded depending on where you click on the map. It's basically a
 > different version of "locate our store" you see on many websites.
 >
 > Here's the problem: I have no idea how to go about doing this Smile

Doing what? You have not defined any particular problem.

Image map (ie with defined areas) obviates any need to get coords (see prev.
answer).

As for displaying result - millions of possibilities.
a. Regenerate whole page with results below.
b. Separate frame (or iframe) for results below.
c. Hell, what about an image below, generated by php.
d. Anything at all that you can imagine.
....

Laurence
 >
 > Can anyone pls show me some direction? or point me to some place where
 > this has already been done?
 >
 > TIA,
 >
 > - V
 >
 >> Stay informed about: image-based form generation? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
A tool for form generation based on a mysql table. - I'm looking for a tool that auto generates forms based on a mysql table. I need an interface that will allow: 1. picking a list of columns from the table (so a form that inputs only part of the table's columns is possible to generate). 2. picking a set o...

How do I get the image height width when generating image .. - Hi, Is it possible to obtain the width/ height of an image when that image is dyanically created using a PHP script and passing GET attributes. For example: <img src="images/showImage.php?image_id=5" /> My images are created from image...

pdf generation via php - Friends. I am doing a billing application for a shop. There, the bills should be generated as pdf for printing. The users inputs the data via forms and data is stored in MySQL table. I dont want to complie pdflib. is there any html2pdf app is there?....

Random Map Generation - I'm wanting to write a browser based wargame and am going to use PHP to it. The game requires a big map and I want to generate this randomly as it will be a lot of work to do it manually. My first prototype for doing this doesn't give good results, the...

PDF generation library - Hello I'm seeking for a PDF generation library for PHP5. Can anybody point me to a good solution? What about: - fpdf - cpdfwriter - ezpdf Are these libraries stable and good to use? I need something not-too-rich, but stable and preferrably..
   Database Help (Home) -> PHP All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]