473,748 Members | 2,227 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Select items and write a txt file

I don't if that's possible... that's why I ask.
In my homepage www.coaster.ch I show photos from beercoasters with
their respective codes.
At present, those who want to exchange with me, have to write the codes
in a mail. I want to make it possible that other collectors can select
the coasters (by clicking on it, for example) and something like a txt
file with the codes of the selected coasters will be generated and then
sent to me... as attachment to a form, for example... I don't know..
perhaps I'm quite wrong... perhaps there is an easiest way... any
advice and idea will be welcomed.
Thanks. Bettina

Sep 8 '05 #1
6 1546

<be*****@coaste r.ch> wrote in message
news:11******** **************@ g44g2000cwa.goo glegroups.com.. .
I don't if that's possible... that's why I ask.
In my homepage www.coaster.ch I show photos from beercoasters with
their respective codes.
At present, those who want to exchange with me, have to write the codes
in a mail. I want to make it possible that other collectors can select
the coasters (by clicking on it, for example) and something like a txt
file with the codes of the selected coasters will be generated and then
sent to me... as attachment to a form, for example... I don't know..
perhaps I'm quite wrong... perhaps there is an easiest way... any
advice and idea will be welcomed.
Thanks. Bettina
you need a botton next to each item that emails you, it is possible to have
the code set up as the email subject.

Sep 8 '05 #2
But that means that for each seleted item I would have a mail?

Sep 8 '05 #3

<be*****@coaste r.ch> wrote in message
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
But that means that for each seleted item I would have a mail?


is that not what you want.

In that case you need a form and when they click on the item the form is
completed for them, when they have finshed selecting they can send. A bit
like how a shopping baskets works.
Sep 8 '05 #4
I've thought that with a form would be possible, but is there a way to
do that the coaster will be selected just by clicking on it? I mean, I
cannot use a check-box or something like that? You see, I show the
coasters on after the other without cells, so I cannot put a button at
the bottom.. it would not be clear where the button belongs to because
some coasters are bigger thatn others. If I use cells the coasters will
be deformated. I want to use something like onclick("write code of the
coaster") . Is that possible?

Sep 8 '05 #5

<be*****@coaste r.ch> wrote in message
news:11******** *************@f 14g2000cwb.goog legroups.com...
I've thought that with a form would be possible, but is there a way to
do that the coaster will be selected just by clicking on it? I mean, I
cannot use a check-box or something like that? You see, I show the
coasters on after the other without cells, so I cannot put a button at
the bottom.. it would not be clear where the button belongs to because
some coasters are bigger thatn others. If I use cells the coasters will
be deformated. I want to use something like onclick("write code of the
coaster") . Is that possible?
yes that is what I am talking about, you click on the coatser, use
javascript to populate a hidden form and when the user is ready the form can
be sent. it is likely that the user will want to "see" the list of all
selected items before sending this to you, so it will need to work a bit
like a shopping basket. How is your javascript ?

Sep 8 '05 #6
My Javascript is not very good and really I am a beginner in PHP but
it's like learn by doing. That's why I asked.... because I had no
idea... Now I know more or less what I have to do. I thought about
something like that:
<script type="text/javascript">
<!--
function write(x) {

//here I don't know how to assign the items that I click to my hidden
form

}
//-->

<form name="Formular" action="">
<img src="coaster.gi f" name="coaster_c ode"
onClick="write( Formular.name)" >

Do I have to put a button somewhere to say the user that can send the
form. I can imaging than then an Outlook window will be open with the
mail and the user can make corrections.... Am I too far away from
reality?

Sep 8 '05 #7

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

Similar topics

5
2514
by: MaJoHu | last post by:
I've got a list where u can select some products. It's something like this: <SELECT NAME='Product' MULTIPLE SIZE='10'> <% 'Get every possible item from items table SQL = "SELECT DISTINCT productserie, producttype, itemnummer " &_ "FROM items " &_ "ORDER BY productserie, producttype"
0
1497
by: msnews.microsoft.com | last post by:
Hi, I am trying to use below code to write .NET resource files. What I am expecting is to append items to an exsiting file. But any time below code just remove exsting items and just write the new items into the file. Could any people help achieve my simple objective? Any info will be appreciated, thanks a lot! --------------------------------
1
937
by: Joe Saliba | last post by:
Hi, would like to know how to write a crosstable select statment in sql server2000 where having: - ItemNumber, ItemDescription, ItemColor, ItemSize as rows - Stores as columns - Qty * Netttc as value from Table sales
4
3867
by: Marek Mänd | last post by:
This seems an IE issue only: 4253 bytes testcase: http://www.hot.ee/idaliiga/testcases/ieselect/bnlinkingselectinmsie.htm Can one have 1) a mouseover/mouseout element on TBODY 2) change in thoise event handler background colors 3) have a specified heighted SELECT element, that doesnt flicker when the event handlers are get called.
6
13024
by: Chris Fink | last post by:
Does anyone know it is possible to include a small image(.gif .jpeg) within a <SELECT><option> so that the user would see the option text as well as a little image(icon) in the option? I know this is not an ASP.NET related question, but I know this group is knowledgeable and quick with responses. Thanks
1
2243
by: sab | last post by:
Hi, We have a web form with a listbox. The listbox is a multiple select listbox and has data that looks something like: ALL Unit 1 Unit 2 Unit 3 Note: "ALL" is always the first item in the list.
1
4030
by: Sunray | last post by:
I have a form called the sales form and i have 2 sets of listboxes So what happens is. i add items form the bottom set of list boxes which are bound to a data base to the top set of list boxes which are not bound, I select from the bottom set and add to the top set which works fine, but now i decide to remove an item from the top set. when i tried to use a remove item code it worked fine, it did delete the item form the list but it added...
6
15474
by: kimiraikkonen | last post by:
Hi, I can read from a text file and insert text file's contents into a listbox whose format is line by line using this code: Dim reader As String reader = My.Computer.FileSystem.ReadAllText("c: \bookmarks.txt") Dim strs() As String strs = Split(reader, Environment.NewLine)
5
1628
by: CindySue | last post by:
Hello, I'm so stuck and this seems like it should be so simple. I have three tables, called Auction Items, Party #1 and Party #2. A bidder number may appear in one, two or all three of them. I'm trying to write a query that will select distinct bidder numbers that appear in one (or more) of the tables. I've found several pieces of code and tried to alter them, to no avail. The Winning Bidder Number field is the only thing I need from...
0
8991
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
9552
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...
0
9376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9326
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
9249
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
6796
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
4607
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...
0
4877
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3315
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

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.